/* Compact mobile footer. Desktop dimensions remain unchanged. */

@media (max-width: 767px) {
  .site-footer .footer-contacts-strip {
    height: auto;
    min-height: 0;
    margin-bottom: 12px;
    padding: 8px 0;
  }

  .site-footer .footer-contacts-grid {
    height: auto;
    min-height: 0;
    grid-template-rows: repeat(3, 58px);
  }

  .site-footer .footer-contacts-grid a {
    height: 58px;
    min-height: 58px;
    padding: 0 8px;
    line-height: 19px;
  }

  .site-footer .footer-main {
    height: auto;
    min-height: 0;
    margin-bottom: 0;
    padding: 0 0 8px;
  }

  .site-footer .footer-grid {
    height: auto;
    min-height: 0;
    grid-template-rows: auto;
    gap: 14px;
    padding: 0 15px;
  }

  .site-footer .footer-about,
  .site-footer .footer-popular,
  .site-footer .footer-quick,
  .site-footer .footer-side,
  .site-footer .footer-about p,
  .site-footer .footer-popular-tags,
  .site-footer .footer-quick-columns {
    height: auto;
    min-height: 0;
  }

  .site-footer .footer-about p {
    max-height: 58px;
    margin: 3px 0 0;
    overflow: hidden;
    line-height: 20px;
  }

  .site-footer .footer-popular-tags {
    max-height: 82px;
    margin-top: 4px;
    overflow: hidden;
    line-height: 22px;
  }

  .site-footer .footer-popular-tags a {
    margin: 0 1px 3px;
    padding: 3px 5px;
    line-height: 12px;
  }

  .site-footer .footer-quick-columns {
    gap: 12px;
    line-height: 21px;
  }

  .site-footer .footer-quick-columns a {
    min-height: 21px;
    margin-bottom: 3px;
    line-height: 21px;
  }

  .site-footer .footer-side.footer-trust {
    display: flex;
    height: auto;
    min-height: 0;
    gap: 8px;
  }

  .site-footer .footer-trust__numbers {
    gap: 6px;
  }

  .site-footer .footer-trust__number {
    min-height: 52px;
    padding: 5px;
  }

  .site-footer .footer-trust__number img {
    width: 38px;
    height: 38px;
  }

  .site-footer .footer-trust__logos {
    min-height: 72px;
    grid-template-rows: 72px;
  }

  .site-footer .footer-extras {
    height: auto;
    min-height: 0;
  }

  .site-footer .footer-extras .payment-social {
    display: block;
    height: auto;
    min-height: 0;
    padding: 10px 15px 12px;
  }

  .site-footer .payment-options {
    height: auto;
    min-height: 66px;
    margin: 0;
    gap: 6px 5px;
  }

  .site-footer .footer-social-row {
    height: auto;
    min-height: 0;
    margin: 10px auto 0;
  }

  .site-footer .footer-bottom {
    height: auto;
    min-height: 0;
  }

  .site-footer .footer-bottom .container-fluid {
    height: auto;
    min-height: 68px;
    gap: 6px;
    padding: 9px 15px;
  }
}
