/*
Theme Name: LelManga
Theme URI: https://themesia.com/mangareader-wordpress-theme
Author: Themesia
Author URI: https://themesia.com
Description: LelManga child theme for MangaReader
Template: mangareader
Version: 1.0.6
Tags: black, yellow, blue, purple, light, two-columns, right-sidebar, custom-header, custom-menu, featured-images
Text Domain: mangareader-child
*/

/* === LelManga brand palette === */
:root {
    --lelmanga-primary: #981830;
    --lelmanga-hover: #b8203a;
    --lelmanga-active: #7d1026;
    --lelmanga-border: #c12a42;
    --lelmanga-button: #981830;
    --lelmanga-button-hover: #b8203a;
    --lelmanga-gold: #edb867;
}

/* Links and text accents */
a:hover,
.bs .bsx .tt a:hover,
.listupd .lexa .dtl h2 a:hover,
.listupd .utao .uta .luf h4 a:hover,
.listupd .utao .uta .luf ul li a:hover,
#sidebar .serieslist ul li .leftseries h2 a:hover,
#sidebar .section ul li a:hover,
.bxcl ul li .lchx a:hover,
.seriestucontent a:hover,
.chapterbody a:hover {
    color: var(--lelmanga-hover) !important;
}

/* Header, navigation, tabs, section accents */
#main-menu ul li a:hover:before,
.releases .vl,
.hothome .releases,
.typename,
.bs .bsx .limit .bt span.epx,
.bs.stylefiv .bsx .chfiv li a:hover,
.lista a,
.pagination .page-numbers.current,
.pagination a:hover,
.page-numbers.current,
.nav-tabs li.active a,
.nav-tabs li.active span,
#sidebar .section .ts-wpop-series-gen .ts-wpop-nav-tabs li.active span,
.swiper-pagination-bullet-active,
.big-slider .swiper-pagination-bullet-active {
    background: var(--lelmanga-primary) !important;
}

/* Buttons and form actions */
button,
input[type="submit"],
.searchx #form button,
#sidebar .section #searchform #searchsubmit,
.section .wp-block-search .wp-block-search__button,
.advancedsearch button.searchz,
.surprise:hover,
.bixbox .bvlcen .bvl:hover {
    background: var(--lelmanga-button) !important;
    border-color: var(--lelmanga-border) !important;
    color: #fff !important;
}

button:hover,
input[type="submit"]:hover,
.searchx #form button:hover,
#sidebar .section #searchform #searchsubmit:hover,
.section .wp-block-search .wp-block-search__button:hover,
.advancedsearch button.searchz:hover {
    background: var(--lelmanga-button-hover) !important;
    border-color: var(--lelmanga-button-hover) !important;
}

/* Borders, focus states, pagination and filter controls */
input:focus,
textarea:focus,
select:focus,
.lista a,
.advancedsearch button.searchz,
.bs .bsx .rating-prc .rtp .rtb,
.bixbox .releases,
.series-gen .nav-tabs li.active,
.ts-wpop-nav-tabs li.active span {
    border-color: var(--lelmanga-border) !important;
}

.searchx input:focus,
#sidebar .section #searchform #s:focus,
.section .wp-block-search .wp-block-search__input:focus {
    box-shadow: 0 0 0 2px rgba(152, 24, 48, 0.35) !important;
}

/* Manga badges and status chips */
.bs .bsx .limit .hot,
.bs .bsx .limit .hotx,
.listupd .utao .uta .imgu .hot,
.listupd .utao .uta .imgu .new,
.listupd .utao.styletwo .uta .imgu .new,
.statusind,
.quality {
    background-color: var(--lelmanga-primary) !important;
    color: #fff !important;
}

/* Keep dark theme readable while replacing the default blue highlights. */
.hothome .releases h2,
.bs .bsx .adds .rating .rtg a.br-selected:after,
.rating-prc .rtp .rtb span {
    color: var(--lelmanga-gold) !important;
}

.surprise:hover {
    color: #fff !important;
}
