/*
Theme Name: Madara-Child NovelHub
Description:  A child theme for Madara - WordPress Theme for Manga, Novel sites
Author:       Madara
Author URI:   https://mangabooth.com/
Template: madara
Text Domain: madara-child
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.4.1
*/

/* NOTE: CSS was split for performance. See /assets/css/*.css */
/* Small clean disclaimer */
.nhv-chapter-disclaimer{
    margin:12px 0;
    padding:8px 10px;
    font-size:12px;
    line-height:1.6;
    text-align:center;
    font-weight:600;
    border-radius:8px;
    background:rgba(120,92,255,.08);
    border:1px solid rgba(120,92,255,.25);
}

/* Simple inline labels beside sidebar icons */
.nhv-inline-label{
    margin-inline-start:6px;
    font-size:12px;
    font-weight:600;
    white-space:nowrap;
}

/* === NHV Manga Single AJAX Chapters Styles (final) === */
.nhv-chapters-toolbar{
    display:flex;
    gap:12px;
    align-items:center;
    justify-content:center;
    margin:12px 0;
    flex-wrap:wrap;
}

.nhv-chapters-toolbar--bottom{
    margin-top:16px;
    padding-top:10px;
    border-top: 1px solid rgba(255,255,255,0.06);
}
