/* Ajustes tras convertir los títulos del tema en encabezados semánticos */
h1.page-header { font-weight: normal; }
h1.page-header::before { content: none; }

.post-list h2.title,
.tag-list h2.title {
  margin: 0;
  font-weight: normal;
  font-family: var(--header-font);
}
.post-list h2.title::before,
.tag-list h2.title::before { content: none; }
.post-list h2.title a,
.tag-list h2.title a { border-bottom: none; }

#modal-content h2#modalTitle { margin-top: 0; margin-bottom: 1rem; font-size: 1.2rem; }
#modal-content h2#modalTitle::before { content: "# "; }
