body.portal-body.portal-ui-v2 .portal-v2-muted {
  color: var(--portal-v2-muted);
}

body.portal-body.portal-ui-v2 .portal-v2-center {
  text-align: center;
}

body.portal-body.portal-ui-v2 .portal-v2-stack-sm {
  display: grid;
  gap: 8px;
}

body.portal-body.portal-ui-v2 .portal-v2-stack-md {
  display: grid;
  gap: 12px;
}

body.portal-body.portal-ui-v2 .portal-v2-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid #c8d5eb;
  color: #37537a;
  background: #f6f9ff;
  font-size: 11px;
  font-weight: 700;
}
