:root{--tanqo-filter-bar-top:5px;--tanqo-filter-bar-inset:16px;--tanqo-chip-height:36px}@media (max-width:767px){:root{--tanqo-filter-bar-top:5px;--tanqo-filter-bar-inset:12px}}.tanqo-filter-bar{z-index:500;top:var(--tanqo-filter-bar-top);left:var(--tanqo-filter-bar-inset);width:max-content;max-width:calc(100% - var(--tanqo-filter-bar-inset) * 2);position:absolute}@media (min-width:768px){.tanqo-filter-bar{left:calc(var(--tanqo-curtain-width,0px) + var(--tanqo-filter-bar-inset));max-width:calc(100% - var(--tanqo-curtain-width,0px) - var(--tanqo-filter-bar-inset) * 2)}}.tanqo-filter-bar__chips{flex-wrap:wrap;gap:10px;display:flex}@media (max-width:767px){.tanqo-filter-bar{right:var(--tanqo-filter-bar-inset);width:auto}.tanqo-filter-bar__chips{scrollbar-width:none;flex-wrap:nowrap;overflow-x:auto}.tanqo-filter-bar__chips::-webkit-scrollbar{display:none}}.tanqo-chip{height:var(--tanqo-chip-height);color:#0d3d2c;font-family:var(--font-inter), sans-serif;white-space:nowrap;cursor:pointer;background:#fffffff2;border:1px solid #e5e7eb;border-radius:999px;align-items:center;gap:6px;padding:0 14px;font-size:13px;font-weight:600;line-height:1;transition:background .15s,border-color .15s,color .15s;display:inline-flex;position:relative;box-shadow:0 4px 14px #0d3d2c1a}.tanqo-chip[data-active=true]{color:#1f6f5f;background:#fff;border-color:#1f6f5f;box-shadow:0 4px 14px #1f6f5f2e}.tanqo-chip:focus-visible{outline-offset:2px;outline:2px solid #1f6f5f}.tanqo-chip:before{content:"";position:absolute;inset:-4px 0}.tanqo-chip__caret{opacity:.7;font-size:9px}.tanqo-popover{--tanqo-popover-scroll-max-height:280px;top:calc(var(--tanqo-chip-height) + 8px);z-index:501;width:280px;font-family:var(--font-inter), sans-serif;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:16px;position:absolute;left:0;box-shadow:0 12px 30px #0d3d2c2e}@media (max-width:767px){.tanqo-popover{width:240px;max-width:100%}}.tanqo-popover__header{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.tanqo-popover__reset{color:#1f6f5f;cursor:pointer;background:0 0;border:none;border-radius:6px;margin:0 0 12px;padding:2px 4px;font-family:inherit;font-size:12px;font-weight:600}.tanqo-popover__reset:hover{text-decoration:underline}.tanqo-popover__reset:focus-visible{outline-offset:1px;outline:2px solid #1f6f5f59}.tanqo-popover__title{color:#5f6b7e;letter-spacing:.06em;text-transform:uppercase;margin:0 0 12px;font-size:11px;font-weight:600}.tanqo-popover__search{color:#0d3d2c;background:#fff;border:1px solid #e5e7eb;border-radius:10px;width:100%;min-height:36px;margin-bottom:8px;padding:0 10px;font-family:inherit;font-size:13px}.tanqo-popover__search::placeholder{color:#9ca3af}.tanqo-popover__search:focus-visible{outline-offset:-1px;border-color:#1f6f5f;outline:2px solid #1f6f5f59}.tanqo-popover__options{max-height:var(--tanqo-popover-scroll-max-height);flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.tanqo-popover__option{color:#0d3d2c;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;align-items:center;gap:10px;width:100%;min-height:44px;padding:0 8px;font-family:inherit;font-size:13px;font-weight:500;transition:background .12s,border-color .12s;display:flex;position:relative}.tanqo-popover__option:hover{background:#1f6f5f14}.tanqo-popover__option[data-chain-checked=true]{background:#1f6f5f1f;border-color:#1f6f5f59}.tanqo-popover__option[data-chain-checked=true] .tanqo-popover__option-name{color:#1f6f5f;font-weight:600}.tanqo-popover__option:focus-visible,.tanqo-popover__option:focus-within{outline-offset:-2px;outline:2px solid #1f6f5f}.tanqo-popover__option-input{cursor:pointer;opacity:0;width:100%;height:100%;margin:0;position:absolute;inset:0}.tanqo-popover__option-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.tanqo-fuel-badge{border:1px solid var(--fuel-border);background:var(--fuel-bg);color:var(--fuel-text);border-radius:999px;flex-shrink:0;align-items:center;padding:4px 12px;font-size:13px;font-weight:600;display:inline-flex}.tanqo-radio{background:#fff;border:1px solid #cbd5e1;border-radius:999px;flex-shrink:0;width:15px;height:15px;display:inline-flex}.tanqo-popover__option[aria-checked=true] .tanqo-radio{border:4px solid #1f6f5f}.tanqo-checkbox{background:#fff;border:1px solid #cbd5e1;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:15px;height:15px;display:inline-flex}.tanqo-popover__option[data-chain-checked=true] .tanqo-checkbox{background:#1f6f5f;border-color:#1f6f5f}.tanqo-checkbox svg{color:#fff;opacity:0;width:9px;height:9px}.tanqo-popover__option[data-chain-checked=true] .tanqo-checkbox svg{opacity:1}.tanqo-chain-dot{background:var(--chain-color);border-radius:999px;flex-shrink:0;width:14px;height:14px}.tanqo-popover__empty{color:#5f6b7e;margin:0;font-size:13px}.tanqo-popover__scroll{max-height:var(--tanqo-popover-scroll-max-height);overflow-y:auto}.tanqo-popover__scroll .tanqo-popover__options{max-height:none;overflow-y:visible}.tanqo-popover__divider{color:#5f6b7e;letter-spacing:.06em;text-transform:uppercase;border-top:1px solid #e5e7eb;margin:10px 0 6px;padding-top:10px;font-size:11px;font-weight:600}[data-fetching=true] .leaflet-marker-pane{opacity:.55;transition:opacity .15s}@media (prefers-reduced-motion:reduce){.tanqo-chip,.tanqo-popover__option,[data-fetching=true] .leaflet-marker-pane{transition:none}}
