/* Çıkış icon next to social */
.mobile-menu .header-right nav .nav-bottom .social .social-logout a {
    color: #c1000f !important;
}
.mobile-menu .header-right nav .nav-bottom .social .social-logout a:hover {
    color: #fff !important;
    background: #c1000f !important;
}
/* Center the Hesabim link when logged in */
.mobile-menu .header-right nav ul.mobil-w-auth {
    text-align: center !important;
    padding-left: 0 !important;
    list-style: none !important;
}
.mobile-menu .header-right nav ul.mobil-w-auth li {
    text-align: center !important;
}
.mobile-menu .header-right nav ul.mobil-w-auth li a {
    display: inline-block !important;
    text-align: center !important;
    padding: 10px 22px !important;
    background: rgba(255,255,255,0.06) !important;
    border: 1px solid rgba(255,255,255,0.12) !important;
    border-radius: 100px !important;
    font-weight: 700 !important;
}

/* Centered user name OUTSIDE nav (rendered as own block) */
.hamburger-user-name {
    display: block !important;
    text-align: center !important;
    margin: 18px auto 12px !important;
    padding: 0 14px !important;
}
.hamburger-user-name > .hun-pill {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;
    padding: 10px 18px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #2c2c2c !important;
    background: rgba(0,0,0,0.04) !important;
    border: 1px solid rgba(0,0,0,0.08) !important;
    border-radius: 100px !important;
    max-width: 280px !important;
}
.hamburger-user-name > .hun-pill i {
    font-size: 16px !important;
    color: #c1000f !important;
}
.hamburger-user-name > .hun-pill span {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 220px !important;
}



/* === Header mobile quick-link pill (LİG / TURNUVA) === */
.hdr-quick-link {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    align-items: center;
    gap: 6px;
    padding: 6px 12px 6px 10px;
    height: 32px;
    border-radius: 99px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.6px;
    text-decoration: none !important;
    box-sizing: border-box;
    line-height: 1;
    white-space: nowrap;
    z-index: 9;
}
.hdr-quick-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    animation: hdr-quick-pulse 2s ease-in-out infinite;
}
@keyframes hdr-quick-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50%      { opacity: 0.55; transform: scale(0.85); }
}
.hdr-quick-lig {
    background: rgba(34,197,94,0.10);
    border: 1.5px solid rgba(34,197,94,0.55);
    color: #15803d !important;
}
.hdr-quick-lig .hdr-quick-dot {
    background: #16a34a;
    box-shadow: 0 0 0 3px rgba(22,163,74,0.22);
}
.hdr-quick-tour {
    background: rgba(0,0,0,0.06);
    border: 1.5px solid rgba(0,0,0,0.55);
    color: #18181b !important;
}
.hdr-quick-tour .hdr-quick-dot {
    background: #18181b;
    box-shadow: 0 0 0 3px rgba(0,0,0,0.18);
}
@media (max-width: 980px) {
    .hdr-quick-link { display: inline-flex; left: 170px; }
}
@media (max-width: 380px) {
    .hdr-quick-link { left: 152px; font-size: 10px; padding: 5px 10px 5px 8px; height: 28px; }
}

/* === Header mobile quick-rect (LİG / TURNUVA — dikdörtgen) === */
.hdr-quick-rect {
    display: none;
    position: absolute;
    top: 0;
    height: 44px;
    padding: 0 14px;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.6px;
    text-decoration: none !important;
    box-sizing: border-box;
    line-height: 1;
    white-space: nowrap;
    z-index: 9;
    transition: transform .15s, box-shadow .15s;
}
.hdr-quick-rect:active { transform: scale(0.96); }
.hdr-quick-lig {
    background: #bbf7d0 !important;
    color: #15803d !important;
    border: 2px solid #16a34a;
    box-shadow: 0 2px 6px rgba(22,163,74,0.18);
}
.hdr-quick-lig:hover { background: #86efac !important; color: #15803d !important; }
.hdr-quick-tour {
    background: #d4d4d8 !important;
    color: #18181b !important;
    border: 2px solid #18181b;
    box-shadow: 0 2px 6px rgba(0,0,0,0.18);
}
.hdr-quick-tour:hover { background: #a1a1aa !important; color: #18181b !important; }
@media (max-width: 980px) {
    .hdr-quick-rect { display: inline-flex; left: 110px; }
}
@media (max-width: 380px) {
    .hdr-quick-rect { left: 102px; height: 40px; padding: 0 11px; font-size: 11px; }
}

/* Mobile header-btn: text her zaman gizli (icon-only kare) */
.mobile-header-btn .mhb-text { display: none !important; }
/* Header-right için position:relative referansı (absolute child'lar için) */
.mobile-menu .header-right { position: relative; }