/* Hide the shadcn "Copy Page" button in the page header. */
#page-header button.secondary.cursor-pointer {
  display: none;
}

/* Make the header icon large enough for the current logo asset. */
header img[alt="icon"] {
  width: 2.1rem;
  height: 2.1rem;
  max-width: none;
}

/* Make the main sidebar navigation links larger and easier to click. */
a[data-sidebar="menu-button"] {
  font-size: 0.95rem !important;
  min-height: 2.5rem;
  width: 100% !important;
  max-width: none !important;
}
