/* =========================================================
   IFAKTA FOKUS
   ========================================================= */

.ifakta-focus-box {
    width: 100%;
    box-sizing: border-box;
    margin: 30px 0 25px;
    padding: 22px 25px;
    background: var(--ifokus-background, #262626);
    text-align: center;
}


/*
|--------------------------------------------------------------------------
| Link
|--------------------------------------------------------------------------
*/

.ifakta-focus-link {
    display: block;
    width: 100%;
    text-decoration: none !important;
    color: inherit !important;
}


/*
|--------------------------------------------------------------------------
| Teks pembuka
|--------------------------------------------------------------------------
*/

.ifakta-focus-label {
    margin: 0 0 8px;
    color: var(--ifokus-text, #ffffff);
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}


/*
|--------------------------------------------------------------------------
| Nama Fokus
|--------------------------------------------------------------------------
*/

.ifakta-focus-title {
    margin: 0;
    color: var(--ifokus-focus, #ffffff);
    font-size: 19px;
    line-height: 1.4;
    font-weight: 700;
}


/*
|--------------------------------------------------------------------------
| Hover
|--------------------------------------------------------------------------
*/

.ifakta-focus-link:hover .ifakta-focus-title {
    opacity: 0.75;
}


/*
|--------------------------------------------------------------------------
| Mobile
|--------------------------------------------------------------------------
*/

@media (max-width: 767px) {

    .ifakta-focus-box {
        margin: 25px 0 20px;
        padding: 18px 15px;
    }

    .ifakta-focus-label {
        font-size: 13px;
    }

    .ifakta-focus-title {
        font-size: 17px;
    }

}