/**
 * Scene cycle shortcode button — Slider Revolution 7
 * Scoped: .masc-scene-cycle only
 */

.masc-scene-cycle {
	display: flex;
	justify-content: center;
	align-items: center;
}

.masc-scene-cycle .masc-scene-cycle-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 100px;
	cursor: pointer;
	background-color: #bb9b78;
	color: #fff;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
	-webkit-tap-highlight-color: transparent;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.masc-scene-cycle .masc-scene-cycle-btn:hover,
.masc-scene-cycle .masc-scene-cycle-btn:active,
.masc-scene-cycle .masc-scene-cycle-btn:focus,
.masc-scene-cycle .masc-scene-cycle-btn:focus-visible,
.masc-scene-cycle .masc-scene-cycle-btn.masc-scene-cycle-btn--pressed {
	background-color: #d9a813 !important;
	transform: scale(1.05);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
}

.masc-scene-cycle-btn svg {
	width: 26px;
	height: 26px;
	fill: currentColor;
	pointer-events: none;
}

/* Hide legacy SR7 chevron nav layers when shortcode requests it */
sr7-module[data-masc-hide-legacy-nav='1'] .masc-sr7-legacy-nav-hidden,
sr7-module[data-masc-hide-legacy-nav='1'] .masc-sr7-legacy-nav-dup {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
	opacity: 0 !important;
}

/* Keep SR7 "next" layer clickable as API fallback (invisible) */
sr7-module[data-masc-hide-legacy-nav='1'] .masc-sr7-legacy-nav-proxy {
	opacity: 0 !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	pointer-events: auto !important;
	position: absolute !important;
	z-index: -1 !important;
}
