/**
 * AquaClair Core - Design System v6.1
 * Style media consommateur + produits + espaces compacts
 */

:root {
    --aq-navy: #070038;
    --aq-text-deep: #020617;
    --aq-yellow: #facc15;
    --aq-red: #c1121f;
    --aq-bg: #f3f4f6;
    --aq-white: #ffffff;
    --aq-border: #d1d5db;
    --aq-meta: #4b5563;
    --aq-link: #174ea6;
    --aq-radius: 2px;
    --aq-green: #15803d;
    --aq-orange: #ea580c;
}

/* ========== GLOBAL ========== */
body.aquaclair-site {
    background: var(--aq-bg);
    color: var(--aq-text-deep);
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.6;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4 { color: var(--aq-text-deep); font-weight: 700; line-height: 1.25; margin-top: 0; }
h1 { font-size: 1.6rem; margin-bottom: 0.6rem; }
h2 { font-size: 1.25rem; margin-top: 1.5rem; margin-bottom: 0.6rem; border-bottom: 2px solid var(--aq-border); padding-bottom: 0.35rem; }
h3 { font-size: 1.05rem; margin-top: 1rem; margin-bottom: 0.35rem; }
a { color: var(--aq-link); }
a:hover { color: var(--aq-navy); text-decoration: underline; }
p { margin-bottom: 0.6rem; }
ul, ol { padding-left: 1.25rem; margin-bottom: 0.6rem; }
img { max-width: 100%; height: auto; }
*, *::before, *::after { box-sizing: border-box; }

/* ========== HIDE KADENCE HEADER ========== */
.site-header, .site-header-row, .site-branding-wrap, .kadence-header,
header#masthead, .site-branding, .header-navigation, .header-menu-container,
.kadence-header-inner-wrap, .header-top-inner-wrap, .header-main-inner-wrap,
.kadence-header-section, .site-header-row-container-wrap {
    display: none !important;
}

/* ========== HIDE BLOG MARKERS ========== */
.entry-meta, .posted-by, .posted-on, .cat-links, .tags-links,
.comments-area, .entry-footer, .post-navigation,
.nav-links, .nav-previous, .nav-next,
.entry-hero .entry-header .entry-meta,
.kt-blocks-post-footer, .blog .entry-footer,
.single .entry-footer, .kadence-breadcrumbs {
    display: none !important;
}

/* ========== HIDE DEFAULT FOOTER ========== */
.site-footer { display: none !important; }

/* ========== HIDE KADENCE PAGE TITLE ========== */
.home .entry-header.page-title,
.home .entry-hero { display: none !important; }

/* ========== REDUCE PAGE TITLE BANNERS ========== */
.entry-hero.page-hero-section .entry-header { min-height: auto !important; padding: 16px 0 !important; }
.entry-hero.page-hero-section { padding: 0 !important; margin: 0 !important; }
.entry-hero-layout-contained { max-width: 1200px !important; padding: 0 24px !important; }
.entry-header.page-title { padding: 12px 0 !important; margin: 0 !important; }
.entry-header.page-title h1.entry-title { font-size: 1.4rem !important; margin: 0 !important; padding: 0 !important; }
.entry-content-wrap { padding: 1.25rem !important; }

@media (max-width: 767px) {
    .entry-header.page-title h1.entry-title { font-size: 1.2rem !important; }
    .entry-content-wrap { padding: 1rem !important; }
}

/* ========== REDUCE CONTENT AREA MARGINS ========== */
.content-area { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
@media (max-width: 1024px) { .content-area { margin-top: 1rem !important; margin-bottom: 1rem !important; } }
@media (max-width: 767px) { .content-area { margin-top: 0.75rem !important; margin-bottom: 0.75rem !important; } }

/* ========== HEADER MEDIA ========== */
.aq-media-header {
    background: var(--aq-navy);
    color: var(--aq-white);
    width: 100%;
    position: relative;
    z-index: 1000;
}

.aq-header-top {
    max-width: 1200px;
    margin: 0 auto;
    padding: 6px 24px 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.aq-header-top-left {
    display: flex;
    gap: 12px;
    font-size: 11px;
    color: #94a3b8;
}

.aq-header-top-left a {
    color: #94a3b8 !important;
    text-decoration: none;
}

.aq-header-top-left a:hover {
    color: var(--aq-white) !important;
    text-decoration: underline;
}

.aq-header-brand {
    text-align: center;
    flex: 1;
}

.aq-header-brand .aq-site-title {
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--aq-white) !important;
    letter-spacing: -0.5px;
    margin: 0;
    line-height: 1;
    text-decoration: none;
    display: block;
}

.aq-header-brand .aq-site-tagline {
    font-size: 10px;
    color: #94a3b8;
    margin: 2px 0 0;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.aq-header-top-right {
    display: flex;
    gap: 12px;
    font-size: 11px;
    color: #94a3b8;
}

.aq-header-top-right a {
    color: #94a3b8 !important;
    text-decoration: none;
}

.aq-header-top-right a:hover {
    color: var(--aq-white) !important;
    text-decoration: underline;
}

/* ========== MENU BAR ========== */
.aq-menu-bar {
    background: var(--aq-white);
    border-bottom: 1px solid var(--aq-border);
    width: 100%;
}

.aq-menu-bar-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.aq-menu-bar nav {
    display: flex;
    align-items: center;
    gap: 0;
}

.aq-menu-bar nav a {
    display: inline-block;
    padding: 8px 12px;
    font-size: 13px;
    font-weight: 600;
    color: var(--aq-text-deep) !important;
    text-decoration: none !important;
    border-bottom: 2px solid transparent;
    transition: border-color 0.15s, color 0.15s;
}

.aq-menu-bar nav a:hover {
    color: var(--aq-link) !important;
    border-bottom-color: var(--aq-link);
    text-decoration: none !important;
}

.aq-menu-bar nav a.current-menu-item {
    color: var(--aq-link) !important;
    border-bottom-color: var(--aq-link);
}

.aq-menu-search {
    padding: 8px 0;
}

.aq-menu-search button {
    background: none;
    border: 1px solid var(--aq-border);
    border-radius: var(--aq-radius);
    padding: 4px 10px;
    font-size: 12px;
    color: var(--aq-meta);
    cursor: pointer;
}

/* ========== MOBILE MENU TOGGLE ========== */
.aq-mobile-toggle {
    display: none;
    background: none;
    border: none;
    color: var(--aq-white);
    font-size: 20px;
    cursor: pointer;
    padding: 4px;
}

/* ========== BANDEAU JAUNE ========== */
.aq-yellow-banner {
    background: var(--aq-yellow);
    width: 100%;
    padding: 7px 24px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    color: var(--aq-text-deep);
    border-bottom: 1px solid #e5e7eb;
}

.aq-yellow-banner a {
    color: var(--aq-text-deep) !important;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.aq-yellow-banner a:hover {
    color: var(--aq-link) !important;
}

/* ========== NOS DOSSIERS CHIPS ========== */
.aq-dossiers-bar {
    max-width: 1200px;
    margin: 0 auto;
    padding: 12px 24px 8px;
}

.aq-dossiers-bar h2 {
    font-size: 0.85rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--aq-text-deep);
    margin: 0 0 8px;
    border: none;
    padding: 0;
}

.aq-chips {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.aq-chip {
    display: inline-block;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 600;
    color: var(--aq-text-deep) !important;
    background: var(--aq-white);
    border: 1px solid var(--aq-border);
    border-radius: 20px;
    text-decoration: none !important;
    transition: border-color 0.15s, background 0.15s;
}

.aq-chip:hover {
    border-color: var(--aq-link);
    background: #eff6ff;
    text-decoration: none !important;
}

/* ========== UNE PRINCIPALE (3 colonnes) ========== */
.aq-une-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 16px 24px;
    display: grid;
    grid-template-columns: 1fr 1.4fr 260px;
    gap: 24px;
    align-items: start;
}

.aq-une-chapo .aq-label-rouge {
    display: inline-block;
    background: var(--aq-red);
    color: var(--aq-white);
    padding: 2px 10px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 8px;
    border-radius: var(--aq-radius);
}

.aq-une-chapo h1 {
    font-size: 1.4rem;
    line-height: 1.2;
    color: var(--aq-text-deep);
    margin-bottom: 8px;
}

.aq-une-chapo .aq-chapo-text {
    font-size: 0.9rem;
    color: var(--aq-meta);
    line-height: 1.55;
    margin-bottom: 14px;
}

.aq-une-chapo .aq-cta-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: var(--aq-link) !important;
    text-decoration: none !important;
    padding: 6px 0;
    border-bottom: 2px solid var(--aq-link);
}

.aq-une-chapo .aq-cta-link:hover {
    color: var(--aq-navy) !important;
    border-bottom-color: var(--aq-navy);
    text-decoration: none !important;
}

.aq-une-video .aq-video-embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    background: #000;
    border-radius: var(--aq-radius);
}

.aq-une-video .aq-video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.aq-une-sidebar {
    background: var(--aq-white);
    border: 1px solid var(--aq-border);
    padding: 14px;
    border-radius: var(--aq-radius);
}

.aq-une-sidebar h3 {
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--aq-text-deep);
    margin: 0 0 10px;
    padding-bottom: 6px;
    border-bottom: 2px solid var(--aq-navy);
}

