/* ===== Aspirantes ===== */

.aspirantes-page {
  padding-bottom: 2rem;
}

/* --- Title --- */
.aspirantes-page .aspirantes-title {
  font-size: 2.625rem;
  font-weight: 700;
  color: #0943b5;
  margin: 0 0 1rem;
}

/* --- Intro text --- */
.aspirantes-intro {
  font-size: 1.0625rem;
  line-height: 1.6;
  color: #4b4b4b;
  margin-bottom: 1.5rem;
}

.aspirantes-intro p {
  margin: 0;
}

/* --- Aspirante card --- */
.aspirante-item {
  margin-bottom: 0;
  padding-bottom: 1.5rem;
}

.aspirante-nombre {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0943b5;
  margin: 0 0 0.5rem;
  line-height: 1.2;
}

/* Aspiración label + cargo */
.aspirante-cargo-wrapper {
  margin-bottom: 1.25rem;
}

.aspirante-cargo-label {
  display: block;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #c7013d;
}

.aspirante-cargo-value {
  display: block;
  font-size: 1.0625rem;
  color: #4b4b4b;
}

/* Fecha de publicación */
.aspirante-fecha {
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
  color: #666;
}
.aspirante-fecha-label {
  font-weight: 600;
  color: #4b4b4b;
}
.aspirante-fecha-value {
  margin-left: 4px;
}

/* Divider between aspirants */
.aspirante-divider {
  border: none;
  border-top: 1px solid #cbcbcb;
  margin: 12px;
}

/* El divider se muestra en todos los items */

/* --- Empty --- */
.aspirantes-empty {
  text-align: center;
  padding: 3rem 1rem;
  color: #666;
  font-size: 1.05rem;
  background: #f8f9fa;
  border-radius: 6px;
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .aspirantes-page .aspirantes-title {
    font-size: 1.75rem;
  }

  .aspirante-nombre {
    font-size: 1.25rem;
  }
}
