@layer starter, reset, base, state, application;
@layer reset {
  ._content_1oxlk_2 {
    all: unset;
    font-family: var(--font-family-base, "Nunito Sans", sans-serif);
    font-size: 100%;
    color: var(--foreground-color-inverted, #ffffff);
    margin: 0;
    padding: 0.25rem 0.5rem;
    border-style: none;
    border-width: 0;
    border-color: transparent;
    box-sizing: border-box;
    display: revert-layer;
    font-weight: 400;
  }
}
@layer base {
  ._content_1oxlk_2 {
    font-size: 0.875rem;
    width: -moz-max-content;
    width: max-content;
    white-space: pre-line;
    background-color: var(--background-color-inverted-strong, #141414);
    border-radius: 0.375rem;
    box-shadow: 0rem 0.125rem 0.5rem var(--shadow-color, rgba(20, 20, 20, 0.0784313725));
    line-height: 1.5;
    position: absolute !important;
    opacity: 0;
    transition: opacity 100ms, width 100ms, height 100ms, overlay 100ms allow-discrete, display 100ms allow-discrete;
  }
  ._content_1oxlk_2 ._scroller_1oxlk_30 {
    max-width: 16rem;
  }
  ._arrow_1oxlk_33 {
    fill: var(--background-color-inverted-strong, #141414);
    position: absolute;
    height: 0.875rem;
    width: 0.875rem;
    pointer-events: none;
  }
  ._trigger_1oxlk_40 {
    height: -moz-min-content;
    height: min-content;
    display: inline-flex;
  }
}
@layer state {
  ._content_1oxlk_2:not(:popover-open):not(dialog[open]) {
    display: none !important;
  }
  ._content_1oxlk_2:popover-open {
    opacity: 1;
  }
  @starting-style {
    ._content_1oxlk_2:popover-open {
      opacity: 0;
    }
  }
}