/* Ochrana fotek portálu — ztíží pravé tlačítko, kopírování a přetahování u příspěvků atd.
   Galerie (/galerie) je vyjmutá — fotky mají vodoznak a stahování je povolené.
   100% zablokování stahování na webu není technicky možné. */

.post-cover-link,
.cover-lightbox-btn,
.vzkaz-photo,
.vzkaz-photo-btn,
.club-gallery-hero-wrap,
.club-gallery-item-wrap,
.entity-hero-photo-btn,
.entity-hero-thumb-btn,
.user-profile-avatar-wrap,
.post-detail-gallery,
.media-lightbox-inner,
.vzkaz-lightbox-inner {
  position: relative;
}

.post-cover-img,
.post-detail-cover,
.poll-detail-cover,
.post-detail-gallery img,
.vzkaz-photo img,
.club-gallery-hero,
.club-gallery-item,
.entity-hero-photo,
.entity-hero-thumb,
.user-profile-avatar-wrap .user-avatar-img,
.vzkaz-lightbox-img,
.media-lightbox-img {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
  pointer-events: none;
}

.post-cover-link::after,
.cover-lightbox-btn::after,
.vzkaz-photo-btn::after,
.club-gallery-hero-wrap::after,
.club-gallery-item-wrap::after,
.entity-hero-photo-btn::after,
.entity-hero-thumb-btn::after,
.user-profile-avatar-wrap::after,
.post-detail-gallery::after,
.media-lightbox-inner::after,
.vzkaz-lightbox-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
