/* Customer Review — local enhancements */

.fi-content-page.page-customer-review .page-heading,
.fi-content-page.page-customer-review .entry-title,
.fi-content-page.page-customer-review h1.page-title {
	display: none !important;
}

.fi-fansidea-clone[data-fi-page="customer-review"] .pf-visibility-hidden {
	visibility: visible !important;
}

.fi-fansidea-clone[data-fi-page="customer-review"] video.pf-media-video {
	width: 100%;
	height: auto;
	display: block;
	background: #111;
}

.fi-fansidea-clone[data-fi-page="customer-review"] .pf-play-button {
	cursor: pointer;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.fi-fansidea-clone[data-fi-page="customer-review"] .pf-lazy-html-video {
	position: relative;
}

.fi-fansidea-clone[data-fi-page="customer-review"] .pf-lazy-html-video.is-playing .pf-play-button {
	display: none;
}

/* Lightbox (also in PageFly inline; ensure available after style strip) */
.img-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.9);
	display: none;
	z-index: 9999;
	justify-content: center;
	align-items: center;
}

.img-overlay.is-open {
	display: flex !important;
}

.img-overlay-content {
	position: relative;
	max-width: 80%;
	max-height: 80%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.img-overlay-content img {
	max-width: 100%;
	max-height: 80vh;
	object-fit: contain;
	display: block;
}

.img-close-btn {
	position: absolute;
	top: -40px;
	right: 0;
	font-size: 36px;
	color: #fff;
	cursor: pointer;
	user-select: none;
	z-index: 10001;
	line-height: 1;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.img-close-btn:hover {
	color: #eb7100;
}

.img-nav-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 60px;
	font-size: 28px;
	color: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	user-select: none;
	z-index: 10000;
}

.img-nav-btn:hover {
	background: rgba(235, 113, 0, 0.9);
}

.img-prev-btn {
	left: 10px;
}

.img-next-btn {
	right: 10px;
}

.img-counter {
	position: absolute;
	bottom: -35px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	font-size: 14px;
	background: rgba(0, 0, 0, 0.5);
	padding: 4px 12px;
	border-radius: 12px;
	white-space: nowrap;
}

.fi-fansidea-clone[data-fi-page="customer-review"] .previouspage {
	cursor: pointer;
}

/* PageFly Accordion3: CSS expands on .open, but native <details> only sets [open]. */
.fi-fansidea-clone[data-fi-page="customer-review"] details.iQTArD[open] > .pf-accordion-body,
.fi-fansidea-clone[data-fi-page="customer-review"] details.iQTArD.open > .pf-accordion-body {
	grid-template-rows: 1fr;
}

.fi-fansidea-clone[data-fi-page="customer-review"] .pf-accordion-body > div {
	min-height: 0;
}

.fi-fansidea-clone[data-fi-page="customer-review"] details.iQTArD > summary {
	cursor: pointer;
	list-style: none;
}

.fi-fansidea-clone[data-fi-page="customer-review"] details.iQTArD > summary::-webkit-details-marker {
	display: none;
}

.fi-fansidea-clone[data-fi-page="customer-review"] .pf-paragraph-content {
	display: inline;
}

.fi-fansidea-clone[data-fi-page="customer-review"] p.giqUXE > input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	pointer-events: none;
	width: 0;
	height: 0;
}

