.wpm-matches-container{display:flex;flex-wrap:wrap;gap:15px;justify-content:center}.wpm-match-card{background:#111a24;border:1px solid #1c2633;border-radius:12px;width:30%;min-width:220px;padding:15px;box-shadow:0 0 10px rgb(0 0 0 / .4);transition:transform .3s;margin-bottom:12px}.wpm-match-card:hover{transform:scale(1.03)}.wpm-league-info{font-weight:700;color:var(--wpm-primary,#ff0066);margin-bottom:8px;text-align:center}.wpm-teams{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.wpm-team{text-align:center;width:45%;font-weight:700}.wpm-team img{width:50px;height:50px;border-radius:50%;padding:3px;box-sizing:border-box}.wpm-team-name{margin-top:4px;font-weight:700;color:#fff}.wpm-vs{font-size:16px;color:#aaa;font-weight:700}.wpm-btn-watch{display:inline-block;padding:8px 12px;border-radius:8px;text-decoration:none;color:#fff;font-weight:700;background:linear-gradient(90deg,var(--wpm-btn-start,#ff0044),var(--wpm-btn-end,#ff6600));width:100%;text-align:center;transition:0.3s}.wpm-btn-watch:hover{box-shadow:0 0 15px var(--wpm-btn-start,#ff0044),0 0 25px var(--wpm-btn-end,#ff6600);transform:scale(1.03)}@media(max-width:900px){.wpm-match-card{width:45%}}@media(max-width:600px){.wpm-match-card{width:90%}}