.footer__menu-title,.footer__custom-text-title{color:#0f2742;font-weight:900}.vv-footer-menu .footer__menu-content,.vv-footer-policies .footer__custom-text-content{display:grid;gap:8px}.vv-footer-menu a,.vv-footer-policies a{color:#1f2937;text-decoration:none}.vv-footer-menu a:hover,.vv-footer-policies a:hover{color:#a04731;text-decoration:underline}.vv-footer-email{font-weight:800;color:#0f2742;margin-top:8px}.footer__custom-text-content p{margin:0 0 8px}.footer__menu-item{margin-bottom:8px}

.footer__payment-icons {
  max-width: 390px;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.footer__payment-icons svg,
.footer__payment-icons img {
  width: auto !important;
  max-width: 58px !important;
  height: 34px !important;
  display: block;
}

.footer__copyright {
  color: #1f2937;
}

.footer__copyright-text {
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 720px) {
  .footer__payment-icons {
    max-width: 320px;
    gap: 6px;
  }

  .footer__payment-icons svg,
  .footer__payment-icons img {
    max-width: 52px !important;
    height: 30px !important;
  }
}
