@layer utilities {
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .text-muted { color: var(--color-muted); }
  .text-center { text-align: center; }

  .label {
    display: block;
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: var(--color-muted);
    line-height: 1;
  }

  .mt-0 { margin-top: 0; }
  .mb-0 { margin-bottom: 0; }

  .hidden { display: none; }

  .badge {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    padding: var(--spacing-2xs) var(--spacing-sm);
    border-radius: var(--radius-full);
    background: var(--color-border);
    font-size: var(--font-size-sm);
    color: var(--color-muted);
  }
}
