
/* Remove ACF Better Search notice*/
.notice[data-notice=acf-better-search] {

    display: none!important;
}

html :where(.wp-block){
    max-width: 1240px;
    overflow: hidden;
}