/* Main header phone: desktop only, aligned with the Elementor menu. */
.ep-main-header-phone {
    display: none !important;
}

@media (min-width: 1040px) {
    .ep-main-header-phone {
        display: flex !important;
        align-items: center;
        flex: 0 0 auto !important;
    }

    .ep-main-header-phone > .ep-main-header-phone__link {
        display: inline-flex !important;
        align-items: center;
        gap: 8px;
        min-height: 46px;
        padding: 0 0 0 18px !important;
        color: #0e0e0e !important;
        font-size: 16px;
        font-weight: 400;
        line-height: 1;
        white-space: nowrap;
    }

    .ep-main-header-phone__icon {
        display: block;
        width: 18px;
        height: 18px;
        fill: none !important;
        stroke: #1a5693 !important;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 2;
    }

    .ep-main-header-phone__icon path {
        fill: none !important;
        stroke: inherit !important;
        stroke-width: inherit !important;
    }

    .ep-main-header-phone > .ep-main-header-phone__link:hover,
    .ep-main-header-phone > .ep-main-header-phone__link:focus {
        color: #1a5693 !important;
    }

    .ep-main-header-phone > .ep-main-header-phone__link::after {
        display: none !important;
    }
}
