/* Casual-copy deterrence only. Images remain crawlable and accessible. */
img{
  -webkit-user-drag:none;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  user-select:none;
}

.image-rights-link{
  color:inherit;
  text-decoration:none;
  border-bottom:1px solid currentColor;
  border-bottom-color:rgba(196,151,90,.28);
}

.image-rights-link:hover,
.image-rights-link:focus-visible{
  color:#c4975a;
  border-bottom-color:currentColor;
}
