/* v0.14 Navigator UAT refinements. Keep product-specific workflow layout intact. */

/* The family masthead is sticky at 81px. Keep the desktop artefact detail panel below it. */
@media (min-width: 1101px) {
  .detail-panel {
    top: 95px;
    max-height: calc(100vh - 110px);
  }
}
