/*
Theme Name: Madara-Child
Description: A child theme for Madara - WordPress Theme for Manga, Novel sites
Author: Madara
Author URI: https://mangabooth.com/
Template: madara
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Version: 1.0.4
*/
/* =========================
   FIX BANNER (HEADER) – MOBILE + DESKTOP
   DÁN Ở CUỐI style.css
========================= */

/* Desktop */
.site-header .main-navigation.style-1,
.site-header .main-navigation.style-1 .main-navigation_wrap{
  background: linear-gradient(90deg,#e9ddc9 0%,#f3ebdc 50%,#e9ddc9 100%) !important;
  background-color: #f3ebdc !important;
}

/* Mobile (đúng DOM như ảnh bạn gửi) */
header.site-header.mobile .c-header__top,
header.site-header.mobile .main-navigation.style-1,
header.site-header.mobile .main-navigation.style-1 .main-navigation_wrap{
  background: linear-gradient(90deg,#e9ddc9 0%,#f3ebdc 50%,#e9ddc9 100%) !important;
  background-color: #f3ebdc !important;
}

/* Nếu có lớp phủ tối */
.site-header .main-navigation.style-1:before,
.site-header .main-navigation.style-1:after,
.site-header .main-navigation.style-1 .main-navigation_wrap:before,
.site-header .main-navigation.style-1 .main-navigation_wrap:after,
header.site-header.mobile .c-header__top:before,
header.site-header.mobile .c-header__top:after{
  content: none !important;
  display: none !important;
}
