.page-title {
  font-size: 1.8rem !important;
  line-height: 1.3;
  margin-bottom: 1rem;
}

.webform-progress__percentage {
  font-size: 1.5rem; /* Ajusta según el tamaño deseado */
  font-weight: bold;
  color: #050aa0; /* Azul corporativo opcional */
}
/* Títulos de preguntas (fieldsets con legend) */
.fieldset-legend {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}

/* Títulos de preguntas con label (obligatorias, no obligatorias y condicionales) */
/* EXCLUYE las opciones de radio/checkbox */
form.webform-submission-form .js-form-item > label:not(.webform-options-display-buttons-label),
form.webform-submission-form label.js-form-required:not(.webform-options-display-buttons-label),
form.webform-submission-form label.form-required:not(.webform-options-display-buttons-label) {
  font-size: 1.25rem;
  font-weight: 600 !important;
  line-height: 1.4;
}

/* Restaurar tamaño estándar para las etiquetas de opciones de respuesta */
.webform-options-display-buttons-label {
  font-size: 1rem !important;
  font-weight: normal !important;
  line-height: 1.4;
}

/* Mejora visual en separaciones */
.webform-element-description p,
.description p {
  margin-bottom: 0.5rem;
}

.webform-message .alert-success {
  color: #000;
  background-color: transparent;
  border: none;
}

.highlight-token {
  color: #050aa0;
  font-weight: bold;
}
