/* HNT Widgets styles */
.hnt-footer-wrap .social_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
  margin-right: 12px;
}
.hnt-footer-wrap .social_icon .icon_span,
.hnt-footer-wrap .social_icon .elementor-icon {
  display: inline-block;
  font-size: 20px; /* default size */
  width: 1em;
  height: 1em;
  line-height: 1;
  vertical-align: middle;
}

/* Utility classes for easy customization */
.hnt-footer-wrap .social_icon--size-sm .icon_span,
.hnt-footer-wrap .social_icon--size-sm .elementor-icon { font-size: 16px; }
.hnt-footer-wrap .social_icon--size-md .icon_span,
.hnt-footer-wrap .social_icon--size-md .elementor-icon { font-size: 20px; }
.hnt-footer-wrap .social_icon--size-lg .icon_span,
.hnt-footer-wrap .social_icon--size-lg .elementor-icon { font-size: 28px; }

/* Default color - can be overridden by theme or inline styles */
.hnt-footer-wrap .social_icon { color: #333; }

/* Example brand color helpers (optional) */
.hnt-footer-wrap.hnt-footer--brand-colors .social_icon--facebook { color: #1877F2 !important; }
.hnt-footer-wrap.hnt-footer--brand-colors .social_icon--facebook svg,
.hnt-footer-wrap.hnt-footer--brand-colors .social_icon--facebook svg * { fill: #1877F2 !important; }
.hnt-footer-wrap.hnt-footer--brand-colors .social_icon--twitter { color: #1DA1F2 !important; }
.hnt-footer-wrap.hnt-footer--brand-colors .social_icon--twitter svg,
.hnt-footer-wrap.hnt-footer--brand-colors .social_icon--twitter svg * { fill: #1DA1F2 !important; }
.hnt-footer-wrap.hnt-footer--brand-colors .social_icon--instagram { color: #C13584 !important; }
.hnt-footer-wrap.hnt-footer--brand-colors .social_icon--instagram svg,
.hnt-footer-wrap.hnt-footer--brand-colors .social_icon--instagram svg * { fill: #C13584 !important; }
.hnt-footer-wrap.hnt-footer--brand-colors .social_icon--yelp { color: #C41200 !important; }
.hnt-footer-wrap.hnt-footer--brand-colors .social_icon--yelp svg,
.hnt-footer-wrap.hnt-footer--brand-colors .social_icon--yelp svg * { fill: #C41200 !important; }
.hnt-footer-wrap.hnt-footer--brand-colors .social_icon--tripadvisor { color: #34E0A1 !important; }
.hnt-footer-wrap.hnt-footer--brand-colors .social_icon--tripadvisor svg,
.hnt-footer-wrap.hnt-footer--brand-colors .social_icon--tripadvisor svg * { fill: #34E0A1 !important; }

/* Hover state */
.hnt-footer-wrap .social_icon:hover { opacity: 0.9; }


.block_contact_address.highlight_block {
  width: 40%!important;
}
.body_contact_map {
  display: flex!important;
}
@media (max-width: 767px)  { 
  .block_contact_address.highlight_block {
    width: 100%!important;
    margin-bottom: 30px;
  }
  .body_contact_map {
    flex-direction: column!important;
  }
}