/* Registro de charlas alternas (pages/registro-charlas.html)
   Mismo recurso tipográfico que el selector de día del programa: numeral
   grande en acento + contenido a la derecha, sin cajas. */

.pasos-list {
  list-style: none;
  justify-content: center;
  gap: 0;
}

.paso {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  text-align: left;
  width: 100%;
}

.paso:last-child {
  border-bottom: none;
}

.paso-num {
  flex-shrink: 0;
  font-family: var(--font-brand);
  font-weight: 800;
  font-size: 44px;
  line-height: 1;
  letter-spacing: -1px;
  color: var(--page-accent);
}

.paso-body {
  flex: 1;
  min-width: 0;
  padding-top: 6px;
}

.paso-title {
  font-family: var(--font-brand);
  font-weight: 700;
  font-size: 20px;
  color: var(--page-text);
  letter-spacing: 0.3px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.paso p {
  font-family: var(--font-brand);
  font-weight: 500;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: 0.2px;
  line-height: 1.4;
}
