.technical-annotation { display: none; font-size: .85em; opacity: .75; overflow-wrap: anywhere; }
html[data-technical-values="true"] .technical-annotation { display: inline; }
.recorded-value summary { cursor: pointer; overflow-wrap: anywhere; }
.value-inspection { margin-top: .4rem; font-size: .85em; opacity: .8; overflow-wrap: anywhere; }
.settings-preferences { padding: 1.25rem; }
.settings-preferences label { display: flex; align-items: center; gap: .6rem; }
@media (max-width: 600px) {
  html[data-technical-values="true"] .technical-annotation { display: block; }
}
