.pwpps-news-category-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  padding: 4px 12px;
  border: 1px solid var(--color-status-cancel-fg);
  border-radius: 100px;
  background: var(--color-status-cancel-bg);
  color: var(--color-status-cancel-fg);
  font-family: inherit;
  font-size: var(--font-size-12);
  font-weight: var(--font-weight-label);
  line-height: 15px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  white-space: nowrap;
}
