/* ============================================
   RWA CONTENT - Filtreleme & Oyun Kartlari
   Ana tema: #f23636
   ============================================ */

/* ---- Greeting Card ---- */
.rwa-greeting {
    margin-bottom: 20px !important;
}

.rwa-greeting__card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 20px;
    background: linear-gradient(135deg, rgba(242, 54, 54, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(242, 54, 54, 0.12);
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.rwa-greeting__card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(242, 54, 54, 0.25), transparent);
}

.rwa-greeting__icon {
    font-size: 28px;
    line-height: 1;
    flex-shrink: 0;
}

.rwa-greeting__text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.rwa-greeting__hello {
    font-size: 15px;
    font-weight: 700;
    color: #f0f0f0;
    letter-spacing: 0.01em;
}

.rwa-greeting__sub {
    font-size: 12.5px;
    color: #9ca3af;
    font-weight: 400;
    line-height: 1.4;
}

@media (max-width: 480px) {
    .rwa-greeting__card {
        padding: 10px 14px;
        gap: 10px;
    }
    .rwa-greeting__icon {
        font-size: 22px;
    }
    .rwa-greeting__hello {
        font-size: 13px;
    }
    .rwa-greeting__sub {
        font-size: 11px;
    }
}

/* ---- Survey Banner ---- */
.rwa-survey {
    margin-bottom: 0 !important;
    transition: opacity 0.4s ease;
}

.rwa-survey__card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 20px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(22, 22, 35, 0.95) 0%, rgba(30, 20, 40, 0.9) 100%);
    border: 1px solid rgba(242, 54, 54, 0.15);
    overflow: hidden;
}

.rwa-survey__card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(242, 54, 54, 0.4), transparent);
}

.rwa-survey__close {
    position: relative;
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 6px;
    color: #6b7280;
    font-size: 11px;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    transition: all 0.2s ease;
    z-index: 2;
    margin-left: 8px;
}

.rwa-survey__close:hover {
    background: rgba(242, 54, 54, 0.1);
    border-color: rgba(242, 54, 54, 0.25);
    color: #f23636;
}

.rwa-survey__left {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
}

.rwa-survey__icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(242, 54, 54, 0.15), rgba(242, 54, 54, 0.05));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.rwa-survey__icon i {
    font-size: 18px;
    color: #f23636;
}

.rwa-survey__text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.rwa-survey__title {
    font-size: 14px;
    font-weight: 700;
    color: #f0f0f0;
}

.rwa-survey__desc {
    font-size: 12px;
    color: #9ca3af;
}

.rwa-survey__votes {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
}

.rwa-survey__btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.03);
    color: #d1d5db;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.rwa-survey__btn i {
    font-size: 14px;
}

.rwa-survey__btn--love:hover {
    background: rgba(239, 68, 68, 0.12);
    border-color: rgba(239, 68, 68, 0.3);
    color: #ef4444;
}

.rwa-survey__btn--like:hover {
    background: rgba(34, 197, 94, 0.12);
    border-color: rgba(34, 197, 94, 0.3);
    color: #22c55e;
}

.rwa-survey__btn--meh:hover {
    background: rgba(234, 179, 8, 0.12);
    border-color: rgba(234, 179, 8, 0.3);
    color: #eab308;
}

.rwa-survey__btn--dislike:hover {
    background: rgba(156, 163, 175, 0.12);
    border-color: rgba(156, 163, 175, 0.3);
    color: #9ca3af;
}

.rwa-survey__thanks {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #22c55e;
    font-size: 13px;
    font-weight: 600;
}

.rwa-survey__thanks i {
    font-size: 18px;
}

@media (max-width: 768px) {
    .rwa-survey__card {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 14px 16px;
    }
    .rwa-survey__votes {
        width: 100%;
        justify-content: space-between;
    }
    .rwa-survey__btn span {
        display: none;
    }
    .rwa-survey__btn {
        padding: 10px 16px;
        flex: 1;
        justify-content: center;
    }
    .rwa-survey__btn i {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .rwa-survey__title {
        font-size: 13px;
    }
    .rwa-survey__desc {
        font-size: 11px;
    }
}

/* ---- Global Scrollbar ---- */
/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: rgba(242, 54, 54, 0.35) rgba(255, 255, 255, 0.03);
}

/* Webkit (Chrome, Edge, Safari) */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 3px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgba(242, 54, 54, 0.5) 0%, rgba(242, 54, 54, 0.25) 100%);
    border-radius: 3px;
    transition: background 0.2s ease;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, rgba(242, 54, 54, 0.7) 0%, rgba(242, 54, 54, 0.45) 100%);
}

::-webkit-scrollbar-corner {
    background: transparent;
}

/* ---- Ana Sayfa Section Spacing — tüm bölümler arası tutarlı boşluk ---- */
.announcements-section,
.rwa-showcase,
.rwa-deals,
.rwa-slider,
.rwa-picks,
.content.rwa-content {
    margin-bottom: 36px !important;
}

.rwa-category-header {
    margin-bottom: 10px !important;
}

/* ---- TÜM İÇERİKLER — Container Frame ---- */
.content.rwa-content {
    background: linear-gradient(180deg, rgba(22, 22, 35, 0.6) 0%, rgba(16, 16, 26, 0.4) 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 24px !important;
    position: relative;
}

/* Üst kenar ince kırmızı accent */
.content.rwa-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 24px;
    right: 24px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(242, 54, 54, 0.3), transparent);
}

/* ---- Layout: Kartlar ve Sidebar arası boşluk ---- */
.rwa-content .row.push.rwa-content__layout {
    gap: 0 !important;
    align-items: stretch !important;
}

.rwa-content .col-xl-9.order-xl-0 {
    padding-right: 20px !important;
}

.rwa-content .col-xl-3.order-xl-1.rwa-content__sidebar-col {
    padding-left: 8px !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
    display: flex !important;
    flex-direction: column !important;
}

.rwa-content .col-xl-3.order-xl-1 .block.js-ecom-div-filters {
    flex: 1 !important;
}

/* ---- Section Header ---- */
.rwa-content__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
    max-width: 1200px;
    padding: 0;
}

.rwa-content__title {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    display: flex;
    align-items: center;
    gap: 10px;
}

