/**
 * ASEDH - Main stylesheet (adiciones del tema).
 * Los estilos principales viven en style.css.
 */

/* Blog pagination */
.pagination { margin: 40px 0; text-align: center; }
.pagination .nav-links { display: inline-flex; gap: 6px; }
.pagination .page-numbers {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 38px; height: 38px; padding: 0 10px; border: 1px solid #ddd;
  border-radius: 4px; color: #333; font-size: 14px;
}
.pagination .page-numbers.current { background: #f8b864; border-color: #f8b864; color: #fff; }
.pagination .page-numbers:hover { border-color: #f8b864; }

/* Forms */
.search-form { display: flex; gap: 8px; align-items: center; }
.search-form .search-field { flex: 1; }
.search-submit {
  background: #f8b864; border: none; color: #fff; border-radius: 4px;
  width: 40px; height: 40px; cursor: pointer; display: inline-flex;
  align-items: center; justify-content: center;
}
.search-submit svg { width: 18px; height: 18px; }

/* Cards image aspect */
.asedh-card .card-img img { aspect-ratio: 16 / 10; object-fit: cover; }

/* Testimonial band */
.asedh-band { background: #f8b864; padding: 70px 0; }
.asedh-band .heading-primary,
.asedh-band .heading-secondary { color: #000; text-shadow: none; }
.asedh-band .testimonial-quote {
  max-width: 800px; margin: 30px auto 10px; text-align: center;
  font-size: 17px; color: #333; line-height: 1.9; font-style: italic;
}
.asedh-band .testimonial-author { text-align: center; font-weight: 700; color: #000; margin-top: 18px; }
.asedh-band .testimonial-role { text-align: center; color: #333; font-size: 14px; }