/* e23-champions.css — widget de la Champions 26/27 (marcadores en vivo + clasificación) */
.ucl-box{background:#101014;border:1px solid #26262b;border-radius:14px;padding:14px 16px;margin:22px 0}
.ucl-box h3,.ucl-box h2{margin:0 0 4px}
.ucl-sello{display:block;font-size:12px;color:#777;margin:0 0 10px}
.ucl-dia{font-family:'Barlow Condensed','Arial Narrow',sans-serif;font-size:13px;letter-spacing:1.5px;text-transform:uppercase;color:#f5c451;margin:14px 0 6px;padding-top:10px;border-top:1px solid #23232a}
.ucl-dia:first-child{border-top:0;padding-top:0;margin-top:0}
.ucl-p{display:grid;grid-template-columns:1fr 92px 1fr;align-items:center;gap:6px;padding:9px 10px;border-radius:10px;background:#161619;border:1px solid #23232a;margin-bottom:6px}
.ucl-p.on{border-color:#3ddc84;box-shadow:0 0 0 1px rgba(61,220,132,.25)}
.ucl-p.esp{background:linear-gradient(90deg,rgba(204,23,23,.10),#161619 60%)}
.ucl-eq{display:flex;align-items:center;gap:8px;min-width:0}
.ucl-eq.c{justify-content:flex-end;text-align:right}
.ucl-eq span{font-size:14px;color:#eee;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ucl-eq img{width:26px;height:26px;object-fit:contain;flex-shrink:0}
.ucl-mid{text-align:center;line-height:1.15}
.ucl-marc{font-family:'Barlow Condensed','Arial Narrow',sans-serif;font-size:26px;font-weight:900;color:#fff;display:block}
.ucl-marc i{font-style:normal;color:#555;margin:0 3px}
.ucl-marc.vivo{color:#3ddc84}
.ucl-hora{font-family:'Barlow Condensed','Arial Narrow',sans-serif;font-size:20px;font-weight:900;color:#bbb;display:block}
.ucl-min{font-size:11px;color:#3ddc84;font-weight:700;letter-spacing:.5px}
.ucl-fin{font-size:11px;color:#777;letter-spacing:.5px}
.ucl-goles{grid-column:1/4;display:flex;flex-wrap:wrap;gap:4px 12px;border-top:1px solid #23232a;margin-top:8px;padding-top:7px}
.ucl-goles span{font-size:12px;color:#9a9a9a}
.ucl-vacio{color:#888;font-size:14px;margin:6px 0}
table.ucl-tab{width:100%;border-collapse:collapse;font-size:13.5px;margin:6px 0 0}
.ucl-tab th,.ucl-tab td{padding:6px 5px;text-align:center;border-bottom:1px solid #1f1f25;color:#ccc}
.ucl-tab th{font-family:'Barlow Condensed','Arial Narrow',sans-serif;font-size:10.5px;letter-spacing:1px;text-transform:uppercase;color:#888}
.ucl-tab td.eq,.ucl-tab th.eq{text-align:left;color:#fff;font-weight:600;white-space:nowrap}
.ucl-tab td.eq img{width:20px;height:20px;object-fit:contain;vertical-align:-5px;margin-right:7px}
.ucl-tab td.pos{color:#666;font-weight:800;width:26px}
.ucl-tab td.pts{font-family:'Barlow Condensed','Arial Narrow',sans-serif;font-size:17px;font-weight:900;color:#fff}
.ucl-tab tr.z8 td.pos{color:#3ddc84}
.ucl-tab tr.z24 td.pos{color:#f5c451}
.ucl-tab tr.zout td.pos{color:#ff6b6b}
.ucl-tab tr.esp td{background:rgba(204,23,23,.09)}
.ucl-leyenda{font-size:12px;color:#888;margin:10px 0 0;display:flex;flex-wrap:wrap;gap:4px;align-items:center}
.ucl-leyenda span{display:inline-block;width:10px;height:10px;border-radius:3px}
.ucl-leyenda .c8{background:#3ddc84}.ucl-leyenda .c24{background:#f5c451}.ucl-leyenda .cout{background:#ff6b6b}
@media(max-width:560px){.ucl-p{grid-template-columns:1fr 74px 1fr;padding:8px}.ucl-eq span{font-size:12.5px}.ucl-marc{font-size:22px}.ucl-tab th:nth-child(4),.ucl-tab td:nth-child(4),.ucl-tab th:nth-child(5),.ucl-tab td:nth-child(5),.ucl-tab th:nth-child(6),.ucl-tab td:nth-child(6){display:none}}
