
/* v5.1.82 — footer logo removal and support card polish */

body.vlg-theme .vlg-footer-brand-head--badge-only {
  min-height: 0;
  margin-bottom: 10px;
  justify-content: flex-start;
}

body.vlg-theme .vlg-footer-brand-head--badge-only .vlg-footer-badge--solo {
  margin-left: 0;
}

body.vlg-theme .vlg-footer-contact-row--email {
  margin-top: 6px;
  padding: 16px 14px !important;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.09);
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.025));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
}

body.vlg-theme .vlg-footer-contact-row--email + .vlg-footer-contact-row {
  margin-top: 12px;
}

body.vlg-theme .vlg-footer-contact-row--email .vlg-footer-contact-icon {
  background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.04));
  border-color: rgba(255,191,94,.18);
  color: #ffd487;
}

body.vlg-theme .vlg-footer-contact-row--email strong {
  color: #a8b9cc;
}

body.vlg-theme .vlg-footer-contact-row--email a {
  display: inline-block;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 800;
  line-height: 1.45;
  word-break: break-word;
  overflow-wrap: anywhere;
  text-decoration: none;
}

body.vlg-theme .vlg-footer-contact-row--email a:hover,
body.vlg-theme .vlg-footer-contact-row--email a:focus-visible {
  color: #ffd487 !important;
}

@media (min-width: 768px) {
  body.vlg-theme .vlg-footer-contact-row--email {
    grid-template-columns: 64px minmax(0, 1fr);
    align-items: center;
  }
}


/* v5.1.83 — keep footer support email on one line on desktop */
@media (min-width: 768px) {
  body.vlg-theme .vlg-footer-contact-row--email {
    grid-template-columns: 86px minmax(0, 1fr);
  }

  body.vlg-theme .vlg-footer-contact-row--email > div {
    min-width: 0;
  }

  body.vlg-theme .vlg-footer-contact-row--email a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: normal;
    word-break: normal;
    font-size: 13px !important;
    letter-spacing: -0.01em;
  }
}

@media (max-width: 767px) {
  body.vlg-theme .vlg-footer-contact-row--email a {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }
}
