/* Business detail page styles */
.business-map {
  width: 100%;
  max-width: 800px;
  margin-bottom: 1.5rem;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}

#business-static-map {
  width: 100% !important;
  height: 200px !important;
  min-height: 200px !important;
  display: block !important;
}

#business-static-map.leaflet-container {
  background: #f0f0f0;
}
