.td-872-container {
	display: flex;
	align-items: center;
	width: 100%;
}

.td-872-text {
	flex-shrink: 0;
	/* Typography and color are set by Elementor controls */
}

.td-872-line {
	flex-grow: 1;
	height: 0;
	min-width: 20px; /* Prevent collapse in tight containers */
	border-top: 1px solid; /* Style and width set here, color inherited or set by control */
	border-top-color: currentColor; /* Fallback to text color if no specific color set */
	opacity: 1; /* Force visibility */
	align-self: center;
}

/* Ensure no empty span takes up space if logic fails (though PHP handles this) */
.td-872-text:empty {
	display: none;
}
