.elementor-631 .elementor-element.elementor-element-cf3bff9{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:-1px;--padding-bottom:-1px;--padding-left:-1px;--padding-right:-1px;}.elementor-631 .elementor-element.elementor-element-681cf82{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* 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 */