.location-picker{grid-column:1/-1;display:grid;gap:10px;padding:14px;border:1px solid #dce5f1;border-radius:14px;background:#f8fbff}.location-picker-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.location-picker-head small{display:block;color:#64748b;font-weight:500}.location-picker-head button,.location-search button{border:0;background:#1769e0;color:#fff;font-weight:800;padding:9px 12px}.location-search{display:grid;grid-template-columns:1fr auto;gap:8px}.location-search input{width:100%;min-height:42px;border:1px solid #d5dfec;border-radius:10px;padding:10px 12px}.location-result{margin:0;color:#475569;font-size:12px}.location-picker>label{display:grid;gap:5px;font-weight:700}.location-picker select{width:100%;min-height:42px;border:1px solid #d5dfec;border-radius:10px;background:#fff;padding:9px 12px}.location-map{height:310px;border-radius:12px;overflow:hidden;background:#e7eef7;z-index:1}.location-filter{grid-column:1/-1}.location-filter summary{cursor:pointer;padding:11px 13px;border:1px solid #bfd3ef;border-radius:10px;background:#eef5ff;color:#0b4fab;font-weight:800}.location-filter[open] summary{margin-bottom:8px}@media(max-width:600px){.location-picker{padding:10px}.location-picker-head{align-items:flex-start;flex-direction:column}.location-picker-head button{width:100%}.location-search{grid-template-columns:1fr}.location-search button{width:100%}.location-map{height:260px}}
