/**
 * BQ Builder — 地图位置模块 (map-location) 样式
 * 3套布局：多门店网格 / 路线时间线 / 浮动图钉
 */

/* =========================================================
   多门店网格 — 移动端单列
   ========================================================= */
@media (max-width: 600px) {
    .bq-map-multi-grid [style*="grid-template-columns"] {
        grid-template-columns: 1fr !important;
    }
}

/* =========================================================
   路线时间线 — 移动端上下布局
   ========================================================= */
@media (max-width: 768px) {
    .bq-map-route-timeline [style*="flex:0 0 300px"] {
        flex: auto !important;
        border-right: none !important;
        border-bottom: 1px solid #f1f5f9 !important;
    }
}
