/** Shopify CDN: Minification failed

Line 49:13 Unexpected "{"
Line 49:22 Expected ":"
Line 59:13 Unexpected "{"
Line 59:22 Expected ":"
Line 60:13 Unexpected "{"
Line 60:22 Expected ":"
Line 66:13 Unexpected "{"
Line 66:22 Expected ":"

**/
.custom-map .map-btn {
    border-radius: 0;
    margin-top: 32px;
    margin-bottom: 57px;
}

.custom-map .block-header .map-btn.align-center {
    margin-left: auto;
    margin-right: auto;
}

.custom-map .block-header .map-btn.align-left {
    margin-right: auto;
    margin-left: 0;
}

.custom-map .block-header .map-btn.align-right {
    margin-left: auto;
    margin-right: 0;
}

.custom-map .block-header {
    padding-left: 10px;
    padding-right: 10px;
}

.custom-map iframe{
    width: 100%!important;
    max-height: 365px;
}

.custom-map .block-header .desc {
    margin-top: 26px;
    margin-bottom: 40px;
}
/* Remove theme-level negative margins and force flush edges */
#custom-map-{{ section.id }} .container-full {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Ensure the iframe/content inside also fills the space */
#custom-map-{{ section.id }} .block-content,
#custom-map-{{ section.id }} .block-content iframe {
    width: 100% !important;
    display: block;
}

/* Keep the header text centered/aligned even when the map is full-width */
#custom-map-{{ section.id }} .block-content {
    padding-left: 15px;
    padding-right: 15px;
}