.elm-ls-bar{display:flex;width:100%;height:58px;overflow:hidden;background:#fff;box-sizing:border-box}
.elm-ls-label{flex:0 0 auto;display:flex;align-items:center;gap:7px;padding:0 15px;background:#0969d6;color:#fff;font-weight:700;z-index:2;white-space:nowrap}
.elm-ls-label span{font-size:11px;animation:elmPulse 1.2s infinite}
.elm-ls-viewport{flex:1;min-width:0;overflow:hidden;direction:rtl}
.elm-ls-track{display:flex;width:max-content;min-width:100%;height:100%;align-items:stretch;direction:rtl}
.elm-ls-match{position:relative;min-width:300px;display:flex;align-items:center;justify-content:center;gap:9px;padding:4px 15px;border-left:1px solid #eee;box-sizing:border-box}
.elm-ls-team{display:flex;align-items:center;gap:6px;max-width:115px;font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.elm-ls-team img{width:24px;height:24px;object-fit:contain;flex:0 0 24px}
.elm-ls-score{display:flex;flex-direction:column;align-items:center;min-width:42px}
.elm-ls-score b{font-size:15px}.elm-ls-score small{font-size:10px;opacity:.7;margin-top:2px}
.elm-ls-match i{position:absolute;bottom:1px;left:4px;font-style:normal;font-size:8px;color:red;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.elm-ls-live .elm-ls-score b{font-weight:800}
.elm-ls-recent{background:rgba(0,0,0,.018)}
.elm-ls-empty{display:flex;align-items:center;padding:0 18px;opacity:.6;font-size:13px}
@keyframes elmPulse{0%,100%{opacity:1}50%{opacity:.35}}
@media(max-width:700px){.elm-ls-label{padding:0 10px;font-size:12px}.elm-ls-match{min-width:270px}.elm-ls-team{max-width:100px;font-size:12px}}

.elm-ls-match{color:inherit;text-decoration:none;cursor:pointer}
.elm-ls-match:hover{opacity:.9}
.elm-ls-detail{max-width:1100px;margin:40px auto;padding:20px}
.elm-ls-detail-card{background:#fff;border-radius:12px;padding:30px;box-shadow:0 4px 20px rgba(0,0,0,.08)}
.elm-ls-detail-comp{text-align:center;font-size:18px;font-weight:700;margin-bottom:8px}
.elm-ls-detail-status{text-align:center;color:#777;margin-bottom:25px}
.elm-ls-detail-teams{display:grid;grid-template-columns:1fr auto 1fr;gap:25px;align-items:center;text-align:center}
.elm-ls-detail-team{display:flex;flex-direction:column;align-items:center;gap:12px;font-size:20px}
.elm-ls-detail-team img{width:70px;height:70px;object-fit:contain}
.elm-ls-detail-score{font-size:32px;font-weight:800;white-space:nowrap}
.elm-ls-detail-meta{display:flex;justify-content:center;gap:25px;margin-top:25px;color:#666;flex-wrap:wrap}
.elm-ls-detail-section{margin-top:35px}
.elm-ls-detail-section h2{font-size:22px;border-bottom:1px solid #eee;padding-bottom:10px}
.elm-ls-event{display:flex;gap:15px;padding:10px;border-bottom:1px solid #eee}
@media(max-width:600px){.elm-ls-detail-teams{gap:8px}.elm-ls-detail-score{font-size:24px}.elm-ls-detail-team{font-size:16px}.elm-ls-detail-team img{width:55px;height:55px}}