.aq-sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: sidebar-counter;
}

.aq-sidebar-list li {
    counter-increment: sidebar-counter;
    padding: 7px 0;
    border-bottom: 1px solid var(--aq-border);
    font-size: 13px;
    line-height: 1.35;
}

.aq-sidebar-list li:last-child {
    border-bottom: none;
}

.aq-sidebar-list li::before {
    content: counter(sidebar-counter) ".";
    font-weight: 700;
    color: var(--aq-navy);
    margin-right: 6px;
    font-size: 12px;
}

.aq-sidebar-list li a {
    color: var(--aq-text-deep) !important;
    text-decoration: none !important;
    font-weight: 500;
}

.aq-sidebar-list li a:hover {
    color: var(--aq-link) !important;
    text-decoration: underline !important;
}

/* ========== BLOC EDITORIAL ========== */
.aq-editorial-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 24px;
}

.aq-editorial-section h2 {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--aq-text-deep);
    margin: 0 0 14px;
    border-bottom: 2px solid var(--aq-navy);
    padding-bottom: 6px;
}

.aq-4cols {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.aq-4col-item {
    background: var(--aq-white);
    border: 1px solid var(--aq-border);
    padding: 14px;
    border-radius: var(--aq-radius);
    font-size: 13px;
    line-height: 1.45;
    color: var(--aq-meta);
}

.aq-4col-item strong {
    display: block;
    color: var(--aq-text-deep);
    margin-bottom: 4px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.aq-comparatifs-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.aq-comparatifs-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid var(--aq-border);
}

.aq-comparatifs-list li:last-child {
    border-bottom: none;
}

.aq-comparatif-label {
    display: inline-block;
    background: var(--aq-navy);
    color: var(--aq-white);
    padding: 2px 6px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: var(--aq-radius);
    flex-shrink: 0;
    margin-top: 2px;
}

.aq-comparatif-content {
    flex: 1;
}

.aq-comparatif-content h4 {
    margin: 0 0 3px;
    font-size: 0.95rem;
}

.aq-comparatif-content h4 a {
    color: var(--aq-text-deep) !important;
    text-decoration: none !important;
}

.aq-comparatif-content h4 a:hover {
    color: var(--aq-link) !important;
    text-decoration: underline !important;
}

.aq-comparatif-content p {
    margin: 0;
    font-size: 12px;
    color: var(--aq-meta);
}

.aq-comparatif-link {
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 600;
    color: var(--aq-link) !important;
    text-decoration: none !important;
    padding-top: 3px;
}

.aq-comparatif-link:hover {
    text-decoration: underline !important;
}

.aq-qualite-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px;
}

