/* ============================================================
 * 案件固有CSS — LINE CRM 30施策（オレンジ風）
 * shell.css / components.css / theme.css は編集しない。調整はここだけ。
 * 基本はオレンジ風の既存コンポーネントで足りるため最小限。
 * ============================================================ */

/* カテゴリ数バッジ（overviewの o-badge を数字用に少し大きく） */
.o-badge.count { font-size: 1.9cqw; padding: 0.2cqw 1cqw; }

/* 深掘りの stat-box は横並びで詰まらないよう最大幅を確保 */
.row.center .stat-box { max-width: 28cqw; }