.rwa-content__title-icon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(242, 54, 54, 0.25), rgba(242, 54, 54, 0.05));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #f23636;
}

/* ============================================
   SIDEBAR OVERRIDES — Gelişmiş Filtreleme
   ============================================ */

/* ---- Icon Filter Grid (Kategori & Sıralama) ---- */
.rwa-icon-filter {
    padding: 12px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.rwa-icon-filter__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.rwa-icon-filter__label {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #6e6e90;
}

.rwa-icon-filter__active {
    font-size: 11px;
    font-weight: 600;
    color: #f23636;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.rwa-icon-filter__grid {
    display: flex;
    gap: 6px;
}

.rwa-icon-filter__btn {
    flex: 1;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.03);
    color: #6e6e90;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0;
    min-height: 42px;
}

.rwa-icon-filter__btn:hover {
    background: rgba(255, 255, 255, 0.06);
    color: #b0b0cc;
    border-color: rgba(255, 255, 255, 0.1);
}

.rwa-icon-filter__btn.active {
    background: rgba(242, 54, 54, 0.1);
    border-color: rgba(242, 54, 54, 0.3);
    color: #f23636;
    box-shadow: 0 0 12px rgba(242, 54, 54, 0.08);
}

/* ---- Container ---- */
.rwa-content .block.js-ecom-div-filters,
.rwa-content__sidebar {
    border-radius: 12px !important;
    background: linear-gradient(180deg, rgba(22, 22, 35, 0.98) 0%, rgba(16, 16, 26, 0.98) 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3),
                inset 0 1px 0 rgba(255, 255, 255, 0.03);
    margin-bottom: 0 !important;
}

.rwa-content .col-xl-3 {
    z-index: 5;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.rwa-content .col-xl-3 .block.js-ecom-div-filters {
    position: sticky;
    top: 80px;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(242, 54, 54, 0.3) transparent;
}

.rwa-content .col-xl-3 .block.js-ecom-div-filters::-webkit-scrollbar { width: 3px; }
.rwa-content .col-xl-3 .block.js-ecom-div-filters::-webkit-scrollbar-track { background: transparent; }
.rwa-content .col-xl-3 .block.js-ecom-div-filters::-webkit-scrollbar-thumb {
    background: rgba(242, 54, 54, 0.25);
    border-radius: 4px;
}
.rwa-content .col-xl-3 .block.js-ecom-div-filters::-webkit-scrollbar-thumb:hover {
    background: rgba(242, 54, 54, 0.45);
}

/* ---- Filter Header ---- */
.rwa-content .content-block_filter-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
    background: linear-gradient(135deg, rgba(242, 54, 54, 0.06) 0%, transparent 60%) !important;
    padding: 14px 16px !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.rwa-content .content-block_filter-title #filter-title {
    display: flex !important;
    align-items: center;
    gap: 8px;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #e5e7eb !important;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.rwa-content .content-block_filter-title #filter-title i {
    color: #f23636 !important;
    font-size: 12px;
}

.rwa-content .content-block_filter-title #filter-controls a {
    width: 30px; height: 30px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.03);
    color: #6b7280;
    transition: all 0.2s ease;
}

.rwa-content .content-block_filter-title #filter-controls a:hover {
    background-color: rgba(242, 54, 54, 0.12) !important;
    border-color: rgba(242, 54, 54, 0.25) !important;
    color: #f23636 !important;
    transform: rotate(-45deg);
}

/* Reset butonu — launcherzone "reset" text popup'ını gizle */
.rwa-content .content-block_filter-title #filter-controls a::before {
    display: none !important;
    content: none !important;
}

/* ---- Active Filters Count Badge ---- */
.rwa-sidebar__active-count {
    display: none;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 9px;
    background: #f23636;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    margin-left: 6px;
    animation: badgePop 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.rwa-sidebar__active-count.show {
    display: inline-flex;
}

@keyframes badgePop {
    0% { transform: scale(0); }
    60% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

/* ---- Active Filter Chips ---- */
.rwa-filter-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 8px 16px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.rwa-filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 8px 4px 10px;
    border-radius: 14px;
    font-size: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s ease;
    white-space: nowrap;
    line-height: 1;
}

.rwa-filter-chip--include {
    background: rgba(34, 197, 94, 0.12);
    border: 1px solid rgba(34, 197, 94, 0.25);
    color: #4ade80;
}

.rwa-filter-chip--include:hover {
    background: rgba(34, 197, 94, 0.2);
    border-color: rgba(34, 197, 94, 0.4);
}

.rwa-filter-chip--exclude {
    background: rgba(239, 68, 68, 0.12);
    border: 1px solid rgba(239, 68, 68, 0.25);
    color: #f87171;
}

.rwa-filter-chip--exclude:hover {
    background: rgba(239, 68, 68, 0.2);
    border-color: rgba(239, 68, 68, 0.4);
}

.rwa-filter-chip__x {
    font-size: 8px;
    opacity: 0.6;
    transition: opacity 0.15s;
}

.rwa-filter-chip:hover .rwa-filter-chip__x {
    opacity: 1;
}

/* ---- Filter Blocks (genel) ---- */
.rwa-content .filter-block {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    background: transparent !important;
    padding: 14px 16px !important;
}

.rwa-content .filter-block:last-of-type,
.rwa-content .filter-block:last-child,
.rwa-content .filter-block:has(.sidebar-menu):last-of-type,
.rwa-content .filter-block:has(.sidebar-menu):last-child {
    border-bottom: none !important;
}

.rwa-content .filter-block_title {
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #8b8fa3 !important;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 10px !important;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Bağımsız filter block başlıklarının önüne ince çizgi */
.rwa-content .filter-block > h4.filter-block_title::before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 14px;
    border-radius: 2px;
    background: #f23636;
    flex-shrink: 0;
    opacity: 0.6;
}

/* ---- Search ---- */
.rwa-search-wrap {
    position: relative !important;
    display: block !important;
    width: 100% !important;
}

#prefix_home_search {
    display: block !important;
    width: 100% !important;
    height: 40px !important;
    border-radius: 10px !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    background: rgba(255, 255, 255, 0.04) !important;
    background-color: rgba(255, 255, 255, 0.04) !important;
    color: #e5e7eb !important;
    font-size: 13px !important;
    padding: 0 40px 0 14px !important;
    transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease !important;
    box-shadow: none !important;
    outline: none !important;
    font-family: inherit;
    -webkit-appearance: none !important;
    appearance: none !important;
}