.aq-qualite-item {
    display: block;
    background: var(--aq-white);
    border: 1px solid var(--aq-border);
    padding: 12px 16px;
    border-radius: var(--aq-radius);
    text-decoration: none !important;
    color: var(--aq-text-deep) !important;
    font-weight: 600;
    font-size: 13px;
    transition: border-color 0.15s;
}

.aq-qualite-item:hover {
    border-color: var(--aq-link);
    text-decoration: none !important;
    color: var(--aq-link) !important;
}

.aq-qualite-item::before {
    content: "Dossier";
    display: block;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--aq-meta);
    margin-bottom: 3px;
}

.aq-position-box {
    background: var(--aq-white);
    border: 1px solid var(--aq-border);
    border-left: 3px solid var(--aq-navy);
    padding: 14px 18px;
    margin: 16px 0;
    border-radius: var(--aq-radius);
}

.aq-position-box h3 {
    margin: 0 0 6px;
    font-size: 0.9rem;
    color: var(--aq-navy);
}

.aq-position-box p {
    margin: 0;
    font-size: 13px;
    color: var(--aq-meta);
    line-height: 1.55;
}

/* ========== PRODUCT SPOTLIGHT ========== */
.aq-product-spotlight {
    background: var(--aq-white);
    border: 1px solid var(--aq-border);
    border-radius: var(--aq-radius);
    padding: 14px 16px;
    margin-bottom: 10px;
}

