/* ================================================================
   BQ Builder — 多图轮播模块样式
   5套布局: 经典轮播 / 3D旋转木马 / 走马灯 / 双层视差 / 手风琴
   ================================================================ */

/* 经典轮播 — 响应式 */
@media (max-width: 768px) {
    .bq-carousel-classic > div[style*="border-radius"] > div[style*="display:flex"] > div {
        height: 260px !important;
    }
    .bq-carousel-classic .bq-crsl-arrow {
        width: 32px !important;
        height: 32px !important;
        font-size: 14px !important;
    }
}

/* 3D旋转木马 — 响应式 */
@media (max-width: 768px) {
    .bq-carousel-3d > div[style*="height:380px"] {
        height: 280px !important;
    }
    .bq-crsl3d-card {
        width: 70% !important;
        left: 15% !important;
    }
}

/* 走马灯 — 响应式 */
@media (max-width: 600px) {
    .bq-marquee-track > div {
        flex: 0 0 200px !important;
        height: 140px !important;
    }
}

/* 双层视差 — 响应式 */
@media (max-width: 768px) {
    .bq-carousel-parallax > div[style*="grid-template-columns"] {
        grid-template-columns: 1fr !important;
    }
    .bq-plx-stack {
        height: 280px !important;
    }
}

/* 手风琴 — 响应式 */
@media (max-width: 768px) {
    .bq-acc-wrap {
        height: 260px !important;
    }
    .bq-acc-panel {
        min-width: 36px !important;
    }
}
