/* v5.1.54 — center footer support icons precisely within their boxes
   and make them visually fill the icon tile more confidently. */
body.vlg-theme .vlg-footer-contact-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  text-align: center !important;
  line-height: 1 !important;
  overflow: hidden !important;
  width: 64px !important;
  height: 64px !important;
  min-width: 64px !important;
  flex: 0 0 64px !important;
  border-radius: 18px !important;
  font-size: 32px !important;
}
body.vlg-theme .vlg-footer-contact-row {
  grid-template-columns: 64px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 18px !important;
}
body.vlg-theme .vlg-footer-contact-row > div {
  min-width: 0;
}
@media (max-width: 767px) {
  body.vlg-theme .vlg-footer-contact-icon {
    width: 64px !important;
    height: 64px !important;
    min-width: 64px !important;
    flex-basis: 64px !important;
    font-size: 32px !important;
    border-radius: 18px !important;
  }
  body.vlg-theme .vlg-footer-contact-row {
    grid-template-columns: 64px minmax(0, 1fr) !important;
    gap: 16px !important;
  }
}
