/* ======================================================
   HEADER V2 - CLEAN FULLSCREEN (NO MAX-WIDTH / NO SHADOW)
   ====================================================== */

.header-v2 .material-icons-outlined {
    color: #fff;
}

.text-logo {
    color: #ffffff !important;
    font-weight: 800;
    font-size: 1.1rem;
    text-decoration: none;
    letter-spacing: 0.5px;
}

/* Icon Buttons */
.mobile-menu-trigger, 
.search-trigger {
    background: none;
    border: none;
    cursor: pointer;
    color: #ffffff !important;
    padding: 5px;
    display: flex;
    align-items: center;
}

/* --- BARIS BAWAH (Row Bottom) --- */
.row-bottom {
    justify-content: center;
}

.v2-nav-tabs {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scrollbar-width: none;
}

.v2-nav-tabs::-webkit-scrollbar {
    display: none;
}

.nav-tab-item {
    background: none;
    border: none;
    font-family: inherit;
    font-size: small;
    color: rgba(255, 255, 255, 0.7);
    padding: 5px 0;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    text-transform: uppercase;
}

.nav-tab-item.active {
    color: #ffffff;
    font-weight: bold;
}

/* Garis bawah indicator - Tanpa Shadow */
.nav-tab-item.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ffffff;
}