.product-description-block {
	width: 100%;
	max-width: unset !important;
}

.product-description-content {
	width: 100%;
}

.product-description-content p {
	line-height: 1.8em;
	margin-bottom: 1em;
}

.product-description-content p:last-child {
	margin-bottom: 0;
}

.product-description-content ul,
.product-description-content ol {
	margin: 1em 0;
	padding-left: 1.5em;
}

.product-description-content li {
	margin-bottom: 0.5em;
}

/* Placeholder styling for editor */
.product-description-placeholder {
	padding: 20px;
	background-color: #f5f5f5;
	border: 1px dashed #ccc;
	border-radius: 4px;
}

.product-description-placeholder p {
	margin: 0;
	color: #666;
}