#prefix_home_search::placeholder {
    color: #555b6e !important;
    font-size: 13px !important;
}

#prefix_home_search:focus {
    border-color: rgba(242, 54, 54, 0.4) !important;
    background: rgba(242, 54, 54, 0.04) !important;
    background-color: rgba(242, 54, 54, 0.04) !important;
    box-shadow: 0 0 0 3px rgba(242, 54, 54, 0.08) !important;
    color: #fff !important;
}

i.rwa-search-icon {
    position: absolute !important;
    right: 14px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: #555b6e !important;
    font-size: 13px !important;
    pointer-events: none !important;
    display: inline-block !important;
    z-index: 2;
}


/* ============================================
   CATEGORY BUTTONS — Dikey liste, ikon + label
   ============================================ */

.rwa-content .filter-block_content_filter-block_h {
    display: flex !important;
    flex-direction: column;
    gap: 6px;
}

/* Satır — tam genişlik, tıklanabilir buton + launcherzone override */
.rwa-content .filter-block_content_filter-block_h > .filter-block_button-wrap,
.rwa-content .filter-block_content_filter-block_h .filter-block_button-wrap {
    position: relative !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    height: 34px !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.02) !important;
    background-color: rgba(255, 255, 255, 0.02) !important;
    transition: all 0.15s ease !important;
    overflow: visible !important;
    cursor: pointer;
    padding: 0 !important;
    flex: none !important;
    gap: 0 !important;
}

.rwa-content .filter-block_content_filter-block_h > .filter-block_button-wrap:hover {
    background: rgba(242, 54, 54, 0.06) !important;
    background-color: rgba(242, 54, 54, 0.06) !important;
    border-color: rgba(242, 54, 54, 0.2) !important;
}

/* <a> — ikon taşıyıcı, launcherzone override */
.rwa-content .filter-block_content_filter-block_h > .filter-block_button-wrap > a.filter-block_button,
.rwa-content .filter-block_content_filter-block_h .filter-block_button-wrap .filter-block_button {
    position: relative !important;
    display: block !important;
    width: 18px !important;
    min-width: 18px !important;
    max-width: 18px !important;
    height: 32px !important;
    flex: 0 0 18px !important;
    border: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-radius: 0 !important;
    background: none !important;
    background-color: transparent !important;
    text-decoration: none !important;
    padding: 0 !important;
    margin: 0 0 0 10px !important;
    line-height: 32px !important;
    font-size: 0 !important;
    overflow: visible !important;
}

/* ::before = FA ikonu — sol hizalı */
.rwa-content .filter-block_content_filter-block_h > .filter-block_button-wrap > a.filter-block_button::before {
    color: #6b7280 !important;
    display: block !important;
    font-size: 12px !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    text-align: left !important;
    line-height: 32px !important;
    transition: color 0.15s ease;
}

.rwa-content .filter-block_content_filter-block_h > .filter-block_button-wrap:hover > a.filter-block_button::before {
    color: #f23636 !important;
}

/* Seçili */
.rwa-content .filter-block_content_filter-block_h > .filter-block_button-wrap > a.filter-block_button.filter-selected::before {
    color: #f23636 !important;
}

.rwa-content .filter-block_content_filter-block_h > .filter-block_button-wrap:has(.filter-selected),
.rwa-content .filter-block_content_filter-block_h .filter-block_button-wrap:has(.filter-selected) {
    background: rgba(242, 54, 54, 0.1) !important;
    background-color: rgba(242, 54, 54, 0.1) !important;
    border: 1px solid rgba(242, 54, 54, 0.3) !important;
    border-left: 3px solid #f23636 !important;
}

/* Label — ikon sağında, sola yapışık, launcherzone override */
.rwa-content .filter-block_content_filter-block_h .filter-block_button-label {
    position: static !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: auto !important;
    max-width: none !important;
    flex: 1 !important;
    font-size: 11.5px !important;
    font-weight: 500 !important;
    color: #b0b5c3 !important;
    line-height: 32px !important;
    text-align: left !important;
    padding: 0 8px 0 6px !important;
    white-space: nowrap !important;
    transition: color 0.15s ease;
    /* launcherzone reset */
    right: auto !important;
    top: auto !important;
    z-index: auto !important;
    overflow: visible !important;
}

.rwa-content .filter-block_content_filter-block_h > .filter-block_button-wrap:hover .filter-block_button-label {
    color: #e5e7eb !important;
}

.rwa-content .filter-block_content_filter-block_h > .filter-block_button-wrap:has(.filter-selected) .filter-block_button-label {
    color: #f23636 !important;
    font-weight: 600 !important;
}


/* ============================================
   SORT SELECT
   ============================================ */

.rwa-content .form-select,
.rwa-content select.form-select {
    width: 100%; height: 36px;
    border-radius: 8px !important;
    border: 1px solid rgba(255, 255, 255, 0.07) !important;
    background: rgba(255, 255, 255, 0.03) !important;
    color: #d1d5db !important;
    font-size: 12px;
    font-weight: 500;
    padding: 0 32px 0 12px;
    cursor: pointer;
    appearance: none; -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    transition: all 0.2s ease;
}

.rwa-content .form-select:hover {
    border-color: rgba(255, 255, 255, 0.12) !important;
    background: rgba(255, 255, 255, 0.05) !important;
}

.rwa-content .form-select:focus {
    border-color: rgba(242, 54, 54, 0.4) !important;
    box-shadow: 0 0 0 3px rgba(242, 54, 54, 0.06) !important;
    outline: none;
}

.rwa-content .form-select option { background: #14141e; color: #d1d5db; }


/* ============================================
   ACCORDION SECTIONS
   ============================================ */

.rwa-content .filter-block:has(.sidebar-menu) {
    padding: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04) !important;
}

.rwa-content .filter-block_content.filter-block_h,
.rwa-content .filter-block_content.filter-block_v,
.rwa-content .filter-block_content {
    padding: 0 !important;
    margin: 0 !important;
}

.rwa-content .sidebar-menu { width: 100%; }
.rwa-content .rws-sidebar-menu-item { margin: 0 !important; }

