/* Fix phone number display - no dots, no wrapping */

/* Скрываем точки SVG */
.dots-phone {
    display: none !important;
}

/* Телефон в один рядок без переноса */
.middle-line__tel {
    white-space: nowrap !important;
}

.middle-line__tel-main {
    white-space: nowrap !important;
    flex-wrap: nowrap !important;
}

/* Мобильное меню - тоже без переноса */
.mobile-menu-contacts__phone-main {
    white-space: nowrap !important;
}
