.wp-live-scores{ font-family:Arial,sans-serif; max-width:100%; border-radius:8px; box-shadow:0 2px 6px rgba(0,0,0,0.08); overflow:hidden; }
.wp-ls-header{ background:#222; color:#fff; padding:10px 12px; }
.wp-ls-header h3{ margin:0; font-size:16px; }
.wp-ls-body{ background:#fff; padding:12px; color:#111; }
.wp-ls-list{ list-style:none; margin:0; padding:0; }
.wp-ls-item{ padding:8px 0; border-bottom:1px solid #eee; display:flex; justify-content:space-between; align-items:center; }
.wp-ls-item .wp-ls-teams{ font-size:14px; }
.wp-ls-item .wp-ls-score{ font-size:16px; }
.wp-ls-empty,.wp-ls-error,.wp-ls-loading{ padding:10px;text-align:center;color:#666;}