/* Accordion Header — belirgin, okunabilir */
.rwa-content .sidebar-menu-header {
    padding: 10px 12px !important;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    border-radius: 0;
    margin: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    border-left: 3px solid transparent;
    min-height: 40px;
}

.rwa-content .sidebar-menu-header:hover {
    background: rgba(255, 255, 255, 0.025);
    border-left-color: rgba(242, 54, 54, 0.5);
}

/* Açık accordion başlığı */
.rwa-content .sidebar-menu-header[aria-expanded="true"],
.rwa-content .rws-sidebar-menu-item.open > .sidebar-menu-header,
.rwa-content .sidebar-menu-header.active {
    border-left-color: #f23636;
    background: rgba(242, 54, 54, 0.04);
}

.rwa-content .sidebar-menu-header .filter-block_title {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #9ca3af !important;
    letter-spacing: 0.04em;
    transition: color 0.2s ease;
}

/* Accordion header içindeki filter_block_title'da ::before çizgisini kaldır (ikon var) */
.rwa-content .sidebar-menu-header .filter-block_title::before {
    display: none !important;
}

.rwa-content .sidebar-menu-header:hover .filter-block_title {
    color: #e5e7eb !important;
}

.rwa-content .sidebar-menu-header-control-icon {
    color: #4b5563;
    transition: all 0.25s ease;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    width: 16px;
    height: 16px;
    border-radius: 0;
    background: transparent;
    border: none;
    opacity: 0.35;
}

.rwa-content .sidebar-menu-header:hover .sidebar-menu-header-control-icon {
    opacity: 0.7;
}

/* SVG ikonunu gizle, yerine CSS chevron koy */
.rwa-content .sidebar-menu-header-control-icon svg {
    display: none !important;
}

.rwa-content .sidebar-menu-header-control-icon::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-right: 1.5px solid #6b7280;
    border-bottom: 1.5px solid #6b7280;
    transform: rotate(45deg);
    margin-top: -2px;
    transition: transform 0.25s ease, border-color 0.25s ease;
}

/* Açık durumda yukarı ok */
.rwa-content .rws-sidebar-menu-item.open > .sidebar-menu-header .sidebar-menu-header-control-icon::after,
.rwa-content .sidebar-menu-header[aria-expanded="true"] .sidebar-menu-header-control-icon::after {
    transform: rotate(-135deg);
    margin-top: 2px;
}

.rwa-content .sidebar-menu-header:hover .sidebar-menu-header-control-icon::after {
    border-color: #f23636;
}

/* Accordion body */
.rwa-content .rws-sidebar-menu-body { overflow: hidden; }

.rwa-content .accordion-content {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent;
}

.rwa-content .filter-block_v {
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* ============================================
   FILTER TOGGLE ITEMS — Kompakt tasarım
   Satır: [ Filtre Adı            [✓][✕] ]
   ============================================ */

.rwa-content .accordion-content .filter-block_button-wrap,
.rwa-content .filter-block_v .filter-block_button-wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-direction: row !important;
    padding: 0 8px 0 12px !important;
    margin: 0 !important;
    border: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03) !important;
    border-radius: 0 !important;
    background: transparent !important;
    transition: background 0.15s ease;
    overflow: visible !important;
    flex: none;
    min-height: 36px;
    height: 36px;
    width: 100% !important;
    box-sizing: border-box !important;
    float: none !important;
    position: relative !important;
}

.rwa-content .accordion-content .filter-block_button-wrap:last-child {
    border-bottom: none !important;
}

.rwa-content .accordion-content .filter-block_button-wrap:hover,
.rwa-content .filter-block_v .filter-block_button-wrap:hover {
    background: rgba(255, 255, 255, 0.025) !important;
}

