/* ფუტერი მობილურზე — მარტივი ერთსვეტიანი ლეიაუტი (style.css @768px row override) */

@media (max-width: 768px) {
  .site-footer {
    padding: 28px 0 16px !important;
    margin-top: 36px !important;
  }

  .site-footer__wrapper .container {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 18px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    max-width: 100% !important;
  }

  .site-footer__logo {
    flex: none !important;
    text-align: center !important;
    order: 1;
  }

  .site-footer__logo img {
    max-width: 150px !important;
    width: auto !important;
  }

  .site-footer .social-links {
    flex: none !important;
    order: 2;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    row-gap: 10px !important;
    max-width: 100%;
  }

  .site-footer .social-links li a {
    width: 42px !important;
    height: 42px !important;
    font-size: 1rem !important;
    animation: none !important;
    transform: none !important;
  }

  .site-footer .social-links li a:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 14px rgba(0, 212, 255, 0.25) !important;
  }

  .site-footer .social-links li svg {
    width: 18px !important;
    height: 18px !important;
  }

  .site-footer__disclaimer {
    flex: none !important;
    order: 3;
    width: 100% !important;
    text-align: center !important;
    padding-top: 16px !important;
    margin-top: 4px !important;
    border-top: 1px solid var(--clr-border) !important;
  }

  .site-footer__disclaimer p {
    font-size: 0.8rem !important;
    line-height: 1.45 !important;
    margin: 4px 0 !important;
  }

  .site-footer__nav {
    margin-bottom: 0 !important;
  }

  .site-footer__nav ul {
    gap: 10px !important;
  }
}

@media (max-width: 480px) {
  .site-footer {
    padding: 22px 0 14px !important;
    margin-top: 28px !important;
  }

  .site-footer__wrapper .container {
    gap: 14px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .site-footer__logo img {
    max-width: 130px !important;
  }

  .site-footer .social-links li a {
    width: 40px !important;
    height: 40px !important;
  }
}