.aq-product-spotlight-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}

.aq-product-category {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--aq-meta);
}

.aq-product-risk-badge {
    font-size: 9px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: var(--aq-radius);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.aq-risk-faible {
    background: #dcfce7;
    color: var(--aq-green);
}

.aq-risk-moyen {
    background: #fef3c7;
    color: #92400e;
}

.aq-risk-eleve {
    background: #fee2e2;
    color: var(--aq-red);
}

.aq-product-title {
    font-size: 0.95rem;
    margin: 0 0 6px;
    line-height: 1.3;
}

.aq-product-usage,
.aq-product-claim,
.aq-product-verify,
.aq-product-coupon {
    font-size: 12px;
    margin: 0 0 4px;
    color: var(--aq-meta);
    line-height: 1.4;
}

.aq-product-claim {
    font-style: italic;
}

.aq-product-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.aq-product-btn {
    display: inline-block;
    padding: 6px 16px;
    background: var(--aq-navy);
    color: var(--aq-white) !important;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none !important;
    border-radius: var(--aq-radius);
    transition: background 0.15s;
}

.aq-product-btn:hover {
    background: var(--aq-link);
    text-decoration: none !important;
}

.aq-affiliate-note {
    font-size: 10px;
    color: var(--aq-meta);
    font-style: italic;
}

.aq-product-warning {
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: var(--aq-radius);
    padding: 8px 12px;
    margin-top: 10px;
    font-size: 12px;
    color: #991b1b;
    line-height: 1.4;
}

.aq-product-warning strong {
    display: inline;
}

/* ========== PRODUCT GRID ========== */
.aq-product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 12px;
    margin: 16px 0;
}

/* ========== PRODUCTS PAGE ========== */
.aq-products-page-header {
    background: var(--aq-white);
    border: 1px solid var(--aq-border);
    padding: 16px 20px;
    margin-bottom: 20px;
    border-radius: var(--aq-radius);
}

.aq-products-page-header h1 {
    font-size: 1.4rem;
    margin: 0 0 8px;
}

.aq-products-page-header p {
    font-size: 14px;
    color: var(--aq-meta);
    margin: 0;
    line-height: 1.55;
}

.aq-products-category {
    margin-bottom: 24px;
}

.aq-products-category h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--aq-text-deep);
    margin: 0 0 10px;
    padding-bottom: 4px;
    border-bottom: 1px solid var(--aq-border);
}

/* ========== FOOTER ========== */
.aq-footer {
    background: var(--aq-navy);
    color: var(--aq-white);
    padding: 20px 24px 16px;
    margin-top: 32px;
}

.aq-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.aq-footer-nav {
    display: flex;
    gap: 8px 16px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 12px;
}

.aq-footer-nav a {
    color: #93c5fd !important;
    text-decoration: none;
    font-size: 12px;
}

.aq-footer-nav a:hover {
    color: var(--aq-white) !important;
    text-decoration: underline;
}

.aq-footer-copy {
    font-size: 11px;
    color: #64748b;
    margin: 0;
    padding-top: 12px;
    border-top: 1px solid rgba(255,255,255,0.08);
}

/* ========== RESPONSIVE ========== */

@media (max-width: 1024px) {
    .aq-une-section {
        grid-template-columns: 1fr 1fr;
        gap: 18px;
    }

    .aq-une-sidebar {
        grid-column: 1 / -1;
    }

    .aq-4cols {
        grid-template-columns: repeat(2, 1fr);
    }

    .aq-product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .aq-header-top-left,
    .aq-header-top-right {
        display: none;
    }

    .aq-header-top {
        justify-content: center;
        padding: 6px 16px;
    }

    .aq-header-brand .aq-site-title {
        font-size: 1.3rem;
    }

    .aq-header-brand .aq-site-tagline {
        font-size: 9px;
    }

    .aq-mobile-toggle {
        display: block;
        position: absolute;
        right: 12px;
        top: 8px;
    }

    .aq-menu-bar nav {
        display: none;
        flex-direction: column;
        width: 100%;
        padding: 6px 0;
    }

    .aq-menu-bar nav.aq-menu-open {
        display: flex;
    }

    .aq-menu-bar nav a {
        padding: 8px 12px;
        border-bottom: 1px solid var(--aq-border);
        font-size: 13px;
    }

    .aq-menu-search {
        display: none;
    }

    .aq-une-section {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 12px;
    }

    .aq-une-chapo h1 {
        font-size: 1.2rem;
    }

    .aq-une-sidebar {
        order: 3;
    }

    .aq-4cols {
        grid-template-columns: 1fr;
    }

    .aq-dossiers-bar {
        padding: 10px 16px;
    }

    .aq-chips {
        gap: 4px;
    }

    .aq-chip {
        font-size: 11px;
        padding: 3px 10px;
    }

    .aq-editorial-section {
        padding: 16px 12px;
    }

    .aq-qualite-grid {
        grid-template-columns: 1fr;
    }

    .aq-comparatifs-list li {
        flex-direction: column;
        gap: 6px;
    }

    .aq-product-grid {
        grid-template-columns: 1fr;
    }

    .aq-product-actions {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }
}

