
/* Unified filter dropdowns — 0.12.6 */
.mced-ui-select{position:relative;width:100%;min-width:0}
.mced-ui-select__native{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important;overflow:hidden!important;clip:rect(0 0 0 0)!important}
.mced-ui-select__trigger{width:100%;height:48px;min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 15px;border:1px solid #343434!important;border-radius:8px;background:#171717!important;color:#fff!important;font:inherit;font-size:15px;font-weight:600;text-align:left;cursor:pointer;box-shadow:none!important}
.mced-ui-select__label{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.mced-ui-select__chevron{flex:0 0 auto;width:8px;height:8px;border-right:2px solid #aeb3bc;border-bottom:2px solid #aeb3bc;transform:rotate(45deg) translateY(-2px);transition:transform .18s ease}
.mced-ui-select.is-open .mced-ui-select__trigger{border-color:#d4a32a!important;box-shadow:0 0 0 3px rgba(212,163,42,.15)!important}
.mced-ui-select.is-open .mced-ui-select__chevron{transform:rotate(225deg) translate(-1px,-1px)}
.mced-ui-select__panel{position:absolute;z-index:10060;left:0;right:0;top:calc(100% + 7px);min-width:240px;padding:10px;background:#fff;color:#1f2630;border:1px solid #d9dde3;border-radius:12px;box-shadow:0 20px 48px rgba(0,0,0,.28)}
.mced-ui-select__panel[hidden]{display:none!important}
.mced-ui-select__search{width:100%!important;height:42px!important;margin:0 0 8px!important;padding:0 13px!important;border:1px solid #d9dde3!important;border-radius:8px!important;background:#f5f6f8!important;color:#1f2630!important;font:inherit!important;box-sizing:border-box!important}
.mced-ui-select__options{max-height:310px;overflow:auto;background:#fff;overscroll-behavior:contain}
.mced-ui-select__option{display:block;width:100%;min-height:44px;padding:11px 12px;border:0!important;border-bottom:1px solid #eceef2!important;border-radius:0!important;background:#fff!important;color:#1f2630!important;font:inherit;font-size:14px;font-weight:500;text-align:left;cursor:pointer;box-shadow:none!important}
.mced-ui-select__option:last-child{border-bottom:0!important}
.mced-ui-select__option:hover{background:#f4f5f7!important;color:#111!important}
.mced-ui-select__option.is-selected{background:#f8f1df!important;color:#7b5715!important;font-weight:800;box-shadow:inset 3px 0 0 #d4a32a!important}
.mced-ui-select__option[hidden]{display:none!important}
.mced-ui-select__option:disabled{opacity:.5;cursor:not-allowed}

/* Calendar filter panel uses the same black surface. */
.mced-tcal__filters,.mced-tcal__toolbar,.mced-tcal__controls{background:#000!important}

/* Light-background fallbacks if a dropdown is ever used outside a dark filter. */
.mced-ui-select--light .mced-ui-select__trigger{background:#fff!important;color:#1f2630!important;border-color:#d9dde3!important}

@media(max-width:767px){
 .mced-ui-select__trigger{height:54px;min-height:54px;font-size:17px;border-radius:9px}
 .mced-ui-select__panel{position:fixed;left:18px;right:18px;top:76px;bottom:72px;min-width:0;z-index:100200;border-radius:18px;padding:12px;display:flex;flex-direction:column}
 .mced-ui-select__panel[hidden]{display:none!important}
 .mced-ui-select__search{height:50px!important;min-height:50px!important;font-size:17px!important}
 .mced-ui-select__options{max-height:none;flex:1}
 .mced-ui-select__option{min-height:54px;padding:14px 12px;font-size:17px}
}
