/* A copying deterrent, not DRM. Form controls and order details remain usable. */
.content-guard body{-webkit-user-select:none;user-select:none}
.content-guard img{-webkit-user-drag:none;-webkit-touch-callout:none;user-select:none}
.content-guard input,.content-guard textarea,.content-guard select,.content-guard [contenteditable="true"],.content-guard .customer,.content-guard .customer *,.content-guard .summary,.content-guard .summary *, .content-guard #order-number,.content-guard #delivery-status{-webkit-user-select:text;user-select:text;-webkit-touch-callout:default}
