/* --- 1. RIMOZIONE FORZATA "PERSONALIZZA PULSANTI" --- */
.sd-button-sharing-customizer, 
.sharing-extra-info, 
div[id*="sharing"], 
div[class*="sharing"], 
.sd-sharing-enabled .sd-button-sharing-customizer {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    left: -9999px !important;
    pointer-events: none !important;
}

/* --- 2. CONFIGURAZIONE GLOBALE --- */
body, h1, h2, h3, h4, h5, h6, p, .motto, .post-excerpt {
    font-family: 'Cormorant', serif !important;
    color: #000000 !important;
}

body {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    font-size: 1.3rem;
    line-height: 1.4;
    background-color: #ffffff;
}

/* Uniformiamo le pagine */
.page .entry-content p, 
.page-content p {
    font-size: 1.3rem !important;
    line-height: 1.4 !important;
}

/* --- 3. CAPOLETTERA (Desktop) --- */
.post p:first-of-type::first-letter,
.entry-content p:first-of-type::first-letter,
article p:first-of-type::first-letter,
.page .entry-content p:first-of-type::first-letter {
    all: unset !important;
    display: inline-block !important;
    float: left !important;
    font-size: 5.0rem !important;
    font-weight: 700 !important;
    line-height: 0.7 !important;
    margin-right: 0.08em !important;
    margin-top: 0.05em !important;
    letter-spacing: -0.05em !important;
    color: #000000 !important;
    text-transform: uppercase !important;
}

/* --- 4. PROTEZIONE IMMAGINI --- */
.entry-content img, 
.entry-content figure,
.post img,
.post-thumbnail img,
.page-content img {
    float: none !important;
    display: block !important;
    margin: 1.5em auto !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
}

/* --- 5. STILE DIARIO E PULSANTI --- */
.post-excerpt, .entry-summary {
    line-height: 1.0 !important;
    margin-bottom: 0.4em !important;
    font-size: 1.1rem !important;
}

.wp-block-button__link, .more-link, .button {
    background: none !important;
    color: #000000 !important;
    border: none !important;
    padding: 0 !important;
    font-size: 1.35rem !important;
    text-decoration: none !important;
    display: inline-block !important;
    margin-top: 0.5em !important;
}

/* --- 6. MOTTO E TITOLI --- */
.motto { font-size: 3rem; font-weight: 900; margin: 40px 0; text-align: center; line-height: 1.1; }
h1, h2, h3 { font-weight: 900; margin-top: 1.5em; margin-bottom: 0.5em; }

article::after, .entry-content::after {
    content: "" !important;
    display: table !important;
    clear: both !important;
}

/* --- 7. ADATTAMENTO MOBILE --- */
@media (max-width: 600px) {
    body { padding: 15px; }
    .motto { font-size: 2rem; }
    
    /* Corpo testo leggermente più grande per leggibilità */
    body, .page .entry-content p { font-size: 1.25rem !important; }
    
    /* Capolettera mobile: aumentato a 4.2rem per bilanciare col testo */
    .post p:first-of-type::first-letter,
    .entry-content p:first-of-type::first-letter,
    .page .entry-content p:first-of-type::first-letter {
        font-size: 4.2rem !important; 
        line-height: 0.8 !important;
        margin-right: 0.1em !important;
    }
}