/* Keep the brand gradient independent of long service and schedule content. */
@media (min-width: 1051px) {
  .workspace-nav {
    background-color: #38f103;
    background-image: linear-gradient(125deg, #0063ff 0%, #38f103 100%);
    background-size: 330px 100vh;
    background-position: left top;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
}
