/* Nut chon che do Sang/Toi (dau sidebar Truyen) - CSS che do Sang (mac dinh).
   Cac rule che do Toi nam trong Areas/Truyen/Views/Shared/_TruyenDarkMode.cshtml,
   theo dung mo hinh cac khu vuc khac (Nhac/Tho/Phim/Anh/AmThuc). */
.truyen-theme-switch {
    display: flex;
    gap: 8px;
    margin: 0 0 14px;
}

.truyen-theme-btn {
    flex: 1;
    padding: 6px 8px;
    font-size: 13px;
    border-radius: 6px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
    transition: all .2s ease;
}

.truyen-theme-btn.truyen-theme-active {
    background: linear-gradient(135deg, #f7ecd9, #efdcb8);
    border-color: #d1a25c;
    color: #8a5a1e;
    font-weight: bold;
}
