/* Remove the print header options on the worksheets. */
/* .header-footer-options {
  display: none;
} */

/* This removes ALL options (headers, solutions, workspace highlights */
/* .print-options {
  display: none;
} */



/* Force the whole <details> box open, bypassing the native collapse
   behavior, whichever mechanism the browser uses internally */
/* .print-options,
.print-options::details-content {
  content-visibility: visible !important;
  display: block !important;
  overflow: visible !important;
  height: auto !important;
  block-size: auto !important;
} */

/* Hide the clickable summary/arrow so there's nothing to toggle */
/* .print-options > summary {
  display: none;
} */

/* Hide the two option groups you don't want shown */
/* .header-footer-options,
.highlight-workspace-option {
  display: none;
} */

/* Header/workspace lock-down from before */
/* .header-left,
.header-right,
.header-center,
.workspace {
  pointer-events: none;
  user-select: none;
  caret-color: transparent;
  -webkit-user-modify: read-only;
  -moz-user-modify: read-only;
} */