/* Ukryj pusty przycisk telefonu (.) w menu mobilnym */
a[href="tel:+."],
li:has(a[href="tel:+."]) {
  display: none !important;
}
