/* ============================================================
   Coffee Regions Map
   ============================================================ */
#coffee-map {
  height: 440px;
  border-radius: 16px;
  overflow: hidden;
  margin: 32px 0 24px;
  box-shadow: 0 4px 24px rgba(60, 30, 10, 0.12);
  border: 1px solid #ece1d3;
}

.leaflet-container {
  background: #ddd5c8 !important;
  font-family: 'Inter', system-ui, sans-serif;
}

.leaflet-attribution-flag {
  display: none !important;
}

.coffee-map-tooltip {
  background: rgba(20, 10, 4, 0.92) !important;
  border: 1px solid rgba(200, 150, 60, 0.45) !important;
  border-radius: 8px !important;
  color: #fdf8f3 !important;
  padding: 8px 14px !important;
  font-size: 0.88rem;
  line-height: 1.5;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3) !important;
  white-space: nowrap;
}

.coffee-map-tooltip::before {
  display: none !important;
}

.coffee-map-hint {
  text-align: center;
  font-size: 0.82rem;
  color: var(--text-muted);
  margin: -16px 0 32px;
  letter-spacing: 0.02em;
}

@media (max-width: 768px) {
  #coffee-map {
    height: 300px;
    margin: 24px 0 16px;
  }
}
