/**
 * AP Animated Element Module Styles
 *
 * Module-specific styles for BB wrapper handling.
 * Decorative element styles are in the shared ap-decorative-shared.css file.
 */

/* Make the column content the positioning context for animated elements */
.fl-col-content:has(.fl-module-lny-animated-element) {
	position: relative;
}

/* Make module wrappers transparent to positioning and take no space */
.fl-module-lny-animated-element,
.fl-module-lny-animated-element .fl-module-content {
	position: static !important;
	height: 0 !important;
	overflow: visible !important;
}

.fl-module-lny-animated-element {
	margin: 0 !important;
	padding: 0 !important;
}
