@layer components {
  /*
   * Turbo modals
   */
  
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(var(--rgb-black) / 0.5);
    z-index: 50;
    background: var(--color-white);
  }
  
  #help {
  }
}
