/* Location section. */

.location__address {
  font-size: var(--fs-lg);
  font-weight: 600;
  margin-bottom: var(--space-2);
}

.location__hint {
  color: var(--color-text-muted);
  max-width: 34rem;
  margin-bottom: var(--space-3);
}

.location__map {
  width: 100%;
  max-width: 52rem;
  height: 20rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
}

/* Fallback box used when no map embed is available. */
.location__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 52rem;
  height: 16rem;
  border: 1px dashed var(--color-border);
  border-radius: var(--radius);
  color: var(--color-text-muted);
  background: var(--color-surface);
}
