/**
 * Elementor Compatibility Styles
 */

/* Remove theme margins for Elementor pages */
.elementor-page .site-content {
    padding: 0;
}

.elementor-page .snackems-container {
    max-width: 100%;
    padding: 0;
}

/* Elementor widgets compatibility */
.elementor-widget-heading .elementor-heading-title {
    font-family: inherit;
}

.elementor-widget-button .elementor-button {
    font-family: inherit;
}

/* Ensure Elementor sections are full width */
.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1400px;
}