/* NOVARIS CLEAN – kompakte Footer-Telefonzeile für kleine Desktopbreiten */
@media (min-width: 901px) and (max-width: 1100px) {
  .novaris-footer-phone-row,
  .novaris-footer-phone-numbers {
    min-width: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .novaris-footer-phone-numbers {
    align-items: flex-start !important;
    gap: 0.35rem !important;
    text-align: left !important;
  }

  .novaris-footer-phone-numbers > .novaris-footer-mobile-number {
    display: block !important;
    max-width: 100% !important;
    white-space: nowrap !important;
    font-size: 0.68rem !important;
    line-height: 1.35 !important;
    letter-spacing: 0.01em !important;
  }
}
