:root {
  --custom-field-detail-box-shadow: rgb(0 0 0 / 0.05) 0 0 0.5em 0,
    rgb(0 0 0 / 0.08) 0 0 0 1px;
  --custom-field-box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0.5em 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  --custom-field-inset-box-shadow: inset rgba(0, 0, 0, 0.05) 0px 0px 0.5em 0px, inset rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.customFieldsTitle {
  font-size: 1em;
  text-align: left;
  margin: 0 0 0.5em 0;
}
