/**
 * Elementor Button Timer CSS
 * Retaining only structural/hiding rules. Design is now handled by Voxel UI.
 */
.button-timer-wrapper.timer-expired {
	display: none !important;
}

.button-timer-wrapper {
	/* Ensure block wrapper if grid/flex isn't specifically applied by Voxel */
	width: auto;
}
