/* The shared custom audience strip: no changes to Avada's main or side menus. */
.pv-header-strip .topDropdown:not([data-disclosure-ready]) .topDropdownContent {
    /* Progressive fallback: links stay available if JavaScript cannot load. */
    display: block !important;
    position: static;
}
.pv-header-strip .topDropdown[data-disclosure-ready] .topDropdownContent[hidden] {
    display: none !important;
}
.pv-header-strip .topDropdown[data-disclosure-ready] .topDropdownContent:not([hidden]) {
    display: block !important;
    top: 100%;
    left: 0;
}
.pv-header-strip .topDropdown[data-disclosure-ready] .topDropBtn[aria-expanded="false"] .fa-angle-down {
    transform: rotate(-90deg);
}
.pv-header-strip .topDropdown .topDropBtn[aria-expanded="true"] .fa-angle-down {
    transform: rotate(0deg);
}
.pv-header-strip .topDropBtn:focus-visible,
.pv-header-strip .searchButton:focus-visible,
.pv-header-strip .topDropdownContent a:focus-visible {
    /* Dual-color ring remains distinct on both the purple strip and white panel. */
    outline: 2px solid #fff !important;
    outline-offset: 2px;
    box-shadow: 0 0 0 4px #1a1a1a !important;
}
