x-label {
  display: inline-block;
}
x-label label > div:first-child {
  margin-bottom: 8px;
  font-weight: bold;
  cursor: pointer;
}
x-label .error-text {
  font-size: var(--theme-font-size-sm);
  color: var(--theme-negative-color);
  margin-top: 4px;
}