/* Novacoat main header phone: desktop only, kept on one line with the menu. */
.nova-main-header-phone {
    display: none !important;
}

@media (min-width: 1040px) {
    .elementor-element-ef75342 nav.elementor-nav-menu--main > ul {
        flex-wrap: nowrap !important;
    }

    .elementor-element-ef75342 nav.elementor-nav-menu--main > ul > li:not(.nova-main-header-phone) > a {
        padding-right: 14px !important;
        padding-left: 14px !important;
    }

    .nova-main-header-phone {
        display: flex !important;
        align-items: center;
        flex: 0 0 auto !important;
    }

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

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

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

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

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