/* Make main content area wider */
.quarto-page > .quarto-page-columns > .quarto-page-column {
  max-width: none !important;
  flex: 1 1 100% !important;
}

/* Make content container wider */
.quarto-page {
  max-width: 1200px !important;
}

/* Make article content wider */
.quarto-article {
  max-width: 1000px !important;
}

/* Remove content padding for more space */
.quarto-content {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

/* Make the main content area take more space */
@media (min-width: 992px) {
  .quarto-page-column-content {
    flex: 1 !important;
    max-width: 1000px !important;
  }
}