/*
 * VG Footer Contact Layout v1.0.0
 * Adjusts only the left footer contact column: width, spacing, typography and wrapping.
 */

/* Desktop */
@media (min-width: 1200px) {
  footer .vg-footer-main {
    grid-template-columns: minmax(300px, 1.15fr) minmax(0, 2.85fr) !important;
    gap: 52px !important;
  }

  footer .vg-footer-brand {
    width: 100%;
    max-width: 320px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  footer .vg-footer-main {
    grid-template-columns: minmax(270px, 1fr) minmax(0, 2.35fr) !important;
    gap: 36px !important;
  }

  footer .vg-footer-brand {
    max-width: 295px;
  }
}

/* Shared contact typography */
footer .vg-footer-contacts {
  width: 100%;
  max-width: 100%;
  margin-top: 2px !important;
}

footer .vg-footer-contacts li {
  display: block;
  margin: 0 0 13px !important;
  padding: 0 !important;
  font-size: 13.5px !important;
  line-height: 1.55 !important;
  overflow-wrap: anywhere;
  word-break: normal;
}

footer .vg-footer-contacts li:last-child {
  margin-bottom: 0 !important;
}

footer .vg-footer-contacts li > a,
footer .vg-footer-contacts li > span {
  display: block !important;
  width: 100%;
  max-width: 100%;
  color: inherit;
  line-height: inherit !important;
  white-space: normal;
}

footer .vg-footer-contacts li a {
  align-items: flex-start !important;
  text-decoration: none;
}

footer .vg-footer-contacts li span,
footer .vg-footer-contacts li span *,
footer .vg-footer-contacts li a,
footer .vg-footer-contacts li a * {
  font-size: inherit !important;
  line-height: inherit !important;
}

footer .vg-footer-contacts li br {
  display: block;
  content: "";
  margin-top: 2px;
}

footer .vg-footer-contacts i {
  flex: 0 0 18px;
}

/* Keep the logo and contacts visually connected. */
footer .vg-footer-logo {
  margin-bottom: 22px !important;
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  footer .vg-footer-main {
    grid-template-columns: minmax(250px, .95fr) minmax(0, 2fr) !important;
    gap: 32px !important;
  }

  footer .vg-footer-brand {
    max-width: 285px;
  }

  footer .vg-footer-contacts li {
    margin-bottom: 12px !important;
    font-size: 13px !important;
  }
}

/* Mobile */
@media (max-width: 767px) {
  footer .vg-footer-brand {
    width: 100% !important;
    max-width: none !important;
    margin-bottom: 30px !important;
  }

  footer .vg-footer-logo {
    margin: 0 0 22px !important;
  }

  footer .vg-footer-contacts {
    width: 100% !important;
    max-width: none !important;
  }

  footer .vg-footer-contacts li {
    margin-bottom: 14px !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
  }

  footer .vg-footer-contacts li > a,
  footer .vg-footer-contacts li > span {
    width: 100% !important;
  }
}

/* Narrow phones: keep content readable and prevent crowding. */
@media (max-width: 390px) {
  footer .vg-footer-contacts li {
    font-size: 12.5px !important;
    margin-bottom: 13px !important;
  }
}

/* VG mobile contact centering v1.0.1
 * Mobile only. Desktop and tablet alignment remain unchanged.
 */
@media (max-width: 767px) {
  footer .vg-footer-brand {
    text-align: center !important;
  }

  footer .vg-footer-logo {
    display: flex !important;
    justify-content: center !important;
    text-align: center !important;
  }

  footer .vg-footer-logo img {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  footer .vg-footer-contacts,
  footer .vg-footer-contacts li {
    text-align: center !important;
  }

  footer .vg-footer-contacts li > a,
  footer .vg-footer-contacts li > span,
  footer .vg-footer-contacts li a,
  footer .vg-footer-contacts li span {
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  footer .vg-footer-contacts li a[style*="display:block"],
  footer .vg-footer-contacts li div,
  footer .vg-footer-contacts li span[style*="display:block"] {
    width: 100% !important;
    text-align: center !important;
  }
}

/* VG Footer Newsletter Disable v1.0.0
 * Hides the Chameleon newsletter subscription strip above the footer
 * on desktop and mobile without changing footer/contact/social layout.
 */
footer .footer-top > .container .newsletter {
    display: none !important;
}
