h1, h2, h3 {
  margin-top: 2rem;
}

p {
  line-height: 1.6;
}

.page-columns {
  max-width: 900px;
}
/* css styles */

.quarto-listing-container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

/* Ensanchar el cuerpo del listing */
.quarto-listing {
  grid-template-columns: 1fr;
}

/* Summary en el listado de posts */
.quarto-listing .listing-description {
  font-size: 0.9rem;
  line-height: 1.4;
  margin-top: 0.75rem;
  color: #555;
}

/* Eliminar columna lateral en posts */
.quarto-title-meta {
  display: none;
}

/* Permitir que el contenido use todo el ancho */
.quarto-container {
  max-width: 1200px;
}

/* Ancho de lectura para posts */
body.quarto-post .content {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

/* Cuerpo del post */
body.quarto-post .content p {
  font-size: 1rem;
}

/* Description en post individual */
body.quarto-post .description {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-top: 1rem;
  margin-bottom: 2rem;
  color: #555;
}

body.quarto-post .quarto-title-block p {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-top: 1rem;
  margin-bottom: 2rem;
  color: #555;
}