/* Filtre adı */
.rwa-content .accordion-content .filter-block_button-wrap > .filter-block_button,
.rwa-content .filter-block_v .filter-block_button-wrap > .filter-block_button {
    flex: 1;
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #9ca3af !important;
    line-height: 36px !important;
    height: 36px !important;
    padding-left: 0 !important;
    display: block;
    transition: color 0.15s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rwa-content .accordion-content .filter-block_button-wrap:hover > .filter-block_button,
.rwa-content .filter-block_v .filter-block_button-wrap:hover > .filter-block_button {
    color: #d1d5db !important;
}

/* ---- Toggle Buttons (✓ / ✕) ---- */
.rwa-content .btn-state_wrap {
    display: flex !important;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}

.rwa-content .btn-state_wrap input[type="radio"] {
    display: none !important;
}

.rwa-content .btn-state_wrap label {
    width: 28px !important;
    height: 26px !important;
    min-width: 28px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 6px !important;
    border: 1px solid rgba(255, 255, 255, 0.07) !important;
    border-left: 1px solid rgba(255, 255, 255, 0.07) !important;
    background: rgba(255, 255, 255, 0.025) !important;
    color: #4b5563 !important;
    cursor: pointer;
    font-size: 10px !important;
    line-height: 1 !important;
    padding: 0 !important;
    transition: all 0.18s ease;
    -webkit-tap-highlight-color: transparent;
}

/* Hover — Include */
.rwa-content .btn-state_wrap label.fa-check:hover {
    background: rgba(34, 197, 94, 0.15) !important;
    border-color: rgba(34, 197, 94, 0.35) !important;
    color: #22c55e !important;
    opacity: 1 !important;
}

/* Hover — Exclude */
.rwa-content .btn-state_wrap label.fa-times:hover {
    background: rgba(239, 68, 68, 0.15) !important;
    border-color: rgba(239, 68, 68, 0.35) !important;
    color: #ef4444 !important;
    opacity: 1 !important;
}

/* SELECTED — Include ✓ */
.rwa-content .btn-state_wrap input[value="1"]:checked + label {
    background: rgba(34, 197, 94, 0.18) !important;
    border-color: rgba(34, 197, 94, 0.4) !important;
    color: #22c55e !important;
    opacity: 1 !important;
    box-shadow: none;
}

/* SELECTED — Exclude ✕ */
.rwa-content .btn-state_wrap input[value="0"]:checked + label {
    background: rgba(239, 68, 68, 0.18) !important;
    border-color: rgba(239, 68, 68, 0.4) !important;
    color: #ef4444 !important;
    opacity: 1 !important;
    box-shadow: none;
}

/* Satır renklendirme — Include seçili */
.rwa-content .accordion-content .filter-block_button-wrap:has(input[value="1"]:checked),
.rwa-content .filter-block_v .filter-block_button-wrap:has(input[value="1"]:checked) {
    background: rgba(34, 197, 94, 0.04) !important;
}

.rwa-content .accordion-content .filter-block_button-wrap:has(input[value="1"]:checked) > .filter-block_button,
.rwa-content .filter-block_v .filter-block_button-wrap:has(input[value="1"]:checked) > .filter-block_button {
    color: #4ade80 !important;
    font-weight: 600 !important;
}

/* Satır renklendirme — Exclude seçili */
.rwa-content .accordion-content .filter-block_button-wrap:has(input[value="0"]:checked),
.rwa-content .filter-block_v .filter-block_button-wrap:has(input[value="0"]:checked) {
    background: rgba(239, 68, 68, 0.04) !important;
}

.rwa-content .accordion-content .filter-block_button-wrap:has(input[value="0"]:checked) > .filter-block_button,
.rwa-content .filter-block_v .filter-block_button-wrap:has(input[value="0"]:checked) > .filter-block_button {
    color: #f87171 !important;
    font-weight: 600 !important;
    text-decoration: line-through;
    text-decoration-color: rgba(239, 68, 68, 0.3);
}



/* ============================================
   RANGE SLIDERS
   ============================================ */

.rwa-content .irs--flat { margin: 4px 0 0 !important; }

.rwa-content .irs--flat .irs-line {
    height: 4px !important;
    border-radius: 2px !important;
    background: rgba(255, 255, 255, 0.06) !important;
}

.rwa-content .irs--flat .irs-bar {
    height: 4px !important;
    border-radius: 2px !important;
    background: linear-gradient(90deg, #f23636, #ff6b6b) !important;
    box-shadow: 0 0 8px rgba(242, 54, 54, 0.2);
}

.rwa-content .irs--flat .irs-handle {
    width: 16px !important;
    height: 16px !important;
    top: 19px !important;
    cursor: grab;
}

.rwa-content .irs--flat .irs-handle:active { cursor: grabbing; }

.rwa-content .irs--flat .irs-handle > i:first-child {
    width: 14px !important;
    height: 14px !important;
    border-radius: 50% !important;
    background: #f23636 !important;
    border: 2px solid rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) !important;
    transition: transform 0.15s ease;
}

.rwa-content .irs--flat .irs-handle:hover > i:first-child {
    transform: scale(1.15);
}

.rwa-content .irs--flat .irs-from,
.rwa-content .irs--flat .irs-to,
.rwa-content .irs--flat .irs-single {
    background: rgba(242, 54, 54, 0.9) !important;
    border-radius: 4px !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    padding: 2px 6px !important;
}

.rwa-content .irs--flat .irs-from::before,
.rwa-content .irs--flat .irs-to::before,
.rwa-content .irs--flat .irs-single::before {
    border-top-color: rgba(242, 54, 54, 0.9) !important;
}

.rwa-content .irs--flat .irs-grid-text {
    font-size: 9px !important;
    color: #4b5563 !important;
}

.rwa-content .irs--flat .irs-grid-pol {
    background: rgba(255, 255, 255, 0.06) !important;
}

/* Slider value text — bar'dan yeterli mesafe */
.rwa-content .filter-block p.filter-block_title {
    font-size: 11px !important;
    color: #9ca3af !important;
    margin-top: 24px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    border-top: none !important;
}

.rwa-content .filter-block p.filter-block_title::before {
    display: none !important;
}

.rwa-content .filter-block p.filter-block_title span {
    color: #e5e7eb;
    font-weight: 700;
}


/* ============================================
   GAME CARDS — rwa-card
   ============================================ */

/* Content area — min yükseklik, pagination her zaman altta */
.rwa-content .col-xl-9 #dynamic-content-area,
.rwa-content .col-xl-9 .row.items-push.rwa-content__grid {
    min-height: 60vh;
}

/* Bootstrap row -> flex grid */
.rwa-content .col-xl-9 .row.items-push {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin: 0 !important;
    align-content: flex-start !important;
}

.rwa-content .col-xl-9 .col-md-12.col-xl-6 {
    flex: 0 0 calc(50% - 4px) !important;
    max-width: calc(50% - 4px) !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Entrance */
@keyframes cardSlideIn {
    from { opacity: 0; transform: translateY(6px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ---- Card ---- */
.rwa-card {
    position: relative;
    display: flex;
    height: 110px;
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.01) 100%);
    border: 1px solid rgba(255, 255, 255, 0.06);
    text-decoration: none !important;
    color: #fff !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    animation: cardSlideIn 0.3s ease backwards;
}

.rwa-card:hover {
    background: rgba(242, 54, 54, 0.03);
    border-color: rgba(242, 54, 54, 0.3);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2),
                inset 0 0 0 1px rgba(242, 54, 54, 0.05);
    transform: translateY(-1px);
    text-decoration: none !important;
    color: #fff !important;
}

/* ---- Image ---- */
.rwa-card__img-wrap {
    position: relative;
    flex-shrink: 0;
    width: 145px;
    height: 110px;
    overflow: hidden;
    background: #0d0d12;
}

.rwa-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.rwa-card:hover .rwa-card__img {
    transform: scale(1.05);
}

/* Slideshow dots */
.rwa-card__dots {
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 3px;
    opacity: 0;
    transition: opacity 0.25s ease;
    z-index: 2;
}

.rwa-card:hover .rwa-card__dots {
    opacity: 1;
}

.rwa-card__dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
    transition: all 0.2s ease;
}

.rwa-card__dot.active {
    background: #f23636;
    box-shadow: 0 0 4px rgba(242, 54, 54, 0.5);
    width: 10px;
    border-radius: 3px;
}

/* Version badge (top-left on image) */
.rwa-card__version {
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 2;
    padding: 1px 5px;
    border-radius: 3px;
    font-size: 8px;
    font-weight: 700;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    letter-spacing: 0.02em;
    opacity: 0;
    transform: translateY(-2px);
    transition: all 0.2s ease;
}

.rwa-card:hover .rwa-card__version {
    opacity: 1;
    transform: translateY(0);
}

/* ---- Body ---- */
.rwa-card__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8px 12px;
    min-width: 0;
    gap: 5px;
    overflow: hidden;
}

