.blm-ticker{
            display:flex;
            gap:15px;
        }

        .blm-game{
            min-width: 100%;
            background:#1A1A1A;
            color:#fff;
            border-radius:12px;
            padding:15px;
            flex-shrink:0;
        }

        .blm-league{
            display:flex;
            align-items:center;
            gap:8px;
            margin-bottom:15px;
            font-size:14px;
            font-weight: 600;
        }

        .blm-league img{
            width:22px;
            height:22px;
        }

        .blm-team{
            display:flex;
            align-items:center;
            justify-content:space-between;
            margin-bottom:10px;
        }

        .blm-team-left{
            display:flex;
            align-items:center;
            gap:8px;
        }

        .blm-date{
            font-size:12px;
            color:#999;
            margin-bottom:10px;
            font-weight:600;
        }

        .blm-team img{
            width:24px;
            height:24px;
        }

        .blm-score{
            font-weight:700;
            font-size:16px;
        }

        .blm-status{
            margin-top:12px;
            text-align:center;
            font-size:12px;
            font-weight:700;
            color:#ffc107;
        }

        .blm-ticker-filter{
            margin-bottom:15px;
        }

        .blm-ticker-filter select{
            min-width:220px;
            padding:8px 12px;
        }

		.leauge-box-blm {
			display: flex;
		    flex-direction: row;
		    justify-content: space-between;
		    gap: 15px;
		}