/* Searchable multi-selects used in product and admin pages */
.mc-smart-fieldset{position:relative;min-width:0}
.mc-smart-trigger{width:100%;min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 13px;border:1px solid #ead8e4;border-radius:15px;background:linear-gradient(180deg,#fff,#fff9fc);color:#4d3745;font:inherit;font-weight:700;cursor:pointer;text-align:right;box-shadow:0 7px 18px rgba(106,70,93,.05);transition:.18s ease}
.mc-smart-trigger:hover,.mc-smart-fieldset.is-open .mc-smart-trigger{border-color:#d992b4;box-shadow:0 10px 24px rgba(193,91,141,.12)}
.mc-smart-summary{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#8b7482}
.mc-smart-summary.has-selection{color:#563c4b}
.mc-smart-arrow{font-size:18px;line-height:1;transition:.18s ease}.mc-smart-fieldset.is-open .mc-smart-arrow{transform:rotate(180deg)}
.mc-smart-panel{position:relative;margin-top:8px;padding:10px;border:1px solid #ead8e4;border-radius:17px;background:#fff;box-shadow:0 18px 38px rgba(77,43,65,.12);z-index:20}
.mc-smart-panel[hidden]{display:none!important}
.mc-smart-search-wrap{position:sticky;top:0;background:#fff;padding-bottom:8px;z-index:2}
.mc-smart-search{width:100%;min-height:42px!important;margin:0!important;border-radius:12px!important;font-size:13px!important}
.mc-smart-options{display:grid!important;grid-template-columns:1fr!important;gap:6px!important;max-height:235px;overflow:auto;padding:2px 2px 4px;scrollbar-width:thin;overscroll-behavior:contain}
.mc-smart-option{position:relative!important;display:flex!important;align-items:center!important;gap:9px!important;width:100%!important;min-height:40px!important;padding:8px 10px!important;border:1px solid transparent!important;border-radius:12px!important;background:#fff!important;cursor:pointer!important;transform:none!important;box-shadow:none!important;user-select:none}
.mc-smart-option:hover{background:#fff5fa!important;border-color:#f0d7e4!important}
.mc-smart-option input{position:absolute!important;opacity:0!important;pointer-events:none!important}
.mc-smart-option.is-selected,.mc-smart-option:has(input:checked){background:linear-gradient(135deg,#fff0f7,#f6efff)!important;border-color:#db9fbd!important}
.mc-smart-option.is-disabled{opacity:.38!important;cursor:not-allowed!important}
.mc-smart-option-label{min-width:0;flex:1;overflow-wrap:anywhere;font-size:13px;line-height:1.6}
.mc-smart-check{display:grid;place-items:center;width:20px;height:20px;border-radius:7px;border:1px solid #e6ccd9;color:transparent;background:#fff;font-size:12px;font-weight:900;flex:0 0 auto}
.mc-smart-option.is-selected .mc-smart-check,.mc-smart-option:has(input:checked) .mc-smart-check{background:#cf5d95;border-color:#cf5d95;color:#fff}
.mc-smart-actions{display:flex;align-items:center;gap:8px;justify-content:flex-end;padding-top:9px;border-top:1px solid #f3e8ee;margin-top:8px}
.mc-smart-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}
.mc-smart-chips:empty{display:none}
.mc-smart-chip{display:inline-flex;align-items:center;gap:6px;max-width:100%;min-height:30px;padding:5px 9px;border:1px solid #ecd4e1;border-radius:999px;background:#fff3f8;color:#6d3f56;font:inherit;font-size:11px;font-weight:700;cursor:pointer}
.mc-smart-chip span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:220px}.mc-smart-chip b{font-size:16px;line-height:1;color:#b04778}
.mc-smart-admin-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.mc-smart-admin-groups .mc-smart-fieldset{border:1px solid #eadce5;border-radius:18px;padding:13px;background:#fff}.mc-smart-admin-groups legend{padding:0 5px;font-weight:800}
@media(max-width:760px){.mc-smart-admin-groups{grid-template-columns:1fr}.mc-smart-panel{padding:8px}.mc-smart-options{max-height:218px}.mc-smart-actions{justify-content:stretch}.mc-smart-actions .btn{flex:1}.mc-smart-chip span{max-width:160px}}
