.matches-module .mtch-upper-wraper{align-items:center;display:flex;flex-direction:column;gap:24px;width:100%}.matches-module .matches-badge{border-radius:99px;display:inline-block;padding:12px 16px}.matches-module h3{margin:0}.matches-module .matches-list{display:flex;flex-direction:column;gap:12px;width:100%}.matches-module .match-row{align-items:center;background:#f7f6f3;border:1px solid #dfddd7;border-radius:12px;display:grid;grid-template-columns:1fr auto 1fr;padding:12px}.matches-module .player{align-items:center;display:flex;gap:40px}.matches-module .player-right{justify-content:flex-end;text-align:right}.matches-module .player img{border-radius:10px;height:auto;object-fit:cover;width:86px}.matches-module .player-info .team{color:#5e5d58;display:block;font-size:16px;margin-bottom:8px}.matches-module .player.player-left .player-info{border-left:1px solid #dfddd7;padding-left:15px}.matches-module .player.player-right .player-info{border-right:1px solid #dfddd7;padding-right:15px}.matches-module .match-center{padding:0 20px;text-align:center}.matches-module .match-date{display:block;font-size:12px;margin-bottom:10px}.matches-module .vs{color:#121212;font-size:48px;line-height:1}@media (max-width:768px){.matches-module .match-row{gap:30px;grid-template-columns:1fr}}