/** Shopify CDN: Minification failed

Line 94:12 Unexpected "{"
Line 94:21 Expected ":"
Line 95:16 Expected identifier but found whitespace
Line 95:18 Unexpected "{"
Line 95:27 Expected ":"
Line 95:53 Expected ":"
Line 96:19 Expected identifier but found whitespace
Line 96:21 Unexpected "{"
Line 96:30 Expected ":"
Line 96:59 Expected ":"

**/
.contact-info {
  padding: 40px 0;
}

.contact-info__wrapper {
  width: 100%;
}

.contact-info__heading-wrapper {
  margin-bottom: 20px;
}

.contact-info__heading {
  margin: 0;
  font-weight: 700;
  line-height: 1.2;
}

.contact-info__subheading {
  margin-bottom: 30px;
  line-height: 1.5;
}

.contact-info__map-container {
  width: 100%;
  margin-bottom: 40px;
  overflow: hidden;
}

.contact-info__map-iframe {
  width: 100%;
  display: block;
}

.contact-info__details-grid {
  display: grid;
}

.contact-info__block {
  margin-bottom: 30px;
}

.contact-info__block-title {
  margin: 0 0 12px 0;
  font-weight: 700;
  line-height: 1.3;
}

.contact-info__block-content {
  margin: 0;
  line-height: 1.6;
}

.contact-info__block-content a {
  color: inherit;
}

.contact-info__block-content a:hover {
  opacity: 0.8;
}

/* Mobile-specific styles */
@media screen and (max-width: 749px) {
  .contact-info__details-grid {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }
  
  .contact-info__block {
    margin-bottom: 32px;
  }
  
  .contact-info__block:last-child {
    margin-bottom: 0;
  }
}

/* Desktop styles */
@media screen and (min-width: 750px) {
  .section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top }}px;
    padding-bottom: {{ section.settings.padding_bottom }}px;
  }
}