/* Restore the pickup map only; preserve the storefront and checkout styling. */
.pvz-picker__dialog { width: min(1100px, calc(100vw - 48px)); }
.pvz-picker__body { grid-template-columns: minmax(0, 1fr) 360px; }
.pvz-picker__map { min-width: 0; min-height: 0; height: 100%; background: #edf0f4; }
.pvz-marker { display: grid; place-items: center; border: 2px solid white; border-radius: 50%; background: #005bff; color: white; font: 700 11px sans-serif; box-shadow: 0 2px 6px #0004; }
@media (max-width: 820px) {
  .pvz-picker__dialog { width: 100vw; }
  .pvz-picker__body { grid-template-columns: minmax(0, 1fr); grid-template-rows: minmax(180px, 40%) minmax(0, 1fr); }
}
