/* WMF v165 — four-column desktop footer. */
@media (min-width: 1200px) {
  .wmf-footer .wmf-footer-main {
    grid-template-columns:
      minmax(350px, 1.42fr)
      minmax(245px, .93fr)
      repeat(2, minmax(220px, 1fr)) !important;
  }

  .wmf-footer .wmf-footer-visual {
    grid-column: 1 !important;
  }

  .wmf-footer .wmf-footer-brand-head {
    grid-column: 2 !important;
  }

  .wmf-footer .wmf-footer-group-v159:nth-child(1) {
    grid-column: 3 !important;
  }

  .wmf-footer .wmf-footer-group-v159:nth-child(2) {
    grid-column: 4 !important;
    border-right: 0 !important;
  }

  .wmf-footer .wmf-footer-brand-logos {
    grid-template-columns: 62px !important;
    gap: 12px !important;
  }

  .wmf-footer .wmf-footer-brand-logos .wmf-footer-logo,
  .wmf-footer .wmf-footer-brand-logos .wmf-footer-logo img,
  .wmf-footer .wmf-footer-brand-logos .wmf-footer-partner {
    display: block !important;
    width: 62px !important;
    height: 62px !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    object-fit: contain !important;
  }

  .wmf-footer .wmf-footer-group-v159 {
    min-height: 306px !important;
    padding-top: 27px !important;
    padding-bottom: 23px !important;
  }

  .wmf-footer .wmf-footer-visual,
  .wmf-footer .wmf-footer-brand-head {
    min-height: 306px !important;
  }

  .wmf-footer .wmf-footer-visual img {
    min-height: 270px !important;
  }

  .wmf-footer .wmf-footer-group-v159 a {
    min-height: 37px !important;
  }
}
