/* Make field labels bold and followed by a colon */

.field__label:has(+ :not(:empty))::after {
  content: ":";
}

.field__label {
  font-weight: bold !important;
}
