/*
Theme Name: IST Theme Update
Theme URI: https://ist.enpontevedra.es
Description: Actualización del tema IST con header y footer reutilizables + plantilla page.php.
Author: IST Team
Version: 1.0
Template: ist-theme-update
*/
.post-title {
  color: #2166ac;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.post-category {
  color: #2166ac;
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: 600;
}
.post-meta {
  color: #888;
  font-size: 0.9rem;
  margin-bottom: 2rem;
}
/* Aquí puedes usar clases de Tailwind con @apply */
.wp-block-heading {
  color: #2261ae;
  font-weight: bold;
  margin-bottom: 1rem;
}
h2.wp-block-heading {
  font-size: 1.825rem;
  margin-bottom: 1.25rem;
  border-bottom: 2px solid #e2e8f0;
  padding-bottom: 0.5rem;
}
h3.wp-block-heading {
  font-size: 1.5rem;
}
h4.wp-block-heading {
  font-size: 1.25rem;
}
/* Puedes ajustar o añadir estilos adicionales para otros niveles si lo necesitas */
