/* Additional Map Styles for D3 */

#korea-svg {
  width: 100%;
  height: auto;
  max-height: 520px;
  background: #f8f9fa; /* Google Maps-like light background */
  border-radius: 8px;
}

.region-path {
  cursor: pointer;
  transition: all 0.15s ease;
  vector-effect: non-scaling-stroke;
}

.region-path:hover {
  filter: brightness(0.95);
}

.province-label, .municipality-label {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 500;
  pointer-events: none;
  text-shadow: 0 0 2px #fff;
}

.btn-search {
  transition: all 0.2s ease;
}

.btn-search:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
