/* By Sara Foddis: compatibilità WordPress + Elementor (viene dopo main.css) */

/* Elementor aggiunge margini e larghezze: qui li azzeriamo per le sezioni del portfolio */
.bsf-page .elementor-widget-html{margin-bottom:0!important}
.bsf-page .elementor-widget-html>.elementor-widget-container{margin:0!important;padding:0!important}
.bsf-page .elementor-section .elementor-container{max-width:none!important}
.bsf-page .elementor-section>.elementor-container>.elementor-column>.elementor-widget-wrap{padding:0!important}
.bsf-page .elementor-element-populated{padding:0!important}
.bsf-page .elementor-section{overflow:visible}
body.bsf-page{margin:0;background:var(--ink)}

/* barra di amministrazione di WordPress (quando sei collegato) */
body.admin-bar .site-header{top:32px}
body.admin-bar .menu{top:32px}
@media (max-width:782px){body.admin-bar .site-header,body.admin-bar .menu{top:46px}}

/* editor di Elementor: contenuto sempre visibile, senza cursore e tenda */
body.elementor-editor-active .curtain,
body.elementor-editor-active .cursor,
body.elementor-editor-active .progress{display:none!important}
body.elementor-editor-active .site-header{position:absolute}
body.elementor-editor-active .hero{min-height:760px}
