/*!
Theme Name: Sport Review - futsalvews24
Template: sport-review
Description: Child theme ufficiale di futsalvews24.com (Green Identity & Typography)
Version: 1.0.0
Author: Sport Review srl
Text Domain: sport-review-futsalvews24
*/

/* ==========================================================================
   1. OVERRIDE VARIABILI IDENTITARIE (futsalvews24 - TESTATA NERA)
   ========================================================================== */
:root {
    /* Palette Cromatico Futsalnews24 */
    --color-primary: #111111;           /* Header top bar NERA, elementi scuri */
    --color-primary-dark: #000000;      /* Nero assoluto per stati attivi */
    --color-accent: #ffd600;            /* Giallo per Hover, dettagli e tag */
    --color-badge-live: #e32119;        /* Rosso per Badge LIVE */
    --color-badge-live-hover: #c01912;  /* Hover del badge LIVE */
    
    /* Neutrali, Testi e Sfondi */
    --color-bg-dark: #111111;           /* Sfondo Footer / Dark Section */
    --color-bg-badge: #e0e0e0;          /* Fondo grigio dei badge */
    --color-text-main: #000000;         /* Testo base corpo */
    --color-text-muted: #555555;       /* Testo secondario, estratti, date e link base */
    --color-border-light: #eeeeee;      /* Bordi chiari di separazione */

    /* Tipografia Centralizzata */
    --font-primary: 'Roboto', sans-serif;          /* Corpo testo e H2-H6 del single */
    --font-heading: 'Oswald', sans-serif;          /* H1-H6, menu, badge e widget */
    --font-secondary: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* ==========================================================================
   2. CUSTOM STYLES & OVERRIDES FUTSALNEWS24
   ========================================================================== */

/* 1. Forza la Testata NERA su Desktop e Mobile */
header#masthead,
header#masthead .header-top-bar,
.site-header,
.header-top-bar {
    background-color: #111111 !important;
    background: #111111 !important;
}

/* 2. Logo Principale Bianco / Invertito su sfondo nero */
.site-branding-center img {
    filter: brightness(0) invert(1) !important;
}

/* 3. Icone e Trattini Hamburger Bianchi su sfondo nero */
.search-toggle svg,
.mobile-only-toggle .hamburger,
.mobile-only-toggle .hamburger::before,
.mobile-only-toggle .hamburger::after,
.js-menu-toggle .hamburger,
.js-menu-toggle .hamburger::before,
.js-menu-toggle .hamburger::after {
    background-color: #ffffff !important;
    color: #ffffff !important;
    stroke: #ffffff !important;
}

/* Ripristina la barra loghi squadre Serie A / Partner per futsalvews24 */
.header-teams {
    display: block !important;
    background-color: #ffffff;
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--color-border-light);
    overflow-x: auto;
    white-space: nowrap;
}

/* LINK NEGLI ARTICOLI: Grigio (#555555) e sottolineati di default */
.entry-content a,
.entry-content a:visited,
.single-post .entry-content a,
.single-post .entry-content a:visited {
    color: var(--color-text-muted) !important;
    text-decoration: underline !important;
    transition: color 0.2s ease;
}

/* HOVER LINK: Diventano GIALLI (#ffd600) al passaggio del mouse */
.entry-content a:hover,
.entry-content a:focus,
.entry-content a:active,
.single-post .entry-content a:hover {
    color: var(--color-accent) !important;
    text-decoration: underline !important;
}

/* Pulsante "Continua a Leggere" in linea con il Brand */
.btn-read-more {
    background-color: var(--color-badge-live) !important;
    color: #ffffff !important;
}

.btn-read-more:hover {
    background-color: var(--color-badge-live-hover) !important;
}

/* Fix Apertura Flyout Menu su Desktop */
@media (min-width: 992px) {
    .desktop-only-toggle,
    .js-menu-toggle.desktop-only-toggle {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        position: relative !important;
        z-index: 100000005 !important;
        pointer-events: auto !important;
        cursor: pointer !important;
    }

    body.fly-open #flyout-navigation,
    #masthead #flyout-navigation.is-open,
    #flyout-navigation.is-open {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        z-index: 99999999 !important;
    }
}

/* ==========================================================================
   3. ISOLAMENTO E CENTRATURA SLOT ADV IN-CONTENT / NATIVE
   ========================================================================== */
#cnz-native-ads-area,
.cnz-intext-ad-wrapper,
.flx-intext {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 250px !important;
    margin: 25px auto !important;
    padding: 0 !important;
    clear: both !important;
    text-align: center !important;
    display: block !important;
    box-sizing: border-box !important;
}