.hormuz-map-wrap {
  margin: 24px 0;
  border: 1px solid #d7dde3;
  border-radius: 16px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 4px 18px rgba(16, 24, 40, 0.05);
}

.hormuz-map-title {
  margin: 0 0 10px;
  font-size: 32px;
  line-height: 1.2;
}

.hormuz-map-intro,
.hormuz-map-caption,
.hormuz-faq-item p,
.hormuz-fact-card p {
  color: #334155;
}

.hormuz-map-canvas {
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #d7dde3;
  margin: 18px 0 10px;
}

.hormuz-map-caption {
  font-size: 14px;
  margin-bottom: 18px;
}

.hormuz-facts-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 22px 0;
}

.hormuz-fact-card,
.hormuz-faqs {
  border: 1px solid #d7dde3;
  border-radius: 14px;
  padding: 16px;
  background: #f8fafc;
}

.hormuz-fact-card h3,
.hormuz-faqs h3 {
  margin-top: 0;
  margin-bottom: 8px;
}

.hormuz-faq-item {
  padding: 12px 0;
  border-top: 1px solid #e5e7eb;
}

.hormuz-faq-item:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.hormuz-custom-popup h4 {
  margin: 0 0 6px;
  color: var(--hormuz-accent, #0f766e);
}

.hormuz-legend {
  background: rgba(255, 255, 255, 0.96);
  padding: 10px 12px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.10);
  border: 1px solid #d7dde3;
  font-size: 13px;
  line-height: 1.45;
}

.hormuz-legend strong {
  display: block;
  margin-bottom: 6px;
}

@media (max-width: 900px) {
  .hormuz-facts-grid {
    grid-template-columns: 1fr;
  }

  .hormuz-map-title {
    font-size: 26px;
  }
}

.hormuz-text-label {
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(15, 118, 110, 0.28);
  border-radius: 999px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
  color: #0f172a;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 8px;
  white-space: nowrap;
}
