.disk-banner {
  position: sticky;
  top: 0;
  z-index: 100;
  display: grid;
  min-height: 38px;
  place-items: center;
  padding: 8px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: #172037;
  color: #fff;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-size: clamp(0.76rem, 1.7vw, 0.88rem);
  font-weight: 650;
  letter-spacing: 0.01em;
  line-height: 1.35;
  text-align: center;
}

.disk-banner p {
  margin: 0;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
}

.disk-banner a {
  color: #c8e56a;
  font-weight: 900;
  text-underline-offset: 3px;
}
