@layer components {
  .blitz-staging-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 1.35rem;
    padding: 0.12rem 0.45rem;
    color: #713f12;
    font-size: 0.68rem;
    font-weight: 750;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    background: #fef3c7;
    border: 1px solid #f59e0b;
    border-radius: 999px;
    white-space: nowrap;
  }
}
