.elementor-623 .elementor-element.elementor-element-4c8ddb4{--display:flex;--padding-top:-1px;--padding-bottom:-1px;--padding-left:-1px;--padding-right:-1px;}/* Start custom CSS *//* Remove all horizontal gaps from the main container */
.ast-container,
.site-content .ast-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Remove padding from the primary content area */
#primary,
.content-area {
    padding: 0 !important;
}

/* Ensure the post/page entry itself has no extra spacing */
.entry-content {
    padding: 0 !important;
}

/* If you use the Astra row/column classes, reset them too */
.ast-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.ast-row .ast-col-* {
    padding-left: 0 !important;
    padding-right: 0 !important;
}/* End custom CSS */