.notification {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.notification a {
  background: linear-gradient(
    135deg,
    var(--color-blurple) 0,
    var(--color-salmon) 100%
  );
  color: var(--color-white);
  display: block;
  font-feature-settings: 'c2sc', 'smcp';
  font-size: var(--font-size-x-small);
  font-weight: 500;
  letter-spacing: -0.0175em;
  line-height: 1em;
  padding: 0.4em 0.6em 0.425em 0.6em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

@media(min-width: 64em) {

  .notification a {
    font-size: var(--font-size-xx-small);
  }

}
