/**
 * Public content-copy deterrents.
 * Form controls remain selectable so enquiries and accessibility workflows
 * are not disrupted.
 */

.kv-content-protection-active main,
.kv-content-protection-active .kv-site-footer {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

.kv-content-protection-active img,
.kv-content-protection-active picture,
.kv-content-protection-active svg {
  -webkit-user-drag: none;
  user-drag: none;
}

.kv-content-protection-active input,
.kv-content-protection-active textarea,
.kv-content-protection-active select,
.kv-content-protection-active [contenteditable="true"] {
  -webkit-user-select: text;
  user-select: text;
  -webkit-touch-callout: default;
}
