.elementor-1354 .elementor-element.elementor-element-d003068{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-f67ac09 *//* ================================
   ARTIKEL BERITA PSPPI UNTAD
   ================================ */

.psppi-news {
    max-width: 900px;
    margin: 0 auto;
    padding: 10px 20px 40px;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    line-height: 1.8;
}

/* Judul */
.psppi-news-title {
    margin: 0 0 12px;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 700;
    color: #222222;
}

/* Tanggal */
.psppi-news-date {
    margin-bottom: 28px;
    font-size: 15px;
    color: #777777;
    font-style: italic;
}

/* Paragraf */
.psppi-news p {
    margin: 0 0 20px;
    font-size: 17px;
    text-align: justify;
}

/* Subjudul */
.psppi-news-heading {
    margin: 35px 0 18px;
    padding-left: 16px;
    border-left: 5px solid #0b5d3b;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
    color: #0b5d3b;
}

/* Tampilan tablet */
@media (max-width: 768px) {

    .psppi-news {
        padding: 10px 16px 30px;
    }

    .psppi-news-title {
        font-size: 27px;
    }

    .psppi-news p {
        font-size: 16px;
        line-height: 1.75;
    }

    .psppi-news-heading {
        font-size: 21px;
    }
}

/* Tampilan HP */
@media (max-width: 480px) {

    .psppi-news {
        padding: 5px 12px 25px;
    }

    .psppi-news-title {
        font-size: 24px;
    }

    .psppi-news-date {
        font-size: 14px;
        margin-bottom: 22px;
    }

    .psppi-news p {
        font-size: 15px;
        line-height: 1.7;
        text-align: left;
    }

    .psppi-news-heading {
        font-size: 20px;
        margin-top: 28px;
    }
}/* End custom CSS */