/**
 * DSXRDZ 响应式产品描述 - 前端样式
 */

/* 响应式图片容器 */
.dsxrdz-responsive-images {
    width: 100%;
    margin: 20px 0;
}

.dsxrdz-responsive-image-wrapper {
    width: 100%;
    margin-bottom: 0px;
    line-height: 0;
}

.dsxrdz-responsive-image-wrapper:last-child {
    margin-bottom: 0;
}

/* 图片样式 */
.dsxrdz-responsive-img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%;
}

/* Picture 元素 */
.dsxrdz-responsive-image-wrapper picture {
    display: block;
    width: 100%;
}

/* 确保在 WooCommerce 描述标签中正确显示 */
.woocommerce-Tabs-panel--description .dsxrdz-responsive-images {
    margin-top: 30px;
}

/* 针对某些主题的兼容性修复 */
.dsxrdz-responsive-images img {
    max-width: 100% !important;
    height: auto !important;
}

/* 懒加载占位符 */
.dsxrdz-responsive-img[loading="lazy"] {
    background-color: #f5f5f5;
    min-height: 100px;
}

/* 打印样式 - 始终显示 PC 版本 */
@media print {
    .dsxrdz-responsive-images picture source[media="(max-width: 768px)"] {
        display: none;
    }
}
