
/* v5.1.86 — enlarge support footer card and polish desktop balance */

@media (min-width: 1200px) {
  body.vlg-theme .vlg-footer-grid.vlg-footer-grid--refined {
    grid-template-columns: minmax(210px, .92fr) minmax(210px, .92fr) minmax(340px, 1.24fr) !important;
    gap: 22px !important;
    align-items: start !important;
  }

  body.vlg-theme .vlg-footer-contact-panel {
    min-width: 0 !important;
    padding: 22px 20px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  body.vlg-theme .vlg-footer-grid.vlg-footer-grid--refined {
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(300px, 1.15fr) !important;
    gap: 20px !important;
    align-items: start !important;
  }

  body.vlg-theme .vlg-footer-contact-panel {
    padding: 20px 18px !important;
  }
}

@media (min-width: 992px) {
  body.vlg-theme .vlg-footer-contact-panel {
    position: relative;
  }

  body.vlg-theme .vlg-footer-contact-list {
    gap: 14px !important;
  }

  body.vlg-theme .vlg-footer-contact-row {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  body.vlg-theme .vlg-footer-contact-row--email {
    padding: 14px 14px !important;
  }

  body.vlg-theme .vlg-footer-contact-row--phone,
  body.vlg-theme .vlg-footer-contact-row--email,
  body.vlg-theme .vlg-footer-contact-row--hours {
    grid-template-columns: 68px minmax(0, 1fr) !important;
    gap: 14px !important;
  }

  body.vlg-theme .vlg-footer-contact-row--phone .vlg-footer-contact-icon,
  body.vlg-theme .vlg-footer-contact-row--email .vlg-footer-contact-icon,
  body.vlg-theme .vlg-footer-contact-row--hours .vlg-footer-contact-icon {
    width: 68px !important;
    min-width: 68px !important;
    height: 68px !important;
  }

  body.vlg-theme .vlg-footer-contact-row strong {
    display: block;
    margin-bottom: 4px;
  }

  body.vlg-theme .vlg-footer-contact-row--phone a,
  body.vlg-theme .vlg-footer-contact-row--hours span:last-child {
    white-space: nowrap !important;
  }

  body.vlg-theme .vlg-footer-contact-row--email a {
    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: clip !important;
    font-size: 13.5px !important;
    letter-spacing: -0.01em !important;
  }
}

@media (min-width: 1440px) {
  body.vlg-theme .vlg-footer-grid.vlg-footer-grid--refined {
    grid-template-columns: minmax(220px, .9fr) minmax(220px, .9fr) minmax(360px, 1.28fr) !important;
  }

  body.vlg-theme .vlg-footer-contact-row--email a {
    font-size: 14px !important;
  }
}
