/* Remove sidebar and increase content area */
.sidebar {
  display: none !important;
}



/* Decrease font size by approximately 20% */
html {
  font-size: 80%;
}

/* Make headings proportionally smaller */
h1 {
  font-size: 2.2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.5em;
}
body {
    font-size: 80%;
}

/* Ensure code blocks and other elements scale properly */
pre, code {
  font-size: 90%;
}
.interactive-figure {
  width: 100%;
  margin: 2rem 0;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  background: #f9f9f9;
}

/* Add some padding inside the container */
.interactive-figure-inner {
  padding: 1rem;
}

/* For visualization debugging */
.interactive-figure-debug {
  padding: 0.5rem;
  font-size: 0.8rem;
  color: #666;
  text-align: center;
  border-top: 1px dashed #ccc;
}

/* Remove grid layout from the original template */
.grid {
  display: block !important;
}

.g-col-8 {
  width: 100% !important;
  max-width: 100% !important;
}

/* Additional styling for the page title area */
.quarto-title-banner {
  padding: 2rem 0;
  margin-bottom: 2rem;
}

/* Make tables responsive */
table {
  width: 100%;
  overflow-x: auto;
  display: block;
}