/* Madara Child - custom overrides */
/* Header */
.site-header, .header-primary{
  backdrop-filter: saturate(120%) blur(6px);
}

/* Cards */
.manga-item, .c-blog__item, .post-item{
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
}

/* Listing grid spacing */
.c-page-content .tab-content .row [class*="col-"]{
  margin-bottom: 18px;
}

/* Typography for chapter reading */
.reading-content, .reading-content p{
  line-height: 1.9; 
  font-size: 18px;
}

/* Next/Prev chapter buttons */
.wp-manga-nav .nav-links a{
  border-radius: var(--radius);
}

/* Dark mode example */
@media (prefers-color-scheme: dark){
  body{ background:#0b0d12; color:#e6e7ea }
  .site-header, .header-primary{ background:#0f1219 }
  .manga-item, .post-item{ background:#10131a; box-shadow:none; border:1px solid #1b2230 }
}
