/**
 * Bricksable – Tilt Extension Styles
 */

/* Ensure the tilt transform is visible in 3D space */
.ba-tilt-element {
	transform-style: preserve-3d;
	will-change: transform;
}

/* Icon wrapper span — display:inline-block is set inline but ensure it here too */
.ba-tilt-icon-wrapper {
	display: inline-block;
	line-height: 0;
}

/* Glare overlay needs overflow hidden on the parent */
.ba-tilt-element .js-tilt-glare {
	border-radius: inherit;
}
