.fpl-date-banner{background:#00f0ff;color:#000;text-align:center;padding:9px 12px;font-weight:800;font-size:15px;border-radius:8px;margin:12px 0 8px;letter-spacing:.2px}.fpl-date-banner:first-child{margin-top:0}.fpl-match-card{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;background:#f5f6f8;border-radius:12px;padding:10px 14px;margin-bottom:8px;box-shadow:0 1px 2px rgba(0,0,0,.02);transition:background .15s ease}.fpl-match-card:hover{background:#ebece1}.fpl-team{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:700;color:#000;min-width:0}.fpl-team.home{justify-content:flex-end;text-align:right}.fpl-team.away{justify-content:flex-start;text-align:left}.fpl-team-logo{width:24px;height:24px;object-fit:contain;flex-shrink:0}.fpl-team-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fpl-match-badge{min-width:65px;padding:6px 12px;border:1px solid #dcdce0;border-radius:8px;background:#fff;text-align:center;font-weight:700;font-size:13px;color:#000;margin:0 12px;box-shadow:0 1px 2px rgba(0,0,0,.03);flex-shrink:0}.fpl-match-badge.live{background:#37003c;color:#00ff87;border-color:#37003c}@media (max-width:520px){.fpl-match-card{padding:8px 10px}.fpl-team{font-size:12px;gap:5px}.fpl-team-logo{width:20px;height:20px}.fpl-match-badge{min-width:50px;padding:5px 6px;font-size:11px;margin:0 6px}}