/*Sections style*/

#title-block-header h1.title {
  font-size: 2.2rem;
  font-weight: 700;
  border-bottom: none;
  margin: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

#quarto-document-content h1:not(.title) {
  font-size: 1.8rem;
  font-weight: 600;
  border-bottom: none;
  margin: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

#quarto-document-content h2 {
  font-size: 1.5rem;
  font-weight: 550;
  border-bottom: none;
  margin: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

#quarto-document-content h3 {
  font-size: 1.2rem;
  font-weight: 550;
  border-bottom: none;
  margin: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/*Appendices style*/

div#quarto-appendix section,
div#quarto-appendix section ul,
div#quarto-appendix section ol,
div#quarto-appendix section div#refs {
  margin: 0; 
}

div#quarto-appendix section h2 {
  font-size: 1.5rem;
  font-weight: 550;
  border-bottom: none;
  margin: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/*List of authors style*/

section#authors ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

section#authors ul li,
section#authors ul li p {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

section#authors ul li:not(:last-child)::after {
  content: ",";
}

/*Text style*/

#quarto-document-content p {
  margin-top: 0.5rem; 
  margin-bottom: 0.5rem;
  padding-left: 0;
  padding-right: 0;
}

/*Center figure caption*/

figcaption {
  text-align: center;
}