/* Bodrumlu.net v32.3 public content protection. Deterrence only; browser-rendered content cannot be made impossible to capture. */
.public-protected,
.public-protected *:not(input):not(textarea):not(select):not(option):not([contenteditable="true"]) {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  -webkit-touch-callout: none !important;
}
.public-protected input,
.public-protected textarea,
.public-protected select,
.public-protected option,
.public-protected [contenteditable="true"] {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  user-select: text !important;
  -webkit-touch-callout: default !important;
}
.public-protected img,
.public-protected picture,
.public-protected svg:not(.allow-interaction) {
  -webkit-user-drag: none !important;
  user-drag: none !important;
  -webkit-touch-callout: none !important;
}
@media print {
  body.public-protected > * { display: none !important; }
  body.public-protected::before {
    content: "Bu içerik yazdırmaya kapalıdır. © Bodrumlu.net";
    display: block !important;
    color: #000;
    background: #fff;
    font: 700 18px/1.5 Arial, sans-serif;
    padding: 32px;
  }
}
