/**
 * BQ Builder — 价格表模块样式
 * 1套布局：经典三栏
 */

/* 经典三栏 — 响应式 */
@media (max-width: 900px) {
    .bq-pt-classic-wrap {
        flex-wrap: wrap !important;
    }
    .bq-pt-card {
        flex: 0 0 calc(50% - 12px) !important;
    }
}
@media (max-width: 600px) {
    .bq-pt-card {
        flex: 0 0 100% !important;
        max-width: 380px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
