/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: May 21 2026 | 10:40:19 */
/* =========================================================
   GranoFactura — телефоны в шапке: размер и отступ
   ========================================================= */

@media (min-width: 1025px) and (max-width: 1280px) {

    /* Текст телефонов */
    body .whb-main-header .elementor-widget-icon-list .elementor-icon-list-text {
        font-size: 15px !important;
        line-height: 1.35 !important;
        font-weight: 600 !important;
        letter-spacing: 0.01em !important;
        white-space: nowrap !important;
    }

    /* Каждый телефон в одну строку */
    body .whb-main-header .elementor-widget-icon-list,
    body .whb-main-header .elementor-icon-list-items,
    body .whb-main-header .elementor-icon-list-item {
        white-space: nowrap !important;
    }

    /* Отступ между двумя телефонами */
    body .whb-main-header .elementor-widget-icon-list + .elementor-widget-icon-list {
        margin-top: 6px !important;
    }

    /* Отступ между иконкой и номером */
    body .whb-main-header .elementor-icon-list-icon {
        margin-right: 6px !important;
    }
}