/**
 * bebarefoot.eu — footer v1
 * Preserves the existing Trustpilot and Barefoot Expert content.
 */

@media (min-width: 992px) {
  body #footer,
  body #footer > .container {
    background: var(--beb-white) !important;
  }

  body #footer {
    margin-top: 72px;
    padding-top: 0;
    border-top: 1px solid var(--beb-line);
    color: var(--beb-ink);
  }

  body #footer .site-name {
    display: none !important;
  }

  body #footer .custom-footer {
    padding-top: 52px;
    padding-bottom: 44px;
  }

  body #footer h4,
  body #footer .custom-footer__banner .h4 {
    margin: 0 0 18px;
    color: var(--beb-ink);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .075em;
    line-height: 1.3;
    text-transform: uppercase;
  }

  body #footer p,
  body #footer li,
  body #footer a {
    color: var(--beb-muted);
    font-size: 13px;
    line-height: 1.65;
  }

  body #footer a {
    text-decoration: none;
  }

  body #footer a:hover,
  body #footer a:focus-visible {
    color: var(--beb-accent-dark);
  }

  body #footer .custom-footer__elements-4 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(32px, 4vw, 64px);
  }

  body #footer .custom-footer__elements-4 > .col-md-3 {
    float: none;
    width: auto;
    padding: 0;
  }

  body #footer .custom-footer__elements-4 .col-md-3:last-child {
    padding-left: clamp(24px, 3vw, 42px);
    border-left: 1px solid var(--beb-line);
    text-align: center !important;
  }

  body #footer .custom-footer__elements-4 .col-md-3:last-child .custom-footer__banner img {
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-height: 128px !important;
    margin: 0 auto 14px !important;
  }

  body #footer .custom-footer__elements-4 .col-md-3:last-child .custom-footer__banner::after {
    display: block;
    margin-top: 8px;
    color: var(--beb-ink);
    content: "BAREFOOT EXPERT\A Trusted selection since 2016";
    font-size: 12px;
    font-weight: 650;
    letter-spacing: .045em;
    line-height: 1.55;
    white-space: pre-line;
  }

  body #footer .trustpilot-widget {
    width: 100%;
    margin: 24px auto 0;
    padding-top: 20px;
    border-top: 1px solid var(--beb-line);
    text-align: center;
  }

  body #footer .footer-bottom {
    padding: 22px 0;
    border-top: 1px solid var(--beb-line);
    background: var(--beb-paper);
  }
}
