/* 1. Completely hide native video controls */
video::-webkit-media-controls-enclosure,
video::-webkit-media-controls-panel,
video::-webkit-media-controls-start-playback-button,
video::-webkit-media-controls-volume-control-container,
video::-webkit-media-controls-play-button,
video::-webkit-media-controls-timeline,
video::-webkit-media-controls-current-time-display,
video::-webkit-media-controls-fullscreen-button {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}
/* 2. Disable right-click visual feedback */
* {
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}
/* 3. Disable image/video drag */
img, video {
    -webkit-user-drag: none !important;
    -khtml-user-drag: none !important;
    -moz-user-drag: none !important;
    -o-user-drag: none !important;
    user-drag: none !important;
}
/* 4. Hide selection highlight */
::selection {
    background: transparent !important;
    color: inherit !important;
}
::-moz-selection {
    background: transparent !important;
    color: inherit !important;
}
/* 5. Pointer lock for LightGallery + VideoJS */
.lg-video-cont,
.video-js,
.vjs-tech,
.lg-video-object {
    pointer-events: auto !important; /* Keep VideoJS controls working */
	touch-action: manipulation !important; /* Fixes passive listener */
}
.lg-video .video-js {
  pointer-events: auto !important; /* Ensure video receives taps */
  touch-action: manipulation !important; /* Fixes passive listener */
}
.itcPlayOverlay {
  position: absolute;
  padding-left: 5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: white;
  font-size: 24px;
  cursor: pointer;
  opacity: 0.9;
  transition: opacity 0.3s;
}
.itcBtn {
    margin-left: 10px;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    background: linear-gradient(to bottom, #f0f0f0 0%, #dbdbdb 50%, #c0c0c0 51%, #b0b0b0 100%);
    border: 1px solid #999;
    border-radius: 4px;
    padding: 0px 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.2s ease;
}
.itcBtn:hover {
  background: linear-gradient(to bottom, #e5e5e5 0%, #d0d0d0 50%, #b5b5b5 51%, #a0a0a0 100%);
  box-shadow: 0 3px 6px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.7);
  transform: translateY(-1px);
}
.itcBtn:active {
  transform: translateY(0);
  box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
.itcDialog {
	padding-bottom: 10px;
    padding-right: 20px;
}
/* Target ONLY LightGallery VideoJS instances */
.lg-video-cont .video-js .vjs-big-play-button,
.lg-video-object .vjs-big-play-button {
    display: none !important;
}
/* Ensure VideoJS controls still work */
.lg-video-cont .vjs-control-bar {
    display: flex !important;
}
.owl-carousel .owl-prev {
	zoom: 2.5;
}
.owl-carousel .owl-next {
	zoom: 2.5;
}
.featherlight button,
.featherlight input[type="button"],
.featherlight input[type="submit"] {
  background: linear-gradient(145deg, #f9d1e0, #f4c2d5); /* Pastel pink gradient */
  border: 2px solid #f0b7cc;
  border-radius: 12px;
  color: #8b3e5a;
  height: 40px;
  padding: 6px 12px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(244, 194, 213, 0.4),
              inset 0 1px 0 rgba(255, 255, 255, 0.6);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}
.featherlight button:hover {
  background: linear-gradient(145deg, #f4c2d5, #f0b7cc);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(244, 194, 213, 0.6),
              inset 0 1px 0 rgba(255, 255, 255, 0.8);
  border-color: #e8a4c0;
}
.featherlight button:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(244, 194, 213, 0.4);
}
.featherlight-content {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  width: auto !important;
  max-width: 90vw !important;
}
.featherlight-inner {
  height: auto !important;
}
.featherlight .featherlight-content-inner {
  overflow: visible !important;
}
/** { margin: 0; padding: 0; box-sizing: border-box; }
body { 
	font-family: -apple-system, BlinkMacSystemFont, sans-serif; 
	background: #f0f2f5; 
	padding: 12px; 
	line-height: 1.4;
}*/
.report { 
	background: white; 
	border-radius: 16px; 
	padding: 20px; 
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	max-width: 100%; 
}
.header { 
	text-align: center; 
	margin-bottom: 20px; 
	padding-bottom: 16px;
	border-bottom: 2px solid #eee;
}
.hits { font-size: 28px; font-weight: bold; color: #1e40af; margin-bottom: 4px; }
.purchases { font-size: 20px; font-weight: 600; color: #059669; }
.section { margin-bottom: 20px; }
.section-title { 
	font-size: 16px; font-weight: 700; 
	color: #374151; margin-bottom: 12px; 
	display: flex; align-items: center; gap: 6px;
}
.item { 
	display: flex; justify-content: space-between; 
	padding: 10px 0; font-size: 15px; 
	border-bottom: 1px solid #f3f4f6;
}
.item:last-child { border-bottom: none; }
.metric { font-weight: 600; color: #6b7280; }
.highlight { color: #dc2626 !important; font-weight: 700; }
@media (max-width: 480px) {
	body { padding: 8px; }
	.report { padding: 16px; border-radius: 12px; }
	.hits { font-size: 24px; }
}
