/* MN Theme Builder Frontend Styles */

.mn-theme-builder-location {
    position: relative;
}

.mn-theme-builder-location__inner {
    width: 100%;
}

/* Header location */
header.mn-theme-builder-location--header,
.mn-theme-builder-location--header {
    width: 100%;
}

/* Footer location */
footer.mn-theme-builder-location--footer,
.mn-theme-builder-location--footer {
    width: 100%;
}

/* Body wrapper */
.mn-theme-builder-body {
    min-height: 1px;
}

/* Elementor compatibility */
.mn-theme-builder .elementor-section-wrap > .elementor-section:first-child {
    margin-top: 0;
}
