/* =========================================================
   YeuNovel – Right Sidebar: Categories (rightCategory)
   ========================================================= */
:root{ --brand:#2563eb; --ink:#0f172a; --border:#e5e7eb; }

.genres-widget{ background:#fff; border:1px solid var(--border); border-radius:12px; overflow:hidden; }
.genres-widget .module-title{
    margin:0; padding:10px 12px; font-weight:700; color:var(--ink);
    background:#f8fafc; border-bottom:1px solid var(--border);
}

/* 2 cột + icon cho desktop */
.genres-list.two-cols{ display:flex; flex-wrap:wrap; margin:0; padding:6px 6px 10px; list-style:none; }
.genres-list.two-cols .genre-item{ width:50%; }
.genres-list.two-cols .genre-item a{
    display:flex; align-items:center; gap:8px;
    padding:8px 8px; color:#0f172a; border-radius:8px;
}
.genres-list.two-cols .genre-item a:hover{ color:var(--brand); background:#f7faff; text-decoration:none; }
.genres-list .genre-item.active > a{
    font-weight:700; color:var(--brand); background:#eef2ff;
    border-left:3px solid var(--brand);
}
.genres-list .ico{ width:18px; text-align:center; color:#64748b }

/* Dropdown (mobile) */
.dropdown-genres{ padding:10px 12px; }
.dropdown-genres .form-control{ height:38px; }