.rwa-card__name {
    font-size: 13.5px;
    font-weight: 600;
    color: #e5e7eb;
    margin: 0;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    transition: color 0.2s ease;
    display: block;
}

.rwa-card__info {
    display: flex;
    align-items: center;
    gap: 0;
    flex-wrap: nowrap;
    overflow: hidden;
}

.rwa-card:hover .rwa-card__name {
    color: #fff;
}

/* Taşan isimler için scroll animasyonu */
.rwa-card:hover .rwa-card__name.is-overflowing {
    text-overflow: clip;
    animation: nameScroll var(--scroll-duration, 3s) linear 0.4s infinite alternate;
}

@keyframes nameScroll {
    0%, 15%   { transform: translateX(0); }
    85%, 100% { transform: translateX(var(--scroll-dist, -30px)); }
}

/* Status badge */
.rwa-card__badge {
    flex-shrink: 0;
    padding: 3px 8px;
    border-radius: 5px;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    white-space: nowrap;
    line-height: 1.4;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    margin-right: 4px;
}

/* Erisilebilir — sade, minimal */
.rwa-content__card-status--free {
    background: transparent;
    color: #6b7280;
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-weight: 600;
}

/* Erken Erisim — Gold premium badge */
.rwa-content__card-status--early {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.25), rgba(212, 175, 55, 0.1));
    color: #d4af37;
    border: 1px solid rgba(212, 175, 55, 0.35);
    box-shadow: 0 0 6px rgba(212, 175, 55, 0.1);
    text-shadow: 0 0 8px rgba(212, 175, 55, 0.15);
}

/* ---- Erken Erişim Kart — Gold/Premium Shimmer ---- */
.rwa-card--early {
    border: 1px solid rgba(212, 175, 55, 0.25) !important;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.04) 0%, rgba(242, 54, 54, 0.02) 50%, rgba(212, 175, 55, 0.03) 100%) !important;
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.06);
    animation: earlyGlowPulse 3s ease-in-out infinite;
}

/* Shimmer sweep — soldan sağa kayan ışık */
.rwa-card--early::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(212, 175, 55, 0.06),
        rgba(255, 215, 0, 0.1),
        rgba(212, 175, 55, 0.06),
        transparent
    );
    animation: earlyShimmer 5s ease-in-out infinite;
    pointer-events: none;
    border-radius: 8px;
    z-index: 1;
}

@keyframes earlyShimmer {
    0%   { left: -100%; }
    40%  { left: 150%; }
    100% { left: 150%; }
}

@keyframes earlyGlowPulse {
    0%, 100% {
        box-shadow: 0 0 6px rgba(212, 175, 55, 0.04);
        border-color: rgba(212, 175, 55, 0.2);
    }
    50% {
        box-shadow: 0 0 14px rgba(212, 175, 55, 0.1);
        border-color: rgba(212, 175, 55, 0.35);
    }
}

/* Hover — gold glow intensify */
.rwa-card--early:hover {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.08) 0%, rgba(242, 54, 54, 0.04) 50%, rgba(212, 175, 55, 0.06) 100%) !important;
    border-color: rgba(212, 175, 55, 0.5) !important;
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.15),
                0 4px 16px rgba(0, 0, 0, 0.2) !important;
    transform: translateY(-2px) !important;
    animation: none;
}

.rwa-card--early:hover::after {
    animation: earlyShimmerFast 1.5s ease-in-out infinite;
}

@keyframes earlyShimmerFast {
    0%   { left: -100%; }
    50%  { left: 150%; }
    100% { left: 150%; }
}

/* ---- İndirimli Kart — Yeşil Ton ---- */
.rwa-card--deal {
    border: 1px solid rgba(34, 197, 94, 0.25) !important;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.04) 0%, rgba(22, 163, 74, 0.02) 50%, rgba(34, 197, 94, 0.03) 100%) !important;
    box-shadow: 0 0 10px rgba(34, 197, 94, 0.06);
    animation: dealGlowPulse 3s ease-in-out infinite;
}

.rwa-card--deal::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(34, 197, 94, 0.06), rgba(74, 222, 128, 0.1), rgba(34, 197, 94, 0.06), transparent);
    animation: dealShimmer 5s ease-in-out infinite;
    pointer-events: none;
    border-radius: 8px;
    z-index: 1;
}

@keyframes dealShimmer {
    0%   { left: -100%; }
    40%  { left: 150%; }
    100% { left: 150%; }
}

@keyframes dealGlowPulse {
    0%, 100% {
        box-shadow: 0 0 6px rgba(34, 197, 94, 0.04);
        border-color: rgba(34, 197, 94, 0.2);
    }
    50% {
        box-shadow: 0 0 14px rgba(34, 197, 94, 0.1);
        border-color: rgba(34, 197, 94, 0.35);
    }
}

.rwa-card--deal:hover {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.08) 0%, rgba(22, 163, 74, 0.04) 50%, rgba(34, 197, 94, 0.06) 100%) !important;
    border-color: rgba(34, 197, 94, 0.5) !important;
    box-shadow: 0 0 20px rgba(34, 197, 94, 0.15), 0 4px 16px rgba(0, 0, 0, 0.2) !important;
    transform: translateY(-2px) !important;
    animation: none;
}

.rwa-card--deal:hover::after {
    animation: dealShimmerFast 1.5s ease-in-out infinite;
}

@keyframes dealShimmerFast {
    0%   { left: -100%; }
    50%  { left: 150%; }
    100% { left: 150%; }
}

/* İndirimli badge — yeşil */
.rwa-content__card-status--deal {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.25), rgba(34, 197, 94, 0.1)) !important;
    color: #4ade80 !important;
    border: 1px solid rgba(34, 197, 94, 0.35) !important;
}

/* RCoin ikon — badge içinde */
.rwa-card__rcoin-icon {
    width: 10px;
    height: 10px;
    vertical-align: -1px;
    margin-right: 1px;
}

/* ---- Tags with tooltips ---- */
.rwa-card__tags {
    display: flex;
    align-items: center;
    gap: 0;
    flex-wrap: nowrap;
    overflow: hidden;
}

