.es-note {
  background-color: #004669;
  color: #fff;
  inset-block-end: env(safe-area-inset-bottom, 0px);
  position: sticky;
  text-align: center;
  padding: .25lh;
  z-index: 8;
}

.tw-balance {
  text-wrap: balance;
}

.tw-pretty {
  text-wrap: pretty;
}

@media (scripting: none) {
  [data-js] {
    display: none;
  }
}

@media (prefers-reduced-motion: no-preference) {
  ::view-transition {
    pointer-events: none;
  }

  @view-transition {
    navigation: auto;
  }
}