.sou-cadde-map { background: #f2ebdc; isolation: isolate; }
.sou-cadde-map .maplibregl-ctrl-bottom-right,
.sou-cadde-map .maplibregl-ctrl-bottom-left { bottom: var(--sou-map-bottom, 12px); }
.sou-cadde-map .maplibregl-ctrl-top-right { top: max(12px, env(safe-area-inset-top)); }
.sou-cadde-map .maplibregl-ctrl-group {
  background: #f2ebdc; border: 1px solid #c6b58e; border-radius: 4px;
  box-shadow: 0 2px 8px #1a161221;
}
.sou-cadde-map .maplibregl-ctrl-group button { width: 44px; height: 44px; }
.sou-cadde-map .maplibregl-ctrl-attrib {
  max-width: calc(100vw - 32px); background: #f2ebdcf0;
  color: #3d3528; font-size: 10px; line-height: 16px;
}
.sou-cadde-map .maplibregl-ctrl-attrib a { color: #3d3528; }
.sou-cadde-marker {
  cursor: pointer; appearance: none; border: 0; border-radius: 0;
  background: transparent; padding: 0; margin: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: flex-end;
  min-width: 44px; min-height: 44px; line-height: normal; -webkit-tap-highlight-color: transparent;
}
.sou-cadde-marker:focus-visible { outline: 2px solid #3d2a30; outline-offset: 2px; border-radius: 6px; }
.sou-cadde-user-location {
  width: 14px; height: 14px; border-radius: 50%; background: #2479c7;
  border: 3px solid #fff; box-shadow: 0 0 0 5px #2479c733;
}
.sou-cadde-map-loading {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  background: #f2ebdc; color: #3d3528; font: 14px sans-serif; pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  .sou-cadde-map .maplibregl-user-location-dot::before,
  .sou-cadde-map .maplibregl-user-location-dot::after { animation: none; }
}
