@layer pages {
  /* Compact inline chip for the budget consumption rows (e.g. over-budget). */
  .budget-chip {
    display: inline-flex;
    align-items: center;
    font-size: var(--font-size-xs);
    font-weight: 500;
    line-height: 1;
    padding: 0.15rem 0.5rem;
    border-radius: var(--radius-control);
    white-space: nowrap;
  }

  .budget-chip--over {
    background-color: var(--error);
    color: #fff;
  }
}
