.elementor-399 .elementor-element.elementor-element-ce32ffd{--display:flex;--margin-top:40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-399 .elementor-element.elementor-element-748ecb3 .elementor-heading-title{font-family:"Montserrat", Sans-serif;}.elementor-399 .elementor-element.elementor-element-7d96382{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 10px) 0px;}.elementor-399 .elementor-element.elementor-element-7d96382 .elementor-icon-list-icon i{color:var( --e-global-color-8ad3c43 );font-size:14px;}.elementor-399 .elementor-element.elementor-element-7d96382 .elementor-icon-list-icon svg{fill:var( --e-global-color-8ad3c43 );--e-icon-list-icon-size:14px;}.elementor-399 .elementor-element.elementor-element-7d96382 .elementor-icon-list-icon{width:14px;}.elementor-399 .elementor-element.elementor-element-7d96382 .elementor-icon-list-item{font-family:"Montserrat", Sans-serif;font-weight:500;}.elementor-399 .elementor-element.elementor-element-ec11479{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 25px) 0px;text-align:justify;font-family:"Montserrat", Sans-serif;font-weight:400;}.elementor-399 .elementor-element.elementor-element-4632d12{--grid-side-margin:10px;--grid-column-gap:10px;--grid-row-gap:10px;--grid-bottom-margin:10px;}.elementor-399 .elementor-element.elementor-element-66196de{--display:flex;--margin-top:16px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-399 .elementor-element.elementor-element-679e4c9{--display:flex;}.elementor-399 .elementor-element.elementor-element-84f2e69{--spacer-size:75px;}@media(min-width:768px){.elementor-399 .elementor-element.elementor-element-ce32ffd{--content-width:1000px;}}@media(max-width:1024px){ .elementor-399 .elementor-element.elementor-element-4632d12{--grid-side-margin:10px;--grid-column-gap:10px;--grid-row-gap:10px;--grid-bottom-margin:10px;}}@media(max-width:767px){ .elementor-399 .elementor-element.elementor-element-4632d12{--grid-side-margin:10px;--grid-column-gap:10px;--grid-row-gap:10px;--grid-bottom-margin:10px;}}/* Start custom CSS for post-info, class: .elementor-element-7d96382 *//* ==========================================================================
   SINGLE POST ELITE STYLE - OLD MOTORS CLUB
   (Stile editoriale per tutti gli articoli)
   ========================================================================== */

/* --- VARIABILI BRAND --- */
:root {
    --gold-asi: #D4AF37;
    --rosso-corsa: #6B1C1A;
    --dark-bg: #1a1e23;
    --avorio-bg: #F4F2EF;
}

/* 1. LAYOUT DI LETTURA (Limita la larghezza) */
.elementor-location-single .elementor-widget-theme-post-content .elementor-widget-container {
    max-width: 800px;
    margin: 40px auto;
}

/* 2. TITOLO ARTICOLO (H1) */
.elementor-location-single .elementor-widget-theme-post-title .elementor-heading-title {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    color: var(--dark-bg) !important;
    font-size: 3.5rem !important;
    line-height: 1.1 !important;
    text-align: left !important;
    letter-spacing: -1.5px;
    padding-bottom: 20px;
    border-bottom: 3px solid var(--gold-asi);
}

/* 3. INFO POST (DATA) */
.elementor-location-single .elementor-widget-post-info {
    max-width: 800px;
    margin: 20px auto 0 auto;
}
.elementor-location-single .elementor-icon-list-item {
    font-family: "Montserrat", sans-serif !important;
    font-size: 0.8rem !important;
    text-transform: uppercase !important;
    font-weight: 700;
}
.elementor-location-single .elementor-icon-list-icon i {
    color: var(--gold-asi) !important;
}



/* Paragrafi */
.elementor-location-single .elementor-widget-theme-post-content p {
    font-family: "Georgia", "Times New Roman", serif; /* Font graziato per leggibilità prolungata */
    font-size: 1.15rem;
    line-height: 1.9;
    color: #333;
}

/* Sottotitoli H2 */
.elementor-location-single .elementor-widget-theme-post-content h2 {
    font-family: "Montserrat", sans-serif;
    color: var(--rosso-corsa);
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 40px;
    border-left: 4px solid var(--gold-asi);
    padding-left: 15px;
}

/* Citazioni */
.elementor-location-single .elementor-widget-theme-post-content blockquote {
    background: var(--avorio-bg);
    border: none;
    border-left: 5px solid var(--rosso-corsa);
    padding: 30px;
    margin: 30px 0;
    font-style: italic;
    font-size: 1.2rem;
    color: var(--dark-bg);
}

/* 5. PULSANTI DI CONDIVISIONE */
.elementor-share-buttons__button {
    background-color: #F4F2EF !important; /* Sfondo Avorio */
    transition: all 0.3s ease !important;
}
.elementor-share-buttons__icon i {
    color: var(--dark-bg) !important; /* Icona scura */
}

.elementor-share-buttons__button:hover {
    background-color: var(--rosso-corsa) !important; /* Diventa Rosso */
}
.elementor-share-buttons__button:hover .elementor-share-buttons__icon i {
    color: #ffffff !important; /* Icona diventa bianca */
}

/* 6. RESPONSIVE MOBILE */
@media (max-width: 768px) {
    .elementor-location-single .elementor-widget-theme-post-title .elementor-heading-title {
        font-size: 2.2rem !important;
    }
}/* End custom CSS */