/* cta-f-tb
full width, with top 24px border
*/
/* mobile */
/* [&>a]:inline-flex! [&>a]:justify-center */
.header-constrained .mega-menu-open + ul > li.mega-menu-item-type-custom:nth-of-type(6){
    border-top: 1px solid color-mix(in srgb, var(--contrast-lg) 10%, transparent) !important;
    margin-top: 24px !important;
}

.header-constrained .mega-menu-open + ul > li.mega-menu-item-type-custom:nth-of-type(6) > a{
    /* border: 2px solid var(--bg-secondary) !important; */
    background-color: var(--contrast-sm) !important;
    text-align: center !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 100px !important;
    margin: 24px 10px 0 10px !important;
}

/* desktop */
/* make the custom link disappear */
@media (min-width:1024px){
.header-constrained :is(ul#mega-menu-max_mega_menu_1, ul#mega-menu-max_mega_menu_2) > li.mega-menu-item-type-custom:nth-of-type(6){
    display: none !important;
}

}
