/** Shopify CDN: Minification failed

Line 80:0 Expected "}" to go with "{"

**/
.small-12.columns.custom{
  background:#f9f9f9;
  padding:12px;
}
@media screen and (min-width:768px){
  .small-12.columns.custom{
  padding:16px;
}
@media screen and (min-width:991px){
  .small-12.columns.custom{
  padding:32px;
}

.small-12.columns.custom p > br{
  display:none;
}
.small-12.columns.custom p{
  margin-bottom:8px;
}
.custom-map-text {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .custom-map-text.reverse-layout {
    grid-template-columns: 1fr 1fr;
    direction: rtl;
  }

  .custom-map-text__column {
    direction: ltr; /* Ensures text remains LTR if using reverse layout */
  }

  .custom-map-text__iframe {
    /* Style for iframe column */
  }

  .custom-map-text__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap:32px;
  }

  .button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
  }

  .button--outline {
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
  }
@media print, screen and (min-width: 48em){
   .custom-map-text {
    
    grid-template-columns: 1fr 1fr;
    
  }
}

@media print, screen and (min-width: 66.75em){
   .custom-map-text {
    
    grid-template-columns: 1.3fr 1fr !important;
     gap:48px;
    
  }
}
