/* BustoBus — chooser mappe v13 */
.bb-map-provider-overlay{position:fixed;inset:0;z-index:3100;display:flex;align-items:flex-end;justify-content:center;padding:16px max(16px,env(safe-area-inset-right)) max(16px,calc(16px + env(safe-area-inset-bottom))) max(16px,env(safe-area-inset-left));background:rgba(15,23,42,.22);backdrop-filter:blur(3px);opacity:0;transition:opacity .18s ease}
.bb-map-provider-overlay.hidden,.bb-map-provider-overlay[hidden]{display:none!important}.bb-map-provider-overlay.is-open{opacity:1}
.bb-map-provider-sheet{width:min(100%,430px);border:1px solid rgba(226,232,240,.92);border-radius:24px;background:rgba(255,255,255,.985);box-shadow:0 24px 70px rgba(15,23,42,.24);padding:14px;transform:translateY(12px) scale(.985);transition:transform .22s cubic-bezier(.22,1,.36,1)}
.bb-map-provider-overlay.is-open .bb-map-provider-sheet{transform:translateY(0) scale(1)}
.bb-map-provider-heading{display:grid;grid-template-columns:40px minmax(0,1fr) 34px;gap:11px;align-items:center;padding:0 2px 12px}
.bb-map-provider-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:13px;background:#f1f5f9;color:#334155;border:1px solid #e5eaf1}.bb-map-provider-icon svg{width:21px;height:21px}
.bb-map-provider-heading h2{font-size:16px;line-height:1.15;font-weight:900;letter-spacing:-.02em;color:#0f172a}.bb-map-provider-heading p{margin-top:3px;font-size:11px;line-height:1.25;font-weight:650;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.bb-map-provider-close{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;color:#64748b;font-size:24px;line-height:1;background:#f8fafc;border:1px solid #eef2f7;transition:transform .14s ease,background .14s ease}.bb-map-provider-close:active{transform:scale(.94);background:#f1f5f9}
.bb-map-provider-options{display:flex;flex-direction:column;gap:7px}
.bb-map-provider-option{width:100%;display:grid;grid-template-columns:40px minmax(0,1fr) 20px;align-items:center;gap:11px;padding:10px 11px;border-radius:16px;text-align:left;border:1px solid #e9eef5;background:#fff;box-shadow:0 2px 7px rgba(15,23,42,.025);transition:transform .15s ease,border-color .15s ease,background .15s ease,box-shadow .15s ease}.bb-map-provider-option:hover{border-color:#d8e3f0;background:#fbfdff;box-shadow:0 5px 14px rgba(15,23,42,.05)}.bb-map-provider-option:active{transform:scale(.985)}
.bb-map-provider-option-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:13px;background:#f1f5f9;color:#334155;border:1px solid #e8edf3}.bb-map-provider-option-icon svg{width:20px;height:20px}
.bb-map-provider-option strong{display:block;font-size:12px;line-height:1.15;font-weight:900;color:#172033}.bb-map-provider-option small{display:block;margin-top:3px;font-size:9.5px;line-height:1.2;font-weight:650;color:#7b8798}.bb-map-provider-chevron{width:17px;height:17px;color:#a4afbd}
.bb-map-provider-note{padding:10px 5px 1px;font-size:9px;line-height:1.35;font-weight:600;color:#94a3b8;text-align:center}
@media (min-width:700px){.bb-map-provider-overlay{align-items:center}.bb-map-provider-sheet{border-radius:22px}}
@media (prefers-reduced-motion:reduce){.bb-map-provider-overlay,.bb-map-provider-sheet,.bb-map-provider-option,.bb-map-provider-close{transition:none!important}}
