/* Behavior-specific overrides kept separate from the visual stylesheet. */
[hidden] { display: none !important; }
.donut { position: relative; }

@media (max-width: 930px) {
  .sidebar,
  .workspace,
  .primary-nav,
  .topbar,
  main,
  .view {
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 620px) {
  .global-search { min-width: 0; }
}
