
.bdlls-widget{border:1px solid #ddd;border-radius:12px;padding:12px;max-width:520px}
.bdlls-header{display:flex;align-items:center;gap:10px;margin-bottom:10px}
.bdlls-league-logo{width:28px;height:28px}
.bdlls-title{font-weight:600}
.bdlls-status{margin-left:auto;font-size:12px;opacity:.8}
.bdlls-row{display:flex;align-items:center;gap:10px;padding:10px 0;border-top:1px solid #eee}
.bdlls-row:first-child{border-top:none}
.bdlls-badge{width:34px;height:34px;border-radius:999px;background:#222;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:12px}
.bdlls-mid{flex:1;min-width:0}
.bdlls-match{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.bdlls-meta{font-size:12px;opacity:.8}
.bdlls-score{font-weight:700;min-width:70px;text-align:center}
.bdlls-error{white-space:pre-wrap;font-size:12px;background:#111;color:#eee;padding:10px;border-radius:8px}
@media (prefers-color-scheme: dark){
  .bdlls-widget{border-color:#333}
  .bdlls-row{border-top-color:#2b2b2b}
}
