/**
 * BQ Builder — 倒计时模块 (countdown) 样式
 * 2套布局：水平进度条 / 分屏英雄
 */

/* =========================================================
   风格一：水平进度条 (Progress Bar) 响应式
   ========================================================= */
@media (max-width: 640px) {
    .bq-cd-progress [style*="font-size:42px"] {
        font-size: 32px !important;
    }
}

/* =========================================================
   风格二：分屏英雄 (Split Hero) 响应式
   ========================================================= */
@media (max-width: 768px) {
    .bq-cd-split [style*="display:flex;align-items:center;gap:48px"] {
        flex-direction: column !important;
        text-align: center !important;
    }
    .bq-cd-split [style*="flex:0 0 auto"] {
        justify-content: center !important;
    }
}
