/* Scoped to the search component; publishing/profile pickers remain single-select. */
.del-multi-location{position:relative;float:left;clear:both;width:100%;font:inherit;text-align:left}
.del-multi-location *{box-sizing:border-box}
.del-multi-location .dml-trigger{display:flex;align-items:center;gap:9px;width:100%;height:40px;padding:9px 11px;border:1px solid #ddd;border-radius:3px;background:#fff;color:#111;font:inherit;font-size:13px;text-align:left;cursor:pointer;margin:0}
.del-multi-location .dml-trigger:hover{border-color:#999}
.del-multi-location .dml-trigger i{color:#999;font-size:14px;flex:none}
.del-multi-location .dml-trigger i:last-child{font-size:11px;color:#696766}
.del-multi-location .dml-summary{flex:1;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.del-multi-location .is-placeholder{color:#666}
.del-multi-location.dml-open{z-index:100}
.del-multi-location .dml-panel{position:absolute;top:calc(100% + 5px);right:0;width:520px;max-width:calc(100vw - 24px);background:#fff;color:#444;border:1px solid #ddd;border-radius:4px;box-shadow:0 5px 16px rgba(0,0,0,.12);z-index:101;overflow:hidden}
.del-multi-location .dml-panel[hidden]{display:none!important}
.del-multi-location .dml-heading{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background:#f7f8fb;border-bottom:1px solid #e7e7e7;color:#111;font-size:14px;font-weight:600}
.del-multi-location .dml-heading-actions{display:flex;align-items:center;gap:5px}
.del-multi-location .dml-heading .dml-clear-top{display:inline-flex;align-items:center;gap:6px;width:auto;height:30px;margin:0;padding:5px 9px;border:1px solid #e2e4e8;border-radius:15px;background:#fff;color:#596675;font:inherit;font-size:11px;font-weight:500;cursor:pointer;transition:border-color .15s,background .15s,color .15s}
.del-multi-location .dml-heading .dml-clear-top:hover{border-color:#ff8000;background:#fff7ef;color:#d96500}
.del-multi-location .dml-heading .dml-clear-top:disabled{opacity:.42;cursor:default;border-color:#e2e4e8;background:#fff;color:#7f8994}
.del-multi-location .dml-close{border:0;background:transparent;color:#7d8ea0;padding:6px;margin:0;width:auto;height:auto;font:inherit;cursor:pointer}
.del-multi-location .dml-columns{display:grid;grid-template-columns:1fr 1fr}
.del-multi-location .dml-column{float:none;display:flex;flex-direction:column;min-width:0;margin:0;padding:0}
.del-multi-location .dml-column+.dml-column{border-left:1px solid #ddd}
.del-multi-location .dml-column-title{display:flex;align-items:center;justify-content:space-between;gap:5px;min-height:26px;padding:5px 6px 0 10px;font-size:13px;font-weight:600}
.del-multi-location .dml-column-label{flex:none}
.del-multi-location .dml-search{display:block;float:none;width:100%;padding:6px;margin:0}
#home-search .del-multi-location .dml-search input,.del-multi-location .dml-search input{display:block;width:100%;height:34px;min-width:0;padding:6px 8px;border:1px solid #ddd;border-radius:2px;background:#fff;color:#333;font:inherit;font-size:12px;margin:0}
.del-multi-location .dml-list{height:280px;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;-webkit-overflow-scrolling:touch;touch-action:pan-y}
.del-multi-location .dml-city-note{display:inline-flex;align-items:center;gap:5px;min-width:0;margin:0;padding:3px 6px;border-radius:10px;background:#f1f8f3;color:#486050;font-size:10px;font-weight:400;line-height:1.2;white-space:nowrap}
.del-multi-location .dml-city-note i{flex:none;color:#35a164}
.del-multi-location .dml-city-note strong{font-weight:600}
.del-multi-location .dml-cities{height:280px}
.del-multi-location .dml-option{display:flex;align-items:center;gap:8px;float:none;width:100%;padding:9px 10px;margin:0;border-bottom:1px solid #f0f0f0;background:#fff;font-size:13px;font-weight:400;line-height:1.4;cursor:pointer}
.del-multi-location .dml-option:hover{background:#f7f8fb}
#home-search .del-multi-location input[type=checkbox],.del-multi-location input[type=checkbox]{appearance:auto!important;-webkit-appearance:checkbox!important;position:static!important;display:inline-block!important;opacity:1!important;visibility:visible!important;flex:0 0 16px;width:16px!important;height:16px!important;padding:0!important;margin:0!important;accent-color:#ff8000;clip:auto!important}
.del-multi-location .dml-option span{display:block;min-width:0;padding:0!important;margin:0!important;line-height:1.4}
.del-multi-location input[type=checkbox]+span:before,.del-multi-location input[type=checkbox]+span:after{display:none!important}
.del-multi-location .dml-group{position:sticky;top:0;display:flex;align-items:center;justify-content:space-between;min-height:31px;padding:3px 5px 3px 10px;background:#f0f1f4;color:#333;font-size:12px;font-weight:600;z-index:1}
.del-multi-location .dml-group-toggle{display:inline-flex;align-items:center;justify-content:center;flex:none;width:28px;height:26px;margin:0;padding:0;border:0;border-radius:50%;background:transparent;color:#77828d;font:inherit;font-size:15px;cursor:pointer;transition:background .15s,color .15s,transform .15s}
.del-multi-location .dml-group-toggle:hover{background:#fff;color:#ff8000}
.del-multi-location .dml-group-toggle:active{transform:scale(.92)}
.del-multi-location .dml-group-toggle.is-all{color:#ff8000}
.del-multi-location .dml-group-toggle.is-partial{color:#8b96a1}
.del-multi-location .dml-group-reveal{animation:dml-group-reveal .65s ease-out}
@keyframes dml-group-reveal{0%{background:#ffe4ca}100%{background:#f0f1f4}}
.del-multi-location .dml-empty{padding:14px 10px;color:#777;font-size:12px}
.del-multi-location .dml-status{padding:9px 12px;font-size:12px;color:#666;background:#fafafa;border-top:1px solid #e7e7e7;line-height:1.5}
.del-multi-location .dml-actions{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border-top:1px solid #eee;background:#fff}
.del-multi-location .dml-actions button{width:auto;height:auto;padding:8px 15px;border:0;border-radius:3px;margin:0;font:inherit;font-size:13px;cursor:pointer}
.del-multi-location .dml-actions .dml-clear{display:inline-flex;align-items:center;gap:7px;border:1px solid #dfe3e8;background:#f7f8fa;color:#596675;font-weight:500;transition:border-color .15s,background .15s,color .15s}
.del-multi-location .dml-actions .dml-clear:hover{border-color:#ffb36f;background:#fff7ef;color:#d96500}
.del-multi-location .dml-actions .dml-clear:disabled{opacity:.45;cursor:default;border-color:#e5e7ea;background:#f5f6f7;color:#7f8994}
.del-multi-location .dml-done{background:#ff8000;color:#fff;font-weight:600!important}
.del-multi-location button:focus-visible,.del-multi-location input:focus-visible{outline:2px solid #ff8000;outline-offset:2px}
.del-multi-location .dml-sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}
.search-wrap .del-multi-location .dml-panel{left:0;right:auto}
@media(max-width:767px){
  .del-multi-location .dml-panel{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;max-width:none;border:0;border-radius:0;display:flex;flex-direction:column;z-index:1001}
  .search-mobile-filter-box .del-multi-location .dml-panel{top:56px}
  .del-multi-location .dml-columns{flex:1;min-height:0;grid-template-rows:minmax(0,1fr);overflow:hidden}
  .del-multi-location .dml-column{min-height:0;overflow:hidden}
  .del-multi-location .dml-list{flex:1;height:auto;min-height:0}
  .del-multi-location .dml-option{min-height:44px;padding:11px 8px}
  .del-multi-location .dml-group-toggle{width:36px;height:36px;font-size:17px}
  #home-search .del-multi-location .dml-search input,.del-multi-location .dml-search input{font-size:16px;height:38px}
  .del-multi-location .dml-heading{min-height:48px}
  .del-multi-location .dml-clear-top{min-height:32px}
  .del-multi-location .dml-actions{padding-bottom:max(10px,env(safe-area-inset-bottom))}
  .del-multi-location .dml-actions button{min-height:42px}
  .dml-location-modal .dml-trigger{display:none}
  .dml-location-modal .dml-panel{top:0}
  .dml-location-modal .dml-close{visibility:hidden}
  .dml-location-modal .modal-close{z-index:1100}
}
@media(max-width:370px){
  .del-multi-location .dml-column-title{gap:3px;padding-left:7px;padding-right:3px}
  .del-multi-location .dml-city-note{gap:3px;padding:3px 4px;font-size:9px}
  .del-multi-location .dml-city-note i{display:none}
}
