/* Scale down global block spacing */
:root {
    --e-global-spacing-container-padding: 15px !important;
    --e-column-margin-bottom: 15px !important;
    --e-row-gap: 15px !important;
    --e-column-gap: 15px !important;
}

/* Reduce gaps in modern Elementor flex containers */
.e-con {
    --gap: 15px !important;
}

/* Reduce standard bottom margin for text elements */
p, h1, h2, h3, h4, h5, h6, ul, ol {
    margin-bottom: 0.75em !important;
}

/* Reduce default widget wrap padding */
.elementor-widget-wrap {
    padding: 10px !important;
}

/* Reduce padding inside sections */
.elementor-section {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}