/* Advanced Circular Shape Divider Styles */

.acsd-225-container {
	position: absolute;
	bottom: -1px; /* Overlap slightly to prevent gaps */
	left: 0;
	width: 100%;
	overflow: visible; /* Changed from hidden to avoid clipping borders */
	line-height: 0;
	direction: ltr;
}

.acsd-225-svg {
	display: block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	/* Default width/height managed by Elementor controls */
	overflow: visible; /* Ensure borders aren't clipped within the SVG bounds */
}

/* Ensure the wrapper doesn't have overflow hidden to allow bleeding out */
.elementor-widget-advanced_circular_shape_divider_225 {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}
