@layer components {
  .debug {
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 30;
    background-color: white;
    color: black;
    border: 1px solid red;
    padding: 4px;
    font-size: 0.75em;
  }

  .debug_banner {
    position: fixed;
    top: 0;
    background-color: red;
    color: white;
    padding: 4px 8px;
    z-index: 50;
    font-weight: 700;
  }
}
