.intim-city-protected-media,
.intim-city-protected-gallery img,
[data-intim-city-protected="1"] {
  -webkit-user-drag: none;
  user-select: none;
  -webkit-touch-callout: none;
}

.intim-city-protected-wrap {
  position: relative;
}

.intim-city-protected-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.intim-city-protection-notice {
  margin: 16px 0;
  padding: 12px 16px;
  border: 1px solid rgba(214, 180, 86, 0.32);
  border-radius: 14px;
  color: #f0d783;
  background: rgba(0, 0, 0, 0.62);
  font-size: 14px;
}

body.intim-city-protection-inactive-tab .intim-city-protected-media,
body.intim-city-protection-inactive-tab .intim-city-protected-gallery {
  filter: blur(8px) brightness(0.6);
}

@media print {
  .intim-city-protected-media,
  .intim-city-protected-gallery,
  [data-intim-city-protected="1"] {
    display: none !important;
  }

  .intim-city-protection-print-warning {
    display: block !important;
  }
}
