/* Page-specific overrides only — shared design tokens and component styles
   live in /shared/tokens.css and /shared/base.css. Nothing page-unique yet. */

#status-message:empty {
  display: none;
}

.modal-dialog--detail {
  max-width: 800px;
  width: 90vw;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
}

.modal-dialog--detail > .modal-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
