.phpb-pengurus-page {
    background: #f8fafc;
    min-height: 100%;
}

.phpb-pengurus-card {
    overflow: hidden;

    background: #ffffff;

    border: 1px solid #e5e7eb;

    border-radius: 18px;

    box-shadow:
        0 5px 20px rgba(15, 23, 42, .05);
}

.phpb-pengurus-header {
    padding: 32px 30px 26px;

    text-align: center;

    background: #ffffff;

    border-bottom: 1px solid #eef2f7;
}

.phpb-pengurus-header-icon {
    width: 58px;
    height: 58px;

    margin: 0 auto 14px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #2563eb;

    background: #eff6ff;

    border-radius: 15px;

    font-size: 1.45rem;
}

.phpb-pengurus-header h1 {
    margin: 0 0 7px;

    color: #172033;

    font-size: clamp(1.65rem, 3vw, 2.15rem);

    line-height: 1.3;

    font-weight: 800;

    letter-spacing: -.35px;
}


.phpb-pengurus-header p {
    max-width: 700px;

    margin: 0 auto;

    color: #64748b;

    font-size: 1rem;

    line-height: 1.5;
}

.phpb-pengurus-content {
    padding: 25px 30px 30px;
}

.phpb-pengurus-item {
    margin-bottom: 22px;
}

.phpb-pengurus-item:last-child {
    margin-bottom: 0;
}

.phpb-pengurus-period {
    display: flex;

    align-items: center;

    gap: 9px;

    margin-bottom: 10px;

    color: #172033;

    font-size: 1.05rem;

    line-height: 1.4;

    font-weight: 750;
}

.phpb-pengurus-period i {
    color: #2563eb;

    font-size: 1.05rem;
}

.phpb-pengurus-list {
    padding: 17px 19px;

    color: #334155;

    background: #f8fafc;

    border: 1px solid #e5e7eb;

    border-radius: 10px;

    font-size: 1rem;

    line-height: 1.75;

    white-space: pre-line;
}

.phpb-pengurus-empty {
    padding: 35px 20px;

    text-align: center;

    background: #f8fafc;

    border: 1px solid #e5e7eb;

    border-radius: 12px;
}

.phpb-pengurus-empty-icon {
    width: 55px;
    height: 55px;

    margin: 0 auto 12px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #2563eb;

    background: #eff6ff;

    border-radius: 50%;

    font-size: 1.3rem;
}

.phpb-pengurus-empty p {
    margin: 0;

    color: #64748b;

    font-size: 1rem;

    line-height: 1.5;
}

@media (max-width: 991.98px) {

    .phpb-pengurus-header {
        padding: 28px 25px 23px;
    }

    .phpb-pengurus-content {
        padding: 23px 25px 27px;
    }

}

@media (max-width: 767.98px) {

    .phpb-pengurus-page {
        background: #ffffff;
    }

    .phpb-pengurus-card {
        border-radius: 14px;

        box-shadow: none;
    }


    /* Header */

    .phpb-pengurus-header {
        padding: 25px 18px 21px;
    }

    .phpb-pengurus-header-icon {
        width: 52px;
        height: 52px;

        margin-bottom: 12px;

        border-radius: 13px;

        font-size: 1.25rem;
    }

    .phpb-pengurus-header h1 {
        font-size: 1.55rem;

        line-height: 1.3;
    }

    .phpb-pengurus-header p {
        font-size: .95rem;

        line-height: 1.5;
    }


    /* Content */

    .phpb-pengurus-content {
        padding: 20px 18px 23px;
    }


    /* Period */

    .phpb-pengurus-period {
        font-size: 1rem;

        margin-bottom: 9px;
    }


    /* Pengurus */

    .phpb-pengurus-list {
        padding: 15px 16px;

        font-size: .98rem;

        line-height: 1.7;
    }


    /* Empty */

    .phpb-pengurus-empty {
        padding: 30px 18px;
    }

}

@media (max-width: 420px) {

    .phpb-pengurus-header {
        padding: 23px 15px 20px;
    }

    .phpb-pengurus-header h1 {
        font-size: 1.4rem;
    }

    .phpb-pengurus-header p {
        font-size: .9rem;
    }

    .phpb-pengurus-content {
        padding: 18px 15px 21px;
    }

    .phpb-pengurus-list {
        padding: 14px 14px;

        font-size: .95rem;

        line-height: 1.7;
    }

}