/* Footer mobile condiviso — Beauty Studio */
@media (max-width: 768px) {
  footer .footer-legal {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: 340px;
    margin: 12px auto 0;
    text-align: center;
    line-height: 1.35;
  }

  footer .footer-legal .separator {
    display: none !important;
  }

  footer .footer-legal > a,
  footer .footer-legal > .cookie-preferences-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-height: 34px;
    margin: 0;
    padding: 4px 10px;
    font-size: 0.9rem;
    line-height: 1.3;
    text-align: center;
    white-space: normal;
  }

  .floating-whatsapp {
    transition: opacity .24s ease, visibility .24s ease, transform .24s ease, background .3s ease !important;
  }

  .floating-whatsapp.footer-overlap-hidden {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(12px) !important;
  }
}
