/**
 * 配信待機 / データ鮮度 — マイページ「データ収集」のみ
 * LPデモ: mypage-demo-sample.js の collector 行
 * 本番: mypage-collector-status（data-status-banner は各分析タブに置かない）
 */

@media (max-width: 960px) {
  #liver-shell.mobile-tab-mode .data-status-banner {
    display: none !important;
  }
}
