.mobile-support-cta {
    display: none;
}

.header-main-nav .menu-item-1791 > a {
    background: #d6334a;
    color: #fff;
    margin: -7px 6px 7px;
    padding: 11px 18px 10px;
}

.header-main-nav .menu-item-1791:hover > a,
.header-main-nav .menu-item-1791.current-menu-item > a {
    background: #b91f3a;
    color: #fff;
}

.adth-product-support {
    background: #f4f7f9;
    border-left: 4px solid #d6334a;
    clear: both;
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 22px 0 10px;
    padding: 18px 20px;
}

.adth-product-support strong {
    color: #18232c;
    font-size: 18px;
}

.adth-product-support span {
    color: #4d5b66;
    font-size: 15px;
    line-height: 1.5;
}

.adth-product-support a {
    color: #bd203c;
    font-weight: 700;
    margin-top: 4px;
}

.adth-product-support a .fa {
    margin-left: 8px;
}

@media screen and (max-width: 991px) {
    .header-main-nav .menu-item-1791 > a {
        margin-left: 0;
        margin-right: 0;
    }

}

@media screen and (max-width: 767px) {
    .logo {
        padding-left: 15px;
        text-align: left;
    }

    .logo img {
        max-width: 210px;
    }

    .mobile-support-cta {
        background: #fff;
        border: 1px solid #d6334a;
        color: #bd203c;
        display: block;
        font-size: 14px;
        font-weight: 700;
        padding: 8px 11px;
        position: fixed;
        right: 54px;
        text-decoration: none;
        top: 4px;
        z-index: 999;
    }

    .mobile-support-cta:hover,
    .mobile-support-cta:focus {
        background: #d6334a;
        color: #fff;
    }

}

@media (prefers-reduced-motion: reduce) {
    .mobile-support-cta {
        scroll-behavior: auto;
        transition: none !important;
    }
}
