.elementor-3054 .elementor-element.elementor-element-a20174b{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-3054 .elementor-element.elementor-element-a20174b{--width:100%;}}/* Start custom CSS *//* Hides the title in Twenty Twenty-Five theme */
h1.wp-block-post-title {
    display: none !important;
}

/* --- PART 1: HIDE HOME TITLE --- */
h1.wp-block-post-title {
    display: none !important;
}

/* --- PART 2: FORCE FULL WIDTH --- */
/* This unlocks the main theme container */
main.wp-block-group,
.wp-site-blocks,
body .is-layout-constrained {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
}

/* This unlocks the specific content box holding Elementor */
.entry-content, 
.wp-block-post-content {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
}/* End custom CSS */