.elementor-294 .elementor-element.elementor-element-32475ee9{--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-3b38c342 *//* Container Utama */
.container-tes {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    max-width: 1000px;
    margin: 20px auto;
    padding: 20px;
}

/* Judul Sesi */
h2.title-tes {
    color: #0073aa;
    border-left: 5px solid #00a0d2;
    padding-left: 15px;
    margin-bottom: 25px;
    font-weight: 700;
}

/* Styling Tabel Modern */
.modern-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    margin-bottom: 40px;
}

.modern-table th {
    background-color: #0073aa;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 15px;
    text-align: center;
}

.modern-table td {
    padding: 20px;
    border-bottom: 1px solid #eee;
    vertical-align: top;
    color: #444;
}

/* Highlight Baris */
.modern-table tr:hover {
    background-color: #f9f9f9;
}

/* Styling List Tanggal */
.date-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.date-list li {
    background: #e1f5fe;
    margin-bottom: 5px;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 0.9em;
    color: #0277bd;
    display: inline-block;
    margin-right: 5px;
}

/* Catatan di Bawah */
.note {
    background: #fff3e0;
    border-left: 4px solid #ffb74d;
    padding: 15px;
    font-style: italic;
    color: #e65100;
    border-radius: 4px;
}/* End custom CSS */