/* css styles */
figcaption {
  text-align: center;
}

/* Force the sidebar to disappear completely in Reader Mode */
body.quarto-reader-mode #quarto-sidebar {
  display: none !important;
  width: 0 !important;
}

/* Ensure the main content expands to fill the gap */
body.quarto-reader-mode #quarto-content {
  margin-left: 0 !important;
}

/* Target the arrow class we created */
.thick-arrow {
  font-size: 150%;        /* Makes it thicker (zoom in) */
  vertical-align: -3px;   /* Pushes it down to align with text */
}

/* Optional: Fix the arrowhead being too huge */
.thick-arrow * {
  stroke-width: 2px;
}