@media (max-width: 430px) {
    .aq-header-brand .aq-site-title {
        font-size: 1.15rem;
    }

    .aq-une-chapo h1 {
        font-size: 1.1rem;
    }

    .aq-yellow-banner {
        font-size: 12px;
        padding: 6px 12px;
    }

    .aq-une-section {
        padding: 10px;
    }

    .aq-editorial-section {
        padding: 14px 10px;
    }

    .aq-product-spotlight {
        padding: 10px 12px;
    }
}

@media (max-width: 390px) {
    .aq-header-brand .aq-site-title {
        font-size: 1.05rem;
    }

    .aq-chip {
        font-size: 10px;
        padding: 3px 8px;
    }
}

/* ========== SUBMENU ========== */
.aq-submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--aq-white);
    border: 1px solid var(--aq-border);
    border-radius: var(--aq-radius);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    min-width: 180px;
    z-index: 100;
    padding: 4px 0;
}

.aq-menu-bar nav {
    position: relative;
}

.aq-menu-bar nav a:hover + .aq-submenu,
.aq-submenu:hover {
    display: block;
}

.aq-submenu a {
    display: block;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 500;
    color: var(--aq-text-deep) !important;
    text-decoration: none !important;
    border-bottom: none !important;
}

.aq-submenu a:hover {
    background: var(--aq-bg);
    color: var(--aq-link) !important;
}

/* ========== LOT 20: HEADER DEFINITIF COMPACT ========== */
.aq-media-header {
    min-height: 0 !important;
}

.aq-header-top {
    min-height: 42px !important;
    padding: 4px 16px 3px !important;
}

.aq-header-brand .aq-site-title {
    font-size: 1.35rem !important;
    line-height: 1 !important;
}

.aq-header-brand .aq-site-tagline {
    font-size: 9px !important;
    line-height: 1.1 !important;
    margin: 2px 0 0 !important;
}

.aq-menu-bar {
    min-height: 0 !important;
}

.aq-menu-bar-inner {
    justify-content: center !important;
    min-height: 0 !important;
}

#aq-main-nav {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
    max-height: 56px !important;
    overflow: visible !important;
}

#aq-main-nav a {
    white-space: nowrap !important;
    padding: 8px 13px !important;
    font-size: 13px !important;
    line-height: 1.25 !important;
}

#aq-main-nav .aq-submenu,
.aq-submenu {
    display: none !important;
}

.content-area {
    margin-top: 0.85rem !important;
    margin-bottom: 1rem !important;
}

.entry-hero.page-hero-section,
.entry-hero .entry-hero-container-inner {
    min-height: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.entry-header.page-title {
    min-height: 0 !important;
    padding: 10px 0 !important;
}

.entry-header.page-title h1.entry-title {
    font-size: 1.25rem !important;
    line-height: 1.25 !important;
}

.entry-content-wrap {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.aq-editorial-section {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

@media (max-width: 768px) {
    .aq-header-top {
        min-height: 40px !important;
        padding: 5px 12px !important;
    }

    .aq-header-brand .aq-site-tagline {
        display: none !important;
    }

    #aq-main-nav {
        display: none !important;
        flex-direction: column !important;
        align-items: stretch !important;
        width: 100% !important;
        max-height: none !important;
    }

    #aq-main-nav.aq-menu-open {
        display: flex !important;
    }

    #aq-main-nav a {
        padding: 8px 12px !important;
        border-bottom: 1px solid var(--aq-border) !important;
    }
}