.rwa-card__tag {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    padding: 0 6px;
    font-size: 10.5px;
    color: #6b7280;
    white-space: nowrap;
    flex-shrink: 0;
    transition: all 0.2s ease;
    cursor: default;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.rwa-card__tag:first-child {
    padding-left: 0;
}

.rwa-card__tag:last-child {
    border-right: none;
}

.rwa-card__tag i {
    font-size: 9px;
    width: 12px;
    text-align: center;
    color: #4b5563;
    transition: color 0.2s ease;
    flex-shrink: 0;
}

.rwa-card:hover .rwa-card__tag {
    color: #9ca3af;
}

.rwa-card:hover .rwa-card__tag i {
    color: #f23636;
}

/* Tooltip */
.rwa-card__tag::before {
    content: attr(data-tooltip);
    position: absolute;
    bottom: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%) translateY(4px);
    padding: 3px 8px;
    border-radius: 4px;
    background: rgba(15, 15, 20, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #d1d5db;
    font-size: 9px;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.15s ease;
    z-index: 20;
}

.rwa-card__tag::after {
    content: '';
    position: absolute;
    bottom: calc(100% + 2px);
    left: 50%;
    transform: translateX(-50%);
    border: 3px solid transparent;
    border-top-color: rgba(15, 15, 20, 0.95);
    opacity: 0;
    visibility: hidden;
    transition: all 0.15s ease;
    z-index: 20;
}

.rwa-card__tag:hover::before,
.rwa-card__tag:hover::after {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.rwa-card__tag:hover::after {
    transform: translateX(-50%);
}

/* ---- No Results ---- */
.rwa-content__empty-text {
    font-size: 14px;
    color: #6b7280;
    text-align: center;
    padding: 40px 20px;
    line-height: 1.6;
}

/* ============================================
   PAGINATION — rwa-pager
   ============================================ */

.rwa-pager {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 28px 0 4px;
    margin-top: 12px;
    flex-wrap: wrap;
}

/* Nav buttons (first, prev, next, last) */
.rwa-pager__btn {
    min-width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    color: #9ca3af;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0;
}

.rwa-pager__btn:hover:not(:disabled) {
    background: rgba(242, 54, 54, 0.1);
    border-color: rgba(242, 54, 54, 0.25);
    color: #f23636;
}

.rwa-pager__btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

/* Page number buttons */
.rwa-pager__nums {
    display: flex;
    align-items: center;
    gap: 4px;
}

.rwa-pager__num {
    min-width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    color: #9ca3af;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0 6px;
}

.rwa-pager__num:hover {
    background: rgba(242, 54, 54, 0.1);
    border-color: rgba(242, 54, 54, 0.25);
    color: #f23636;
}

.rwa-pager__num.active {
    background: rgba(242, 54, 54, 0.18);
    border-color: rgba(242, 54, 54, 0.4);
    color: #ff6b6b;
    box-shadow: 0 0 10px rgba(242, 54, 54, 0.12);
    cursor: default;
}

/* Dots (ellipsis) */
.rwa-pager__dots {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 34px;
    color: #6b7280;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    user-select: none;
}

/* Manual page input */
.rwa-pager__input-wrap {
    display: flex;
    align-items: center;
    gap: 0;
    margin-left: 6px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    overflow: hidden;
    transition: border-color 0.2s ease;
}

.rwa-pager__input-wrap:focus-within {
    border-color: rgba(242, 54, 54, 0.35);
    box-shadow: 0 0 0 3px rgba(242, 54, 54, 0.06);
}

.rwa-pager__input {
    width: 52px;
    height: 32px;
    border: none;
    background: transparent;
    color: #e5e7eb;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    outline: none;
    padding: 0 4px;
    -moz-appearance: textfield;
}

.rwa-pager__input::-webkit-outer-spin-button,
.rwa-pager__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.rwa-pager__input::placeholder {
    color: #6b7280;
    font-weight: 500;
}

.rwa-pager__go {
    height: 32px;
    padding: 0 12px;
    border: none;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(242, 54, 54, 0.08);
    color: #f23636;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: all 0.2s ease;
}

.rwa-pager__go:hover {
    background: rgba(242, 54, 54, 0.18);
    color: #ff6b6b;
}

/* ============================================
   MOBILE FILTER TOGGLE
   ============================================ */

.rwa-content__filter-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px 16px;
    margin-bottom: 12px;
    border-radius: 10px;
    border: 1px solid rgba(242, 54, 54, 0.15);
    background: linear-gradient(135deg, rgba(242, 54, 54, 0.06) 0%, rgba(242, 54, 54, 0.02) 100%);
    color: #e5e7eb;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.rwa-content__filter-toggle i { color: #f23636; font-size: 14px; }
.rwa-content__filter-toggle .rwa-filter-count {
    background: #f23636;
    color: #fff;
    font-size: 10px;
    padding: 1px 6px;
    border-radius: 10px;
    font-weight: 700;
    margin-left: 4px;
}

.rwa-content__filter-toggle:hover,
.rwa-content__filter-toggle:active {
    background: linear-gradient(135deg, rgba(242, 54, 54, 0.12) 0%, rgba(242, 54, 54, 0.04) 100%);
    border-color: rgba(242, 54, 54, 0.3);
}

/* Mobil sidebar kapatma butonu (overlay içinde) */
.rwa-mobile-filter-close {
    display: none;
    position: fixed;
    top: 10px;
    right: 12px;
    z-index: 10001;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid rgba(242, 54, 54, 0.3);
    background: rgba(242, 54, 54, 0.15);
    color: #f23636;
    font-size: 18px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

.rwa-mobile-filter-close.is-visible {
    display: flex;
}

/* Sidebar içi kapatma butonu - sadece mobilde */
.rwa-mobile-close-inline {
    display: none !important;
}
@media (max-width: 1199px) {
    .rwa-mobile-close-inline {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        border-radius: 8px;
        background: rgba(242, 54, 54, 0.12) !important;
        color: #f23636 !important;
        font-size: 16px;
        cursor: pointer;
        border: 1px solid rgba(242, 54, 54, 0.2);
        -webkit-tap-highlight-color: transparent;
        margin-left: 8px;
    }
}

/* Mobil sidebar başlık */
.rwa-mobile-filter-header {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    padding: 14px 60px 14px 20px;
    background: rgba(10, 10, 20, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 15px;
    font-weight: 700;
    color: #eaeaf2;
}

.rwa-mobile-filter-header.is-visible {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rwa-mobile-filter-header i {
    color: #f23636;
    font-size: 14px;
}

/* Mobile sidebar - bottom sheet overlay */
@media (max-width: 1199px) {
    .rwa-content__filter-toggle { display: flex; }

    #one-inbox-side-nav:not(.is-open) .block.js-ecom-div-filters {
        display: none;
    }

    #one-inbox-side-nav.is-open .block.js-ecom-div-filters {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
        max-height: 100vh !important;
        height: 100vh;
        border-radius: 0 !important;
        background: rgba(10, 10, 20, 0.99) !important;
        overflow-y: auto !important;
        padding: 100px 0 20px 0 !important;
        animation: sidebarSlideUp 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-overflow-scrolling: touch;
    }

    @keyframes sidebarSlideUp {
        from { opacity: 0; transform: translateY(30px); }
        to   { opacity: 1; transform: translateY(0); }
    }
}

/* ============================================
   LOADING
   ============================================ */

.rwa-content .loader,
.rwa-content #loading-animation .loader {
    border-color: rgba(242, 54, 54, 0.15) !important;
    border-top-color: #f23636 !important;
}

/* ============================================
   Bootstrap margin/padding reset
   ============================================ */

.rwa-content .block {
    margin-bottom: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.rwa-content .block.js-ecom-div-filters {
    background: linear-gradient(180deg, rgba(22, 22, 35, 0.98) 0%, rgba(16, 16, 26, 0.98) 100%) !important;
}

.rwa-content .row.push,
.rwa-content .push {
    margin-bottom: 0 !important;
}

.rwa-content .col-xl-9 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.rwa-content .items-push > div,
.content.rwa-content .items-push > div,
.rwa-content .col-xl-9 .items-push > div {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 1024px) {
    .rwa-content .col-xl-9 .col-md-12.col-xl-6 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .rwa-card__img-wrap {
        width: 100px;
    }

    .rwa-content .col-xl-9.order-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

@media (max-width: 768px) {
    .rwa-content .col-xl-3 {
        position: static;
        max-height: none;
    }

    /* Sidebar mobile */
    .rwa-content .block.js-ecom-div-filters,
    .rwa-content__sidebar {
        border-radius: 10px !important;
    }

    .rwa-content .filter-block { padding: 10px 14px !important; }

    .rwa-content .filter-block_content_filter-block_h > .filter-block_button-wrap {
        height: 30px !important;
    }

    .rwa-content .filter-block_content_filter-block_h > .filter-block_button-wrap > a.filter-block_button {
        width: 16px !important;
        min-width: 16px !important;
        height: 30px !important;
        margin-left: 8px !important;
    }

    .rwa-content .filter-block_content_filter-block_h > .filter-block_button-wrap > a.filter-block_button::before {
        font-size: 11px !important;
        line-height: 30px !important;
    }

    .rwa-content .filter-block_content_filter-block_h .filter-block_button-label {
        font-size: 11px !important;
        line-height: 30px !important;
    }

    .rwa-filter-chips { padding: 6px 14px 8px; gap: 4px; }
    .rwa-filter-chip { font-size: 9px; padding: 3px 7px 3px 8px; }

    .rwa-content .btn-state_wrap label {
        width: 26px !important;
        height: 24px !important;
        min-width: 26px;
        font-size: 9px !important;
        border-radius: 5px !important;
    }

    .rwa-content .btn-state_wrap {
        gap: 3px;
    }

    .rwa-content .accordion-content .filter-block_button-wrap,
    .rwa-content .filter-block_v .filter-block_button-wrap {
        min-height: 32px;
        height: 32px;
        padding: 0 8px 0 12px !important;
    }

    .rwa-content .accordion-content .filter-block_button-wrap > .filter-block_button,
    .rwa-content .filter-block_v .filter-block_button-wrap > .filter-block_button {
        font-size: 11px !important;
        line-height: 32px !important;
        height: 32px !important;
    }

    /* Accordion header mobile */
    .rwa-content .sidebar-menu-header {
        padding: 12px 14px !important;
        min-height: 42px;
    }

    .rwa-content .sidebar-menu-header .filter-block_title {
        font-size: 11px !important;
    }

    .rwa-card {
        height: 90px;
    }

    .rwa-card__img-wrap {
        width: 115px;
        height: 90px;
    }


    .rwa-card__body {
        padding: 8px 10px;
        gap: 4px;
    }

    .rwa-card__name { font-size: 12px; }
    .rwa-card__tag { font-size: 9px; padding: 2px 6px; }
    .rwa-card__tag i { font-size: 8px; width: 10px; }

    .rwa-content__header { margin-bottom: 10px; }
    .rwa-content__title { font-size: 14px; gap: 8px; }
    .rwa-content__title-icon { width: 26px; height: 26px; font-size: 11px; }
}

@media (max-width: 480px) {
    .rwa-card {
        height: 80px;
    }

    .rwa-card__img-wrap {
        width: 100px;
        height: 80px;
    }


    .rwa-card__body {
        padding: 5px 8px;
        gap: 3px;
    }

    .rwa-card__name { font-size: 11px; }
    .rwa-card__badge { font-size: 7px; padding: 1px 4px; }
    .rwa-card__tag { font-size: 8px; }

    /* Tooltip'leri mobilde gizle (long press slideshow icin) */
    .rwa-card__tag::before,
    .rwa-card__tag::after { display: none; }

    .rwa-pager { gap: 4px; padding: 14px 0 6px; }
    .rwa-pager__btn,
    .rwa-pager__num {
        min-width: 30px;
        height: 30px;
        font-size: 11px;
        border-radius: 6px;
    }
    .rwa-pager__dots { width: 22px; height: 30px; font-size: 11px; }
    .rwa-pager__input-wrap { margin-left: 4px; border-radius: 6px; }
    .rwa-pager__input { width: 42px; height: 28px; font-size: 11px; }
    .rwa-pager__go { height: 28px; padding: 0 8px; font-size: 10px; }
}
