/* v5.1.27 — footer phone should stay on one line */

body.vlg-theme .vlg-footer-mini-card a[href^="tel:"],
body.vlg-theme .vlg-footer-contact-row a[href^="tel:"] {
  white-space: nowrap !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
  letter-spacing: 0 !important;
}

body.vlg-theme .vlg-footer-brand-meta .vlg-footer-mini-card:first-child a {
  font-size: clamp(15px, 1.2vw, 18px) !important;
  line-height: 1.25 !important;
}

body.vlg-theme .vlg-footer-contact-row a[href^="tel:"] {
  font-size: clamp(15px, 1.05vw, 17px) !important;
}

@media (max-width: 1180px) {
  body.vlg-theme .vlg-footer-brand-meta .vlg-footer-mini-card:first-child a,
  body.vlg-theme .vlg-footer-contact-row a[href^="tel:"] {
    white-space: normal !important;
  }
}
