.elementor-widget-section > .uael-party-propz-wrap i{color:var( --e-global-color-primary );}.elementor-widget-section > .uael-party-propz-wrap svg{fill:var( --e-global-color-primary );}.elementor-widget-column > .uael-party-propz-wrap i{color:var( --e-global-color-primary );}.elementor-widget-column > .uael-party-propz-wrap svg{fill:var( --e-global-color-primary );}.elementor-widget-html .uael-party-propz-widget-wrap i{color:var( --e-global-color-primary );}.elementor-widget-html .uael-party-propz-widget-wrap svg{fill:var( --e-global-color-primary );}/* Start custom CSS for html, class: .elementor-element-94d5895 */.research-page-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 20px;
    background: #ffffff;
}

/* HEADER */
.research-header {
    text-align: center;
    margin-bottom: 40px;
    padding: 40px 30px;
    background: linear-gradient(135deg, #720000 0%, #7c1000 50%, #d39b00 100%);
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(114, 0, 0, 0.3);
    animation: fadeInDown 0.8s ease-out;
    position: relative;
    overflow: hidden;
}

.research-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    animation: rotate 20s linear infinite;
    pointer-events: none;
}

.research-main-title {
    color: #ffffff;
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 700;
    margin: 0 0 10px 0;
    position: relative;
    z-index: 1;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.research-subtitle {
    color: #ffffff;
    font-size: clamp(16px, 2vw, 20px);
    margin: 0;
    position: relative;
    z-index: 1;
    opacity: 0.95;
}

/* ========== TABLE-LIKE LAYOUT ========== */

.research-table {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    border: 1px solid #eee;
}

/* Header row */
.research-table-header {
    display: grid;
    grid-template-columns: 2fr 5fr 1.3fr;
    gap: 0;
    background: linear-gradient(90deg, #720000 0%, #d39b00 100%);
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .07em;
    font-size: 12px;
    padding: 14px 20px;
}

.research-table-header &gt; div {
    padding-right: 10px;
}

/* Body */
.research-table-body {
    display: flex;
    flex-direction: column;
}

/* Each row */
.research-row {
    display: grid;
    grid-template-columns: 2fr 5fr 1.3fr;
    padding: 16px 20px;
    align-items: flex-start;
    column-gap: 16px;
    border-bottom: 1px solid #f0f0f0;
    background: #ffffff;
    transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}

.research-row:nth-child(even) {
    background: #fafafa;
}

.research-row:hover {
    background: #fff7f2;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(114, 0, 0, 0.08);
}

/* Columns */
.col-lecturer,
.col-topic,
.col-year {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

/* Lecturer chip */
.lecturer-chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(114, 0, 0, 0.06);
}

.lecturer-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    flex-shrink: 0;
    background: linear-gradient(135deg, #ffe3d5, #ffd4d4);
    box-shadow: 0 2px 6px rgba(114, 0, 0, 0.3);
}

.lecturer-name {
    font-size: 13px;
    font-weight: 600;
    color: #720000;
    line-height: 1.3;
}

/* Topic cell */
.col-topic .research-badge {
    align-self: flex-start;
    margin-bottom: 2px;
}

.research-title {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    line-height: 1.5;
}

/* Year cell */
.col-year {
    align-items: flex-start;
    justify-content: center;
}

.research-year {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 600;
    color: #720000;
    background: rgba(114, 0, 0, 0.08);
    padding: 5px 12px;
    border-radius: 999px;
}

/* BADGE COLORS */
.research-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.badge-linguistik {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: #ffffff;
}

.badge-sastra {
    background: linear-gradient(135deg, #9b59b6 0%, #8e44ad 100%);
    color: #ffffff;
}

.badge-budaya {
    background: linear-gradient(135deg, #1abc9c 0%, #16a085 100%);
    color: #ffffff;
}

.badge-sejarah {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: #ffffff;
}

.badge-pengajaran {
    background: linear-gradient(135deg, #f39c12 0%, #d68910 100%);
    color: #ffffff;
}

/* Animations */
@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-30px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* ========== RESPONSIVE ========== */

@media screen and (max-width: 900px) {
    .research-table-header {
        display: none; /* hide header on small screens */
    }

    .research-table {
        border-radius: 16px;
    }

    .research-row {
        grid-template-columns: 1fr;
        row-gap: 8px;
        padding: 14px 16px;
    }

    .col-lecturer,
    .col-topic,
    .col-year {
        width: 100%;
    }

    .col-lecturer { order: 1; }
    .col-topic    { order: 2; }
    .col-year     { order: 3; align-items: flex-start; }

    .research-row:nth-child(even) {
        background: #ffffff;
    }

    .research-row {
        border-bottom: 1px solid #eee;
    }
}

@media screen and (max-width: 600px) {
    .research-page-container {
        padding: 30px 10px;
    }

    .research-header {
        padding: 28px 16px;
        margin-bottom: 24px;
    }

    .lecturer-name {
        font-size: 12px;
    }

    .research-title {
        font-size: 13px;
    }
}/* End custom CSS */