/* Sfondo sabbia per la pagina Attività Editoriale */
.page-id-7053 {
    background-color: #E8DCC2 !important;
}

/* Logo più piccolo */
.site-logo img,
.custom-logo {
    max-width: 95px !important;
    height: auto !important;
}

/* Sottotitolo nero e in grassetto */
.site-branding .site-description,
.site-branding .site-description a {
    color: #000000 !important;
    font-weight: 700 !important;
}

/* Header sabbia caldo e senza spazio sotto */
.site-header {
    background-color: #D8C7A1 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Fascia rosso-blu fissata nel bordo inferiore dell'header */
body .site-header::after {
    content: "";
    display: block !important;
    height: 14px !important;
    background:
        /* Banda blu */
        repeating-linear-gradient(
            -45deg,
            #2A5BD7,
            #2A5BD7 3px,
            #1F4AB5 3px,
            #1F4AB5 6px
        ) top/100% 7px no-repeat,

        /* Banda rossa */
        repeating-linear-gradient(
            45deg,
            #FF2B2B,
            #FF2B2B 3px,
            #CC0000 3px,
            #CC0000 6px
        ) bottom/100% 7px no-repeat !important;
}

/* Footer sabbia caldo */
.site-footer {
    background-color: #D8C7A1 !important;
}

/* Fascia tricolore increspata sul bordo superiore del footer */
.site-footer::before {
    content: "";
    display: block !important;
    height: 12px !important;
    background:
        /* Verde */
        repeating-linear-gradient(
            -45deg,
            #008C45,
            #008C45 3px,
            #006F38 3px,
            #006F38 6px
        ) top/100% 4px no-repeat,

        /* Bianco */
        repeating-linear-gradient(
            45deg,
            #FFFFFF,
            #FFFFFF 3px,
            #E5E5E5 3px,
            #E5E5E5 6px
        ) center/100% 4px no-repeat,

        /* Rosso */
        repeating-linear-gradient(
            -45deg,
            #CD212A,
            #CD212A 3px,
            #A51A22 3px,
            #A51A22 6px
        ) bottom/100% 4px no-repeat;
}
/* 1. Ripristina lo sfondo sabbia su TUTTE le pagine */
#page {
    background-color: #D8C7A1 !important;
}

/* 2. Mantiene la mappa SOLO nella pagina del Centenario */
.page-id-6837 #page {
    background-color: transparent !important;
    background-image: url("https://www.assocarri.it/wp-content/uploads/2024/03/mappa-topografica.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}