.elementsync-js body:not(.elementor-editor-active).elementsync-gift-display--collapsed
	#amplop:not(.elementsync-gift-content--open),
.elementsync-js body:not(.elementor-editor-active).elementsync-gift-display--collapsed
	.elementsync-gift-content:not(.elementsync-gift-content--open),
.elementsync-js body:not(.elementor-editor-active).elementsync-gift-display--collapsed
	.elementsync-gift-sibling-wa:not(.elementsync-gift-content--open),
#amplop[hidden],
.elementsync-gift-content[hidden],
.elementsync-gift-sibling-wa[hidden] {
	display: none !important;
}

.elementsync-js body:not(.elementor-editor-active).elementsync-gift-display--collapsed #btnAmplop,
.elementsync-js body:not(.elementor-editor-active).elementsync-gift-display--collapsed #btnAmplop.elementor-hidden-desktop,
.elementsync-js body:not(.elementor-editor-active).elementsync-gift-display--collapsed #btnAmplop.elementor-hidden-tablet,
.elementsync-js body:not(.elementor-editor-active).elementsync-gift-display--collapsed #btnAmplop.elementor-hidden-mobile,
.elementsync-js body:not(.elementor-editor-active).elementsync-gift-display--collapsed .elementor-hidden-desktop#btnAmplop,
.elementsync-js body:not(.elementor-editor-active).elementsync-gift-display--collapsed .elementor-hidden-tablet#btnAmplop,
.elementsync-js body:not(.elementor-editor-active).elementsync-gift-display--collapsed .elementor-hidden-mobile#btnAmplop {
	display: block !important;
}

.elementsync-gift-display--visible #amplop,
.elementsync-gift-display--visible .e-con.elementsync-gift-content,
.e-con.elementsync-gift-content--force-visible,
.e-con.elementsync-gift-content--open,
.e-con#amplop.elementsync-gift-content--open {
	display: flex !important;
}

.elementsync-gift-display--visible .elementor-section.elementsync-gift-content,
.elementor-section.elementsync-gift-content--force-visible,
.elementor-section.elementsync-gift-content--open,
.elementor-section#amplop.elementsync-gift-content--open {
	display: block !important;
}

.elementsync-gift-display--visible .elementsync-gift-sibling-wa,
.elementsync-gift-sibling-wa.elementsync-gift-content--open {
	display: block !important;
}

.elementsync-gift-display--visible #btnAmplop {
	display: none !important;
}

.elementsync-gift-reveal {
	display: flex;
	flex: 0 0 100%;
	justify-content: center;
	margin: 16px 0;
	width: 100%;
}

.elementsync-gift-reveal__button {
	appearance: none;
	background: #352f2f;
	border: 1px solid transparent;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.25;
	padding: 11px 18px;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.elementsync-gift-reveal__button:hover {
	opacity: 0.88;
	transform: translateY(-1px);
}

.elementsync-gift-reveal__button:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
	.elementsync-gift-reveal__button {
		transition: none;
	}
}
