
/*-----hello elementor theme fix------*/
.home .page-header {
    display: none !important;
}
.hello-elementor-default .alignfull, .hello-elementor-default .alignfull img {
    width: inherit !important;
}
.hello-elementor-default .alignfull {
    margin-inline: auto;
}


/*--------------------------*/
a.wp-block-button__link {
    text-decoration: none !important;
}

/*--fix blocks themes like Twenty Twenty-Five --*/
.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: fit-content;
 }
 
 :where(.wp-site-blocks) > * {
    margin-block-start: auto;
}