/* Shared guide/page overrides extracted from residual inline style blocks. */
.guide-inline-overrides .callout {
  background: #fff3e0;
  border-left: 4px solid #ff9800;
  padding: 1rem 1.25rem;
  margin: 1.5rem 0;
  border-radius: 0 6px 6px 0;
}

.guide-inline-overrides .callout p {
  margin: 0;
  font-size: 0.95rem;
}

.guide-inline-overrides .callout-red {
  background: #fde8e8;
  border-left: 4px solid #e53935;
  padding: 1rem 1.25rem;
  margin: 1.5rem 0;
  border-radius: 0 6px 6px 0;
}

.guide-inline-overrides .callout-red p {
  margin: 0;
  font-size: 0.95rem;
}

.guide-inline-overrides .featured-img {
  margin: 0 0 1.5rem;
  border-radius: 8px;
  overflow: hidden;
}

.guide-inline-overrides .featured-img img {
  width: 100%;
  height: auto;
}

.guide-inline-overrides .featured-img figcaption {
  font-size: 0.8rem;
  color: #888;
  padding: 0.5rem 0;
}

.guide-inline-overrides #map {
  width: 100%;
  height: 400px;
  border-radius: 8px;
  border: 1px solid #ddd;
  margin: 1.5rem 0;
}

.guide-inline-overrides .stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 1.5rem 0;
}

@media (min-width: 600px) {
  .guide-inline-overrides .stat-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.guide-inline-overrides .stat-card {
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 1.25rem;
  text-align: center;
}

.guide-inline-overrides .stat-card .number {
  font-size: 2rem;
  font-weight: 800;
  color: #e53935;
}

.guide-inline-overrides .stat-card .label {
  font-size: 0.85rem;
  color: #666;
}

html[lang="es"] .lang-switch {
  border: 1px solid #555;
  padding: 0.2rem 0.5rem;
  border-radius: 3px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ccc !important;
}

html[lang="es"] .lang-switch:hover {
  color: #fff !important;
  border-color: #fff;
}
