/* SportMonks live-data widgets — matches the vb_white theme (#fe6e00 accent) */
.vb-sm-fixtures{list-style:none;margin:0;padding:0;}
.vb-sm-fx{padding:8px 12px;border-top:1px solid #eee;}
.vb-sm-fx:first-child{border-top:0;}
.vb-sm-fx-meta{font-size:.75em;color:#999;text-transform:uppercase;letter-spacing:.4px;margin-bottom:4px;}
.vb-sm-fx-row{display:flex;align-items:center;gap:8px;font-size:.95em;}
.vb-sm-team{display:flex;align-items:center;gap:6px;flex:1;min-width:0;}
.vb-sm-team span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.vb-sm-team--away{justify-content:flex-end;text-align:right;}
.vb-sm-logo{width:20px;height:20px;object-fit:contain;flex:0 0 20px;}
.vb-sm-logo--ph{display:inline-block;background:#f0f0f0;border-radius:50%;}
.vb-sm-vs{color:#bbb;font-size:.85em;flex:0 0 auto;}
.vb-sm-score{font-weight:700;color:#fe6e00;flex:0 0 auto;padding:0 4px;}
.vb-sm-live .vb-sm-fx--live{background:#fff8f3;}
.vb-sm-livedot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#e23b3b;margin-right:5px;vertical-align:middle;animation:vbsmpulse 1.4s infinite;}
@keyframes vbsmpulse{0%,100%{opacity:1}50%{opacity:.3}}

/* League table */
.vb-sm-table{width:100%;border-collapse:collapse;font-size:.9em;}
.vb-sm-table th,.vb-sm-table td{padding:6px 5px;text-align:center;border-bottom:1px solid #f0f0f0;}
.vb-sm-table thead th{background:#f5f5f5;color:#666;font-weight:400;font-size:.85em;}
.vb-sm-table .vb-sm-th-team,.vb-sm-table .vb-sm-team-cell{text-align:left;}
.vb-sm-team-cell{display:flex;align-items:center;gap:6px;}
.vb-sm-team-cell span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.vb-sm-pts{font-weight:700;color:#222;}
.vb-sm-cap{margin:6px 12px;font-size:.78em;color:#aaa;}
.vb-sm-empty{padding:10px 12px;color:#999;font-size:.9em;}
