html .mobile-menu {
    background: #fff !important;
    backdrop-filter: none !important;
}

html .mobile-menu a.mobile-visible {
    display: flex !important;
    align-items: center !important;
    width: 100%;
    min-height: 58px;
    padding: .95rem .5rem !important;
    line-height: 1.25;
}

html .mobile-menu li {
    min-height: 58px;
}

html .mobile-menu .mobile-site-cta {
    min-height: 0;
    padding-top: .45rem;
    border-bottom: 0 !important;
}

html .mobile-menu .mobile-site-cta a.mobile-visible {
    justify-content: center !important;
    min-height: 62px;
    margin: .25rem 0 .55rem;
    padding: 1rem !important;
    border-radius: 6px;
    background: #956d31;
    color: #fff !important;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(193,155,95,.22);
}

html .mobile-menu .mobile-site-cta a::after {
    display: none !important;
}
