/* Template: historia-page
 * Selector de idioma del folleto de historia. Diseño mobile-first según
 * mockup aprobado (folletos-historia-el-riojano.pdf).
 */

.pf-riojano-historia {
  padding-bottom: var(--pf-riojano-space-7);
  background: var(--pf-riojano-neutral-cream);
}

.pf-riojano-historia__head {
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
  padding: var(--pf-riojano-space-6) var(--pf-riojano-gutter) var(--pf-riojano-space-5);
}

.pf-riojano-historia__title {
  font-family: var(--pf-riojano-font-display);
  font-size: var(--pf-riojano-fs-2xl);
  font-weight: 700;
  color: var(--pf-riojano-brand-primary);
  margin: 0;
  line-height: 1.15;
}

/* Traducción al inglés del titular: mismo peso visual, un escalón menor.
 * No es un idioma del sitio, es cortesía para el visitante extranjero. */
.pf-riojano-historia__title-en {
  display: block;
  font-size: var(--pf-riojano-fs-lg);
  font-weight: 600;
  color: var(--pf-riojano-brand-primary);
  margin-top: var(--pf-riojano-space-1);
}

/* Separador con punto central del mockup. */
.pf-riojano-historia__rule {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--pf-riojano-space-2);
  margin: var(--pf-riojano-space-4) auto var(--pf-riojano-space-4);
  border: 0;
  height: auto;
}

.pf-riojano-historia__rule::before,
.pf-riojano-historia__rule::after {
  content: "";
  width: 56px;
  height: 2px;
  background: var(--pf-riojano-brand-primary);
  border-radius: 2px;
}

.pf-riojano-historia__rule-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--pf-riojano-brand-primary);
}

.pf-riojano-historia__hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--pf-riojano-space-3);
  margin: 0;
  color: var(--pf-riojano-brand-primary);
  font-size: var(--pf-riojano-fs-base);
  line-height: 1.45;
  text-align: left;
}

.pf-riojano-historia__hint-icon {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  color: var(--pf-riojano-brand-primary);
}

.pf-riojano-historia__hint-en {
  display: block;
  color: var(--pf-riojano-brand-primary-soft);
}

@media (max-width: 380px) {
  .pf-riojano-historia__hint { gap: var(--pf-riojano-space-2); }
  .pf-riojano-historia__hint-icon { width: 28px; height: 28px; }
  .pf-riojano-historia__hint { font-size: var(--pf-riojano-fs-sm); }
}
