/* KVS 商品描述小部件样式 */
.kvs-product-description-wrapper {
    margin-bottom: 20px;
    width: 100%;
}

.kvs-product-description-content {
    font-size: 16px;
    line-height: 1.6;
}

.kvs-product-description-content p {
    margin-bottom: 1em;
}

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

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

.kvs-product-description-content img {
    max-width: 100%;
    height: auto;
}

/* 修复前台显示问题 */
.elementor-widget-kvs_product_description .elementor-widget-container {
    width: 100%;
    overflow: visible !important;
}

.elementor-widget-kvs_product_description {
    width: 100% !important;
    max-width: 100% !important;
}

/* 响应式样式 */
@media (max-width: 768px) {
    .kvs-product-description-content {
        font-size: 14px;
    }
}