/*
 Theme Name:   Astra Child — CHO
 Description:  Child theme di Astra per Cultural Heritage Online.
 Author:        OASIS Tech LLC
 Template:     astra
 Version:      1.0.0-W8
*/

/* ── Front page: rimuovi vincolo max-width Astra per hero mappa full-width ── */
body.home #content,
body.home #content .ast-container {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
}
/* Ricontieni la sezione editoriale B2B (non la hero) */
body.home .cho-home-b2b-pitch {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
