/* Shared discovery controls: keep the quest artwork, simplify the chrome. */
html[data-preview-theme] #ib-filter{gap:12px}
html[data-preview-theme] #ib-filter .hy-search{min-height:48px;border-radius:14px!important;background:#fffefa!important;box-shadow:none;border:1px solid #d9dfd5}
html[data-preview-theme] #ib-q{font:15px/1.5 var(--font-body);min-width:0}
html[data-preview-theme] .ib-seg{display:flex;max-width:440px;padding:4px!important;border:0;border-radius:14px!important;background:#e9ede5!important}
html[data-preview-theme] .ib-seg a{flex:1;min-height:44px;border-radius:10px!important;justify-content:center;font:600 13px var(--font-body);color:#657367;text-decoration:none}
html[data-preview-theme] .ib-seg a[aria-current=page]{background:#fffefa!important;color:#193f35!important;box-shadow:0 1px 4px #17372c12}
html[data-preview-theme] .ib-dd{margin:0;padding:0;gap:8px;overflow:visible;flex-wrap:wrap}
html[data-preview-theme] .ib-dd__b{min-height:48px;border-radius:12px!important;background:#fffefa!important;box-shadow:none;gap:7px;border:1px solid #d9dfd5;padding:8px 12px}
html[data-preview-theme] .ib-dd__b i{width:6px;height:6px;border:solid #6d7b70;border-width:0 1.5px 1.5px 0;transform:rotate(45deg);margin-left:auto;margin-top:-3px}
html[data-preview-theme] .ib-dd__b.is-on{background:#eaf1e6!important;border-color:#99b19b}
html[data-preview-theme] .ib-dd__l{font:500 11px var(--font-body);letter-spacing:0}
html[data-preview-theme] .ib-dd__v{font:600 13px var(--font-body)}
html[data-preview-theme] .ib-clear{border:0;background:transparent;color:#325b49;font:600 13px var(--font-body);min-height:44px;padding:8px 12px;cursor:pointer}
html[data-preview-theme] .ib-sheet{background:#fffefa!important;border:0;border-radius:22px!important;color:#243e33;max-height:88dvh}
html[data-preview-theme] .ib-sheet__in{background:#fffefa!important;border:0;border-radius:22px!important;padding:20px;gap:16px;box-shadow:none}
html[data-preview-theme] .ib-sheet__head #ib-sheet-t{font:700 19px var(--font-body)}
html[data-preview-theme] #ib-sheet-x{width:44px;height:44px;border-radius:50%;background:#eff2ec;color:#4a6153;flex:none}
html[data-preview-theme] .ib-sheet__g>.hy-label{display:none}
html[data-preview-theme] .ib-sheet [data-group]{display:flex;flex-direction:column;gap:4px!important}
html[data-preview-theme] .ib-sheet .hy-chip{display:flex;justify-content:flex-start;width:100%;min-height:54px;padding:10px 14px;border:1px solid transparent!important;border-radius:12px!important;background:transparent!important;color:#294b3b!important;font:500 15px var(--font-body)!important;gap:12px}
html[data-preview-theme] .ib-sheet .hy-chip[aria-pressed=true]{background:#eaf1e6!important;border-color:#cfddc9!important}
html[data-preview-theme] .ib-sheet .hy-chip[aria-pressed=true]::after{content:'';width:7px;height:12px;border:solid #32664a;border-width:0 2px 2px 0;transform:rotate(45deg);margin-left:auto;margin-right:6px}
html[data-preview-theme] .ib-sheet .hy-mark-detail{background:transparent!important}
html[data-preview-theme] .ib-maptop .ib-dd__b{border:0;flex:1;min-width:0;background:transparent!important;border-radius:0!important}
html[data-preview-theme] .ib-maptop .ib-dd{gap:0}
html[data-preview-theme] .ib-maptop #ib-filter{gap:0}
html[data-preview-theme] .ib-maptop .ib-dd__b+.ib-dd__b{border-left:1px solid #e0e5dc}
html[data-preview-theme] .ib-maptop .ib-dd__b.is-on{background:#eaf1e6!important}
html[data-preview-theme] .ib-maptop .ib-clear{width:100%;border-top:1px solid #e0e5dc;text-align:right}
html[data-preview-theme] .ib-handle{min-height:52px;font:600 14px var(--font-body)}
html[data-preview-theme] #ib-close{width:44px;height:44px}
html[data-preview-theme] :is(.ib-dd__b,.ib-clear,.ib-seg a,.ib-sheet button,.ib-handle,.ib-round,.ib-view-toggle):focus-visible{outline:3px solid #427960;outline-offset:3px}
#mi-main[hidden],.qd [hidden],#ib-clear[hidden]{display:none!important}
@media(max-width:639px){
 html[data-preview-theme] #ib-filter .ib-dd{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr) 48px}
 html[data-preview-theme] #ib-filter .ib-dd .ib-dd__b{display:grid;grid-template-columns:minmax(0,1fr) 8px;gap:3px 8px;padding:8px 10px;min-width:0;margin:0}
 html[data-preview-theme] #ib-filter .ib-dd .ib-dd__l{grid-column:1;white-space:nowrap}
 html[data-preview-theme] #ib-filter .ib-dd .ib-dd__v{grid-column:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
 html[data-preview-theme] #ib-filter .ib-dd .ib-dd__b i{grid-column:2;grid-row:1/3}
 html[data-preview-theme] #ib-filter .ib-dd .ib-dd__b--sort{display:flex;align-items:center;justify-content:center}
 html[data-preview-theme] .ib-dd__b--sort .ib-dd__v,html[data-preview-theme] .ib-dd__b--sort i{display:none}
 html[data-preview-theme] .ib-dd__b--sort .hy-ic svg{width:21px;height:21px}
 html[data-preview-theme] #ib-filter .ib-dd .ib-clear{grid-column:1/-1;justify-self:end}
 html[data-preview-theme] .ib-maptop #ib-filter .ib-dd{display:flex}
 html[data-preview-theme] .ib-maptop #ib-filter .ib-dd .ib-dd__b{display:flex;min-height:44px}
 html[data-preview-theme] .ib-maptop .ib-dd__l{font-size:11px}
 html[data-preview-theme] .ib-sheet{margin:auto 0 0;border-radius:22px 22px 0 0!important}
 html[data-preview-theme] .ib-sheet__in{padding-bottom:calc(20px + env(safe-area-inset-bottom))}
}
html[data-preview-theme] .qd{margin-inline:auto;width:100%}
html[data-preview-theme] .qd__map:empty{display:none}
html[data-preview-theme] #ib-strip .hy-qcard__t{font:600 16px/1.5 var(--font-body)!important;letter-spacing:0}
html[data-preview-theme] #ib-strip .hy-qcard__foot{font-family:var(--font-body)}
@media(max-width:639px){html[data-preview-theme] #ib-list .hy-qcard__ph{height:168px;aspect-ratio:auto}html[data-preview-theme] #ib-list .hy-qcard__ph img{height:100%;object-fit:cover}}
@media(max-width:899px){
 html[data-preview-theme] #mi-cta{display:grid;grid-template-columns:minmax(0,1fr) minmax(150px,1fr);align-items:center;gap:12px;padding:12px 16px}
 html[data-preview-theme] #mi-cta-n{display:none}
 html[data-preview-theme] .qd__cta-price{font:600 17px/1.5 var(--font-body);color:#284d3c}
 html[data-preview-theme] #mi-cta-go{min-height:48px;margin:0}
}
