/**
 * Frontend Styles for Elementor Product Description Editor
 */

/* Container for Elementor description */
.epde-elementor-description,
.epde-elementor-description-tab,
.epde-elementor-short-description {
	width: 100%;
	clear: both;
}

/* Original content containers */
.epde-original-content,
.epde-original-short-description {
	width: 100%;
	clear: both;
}

/* Ensure Elementor content displays properly */
.epde-elementor-description .elementor,
.epde-elementor-description-tab .elementor,
.epde-elementor-short-description .elementor {
	width: 100%;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.epde-elementor-description,
	.epde-elementor-description-tab,
	.epde-elementor-short-description {
		padding: 0;
	}
}
