.matches-container{padding-bottom:50px}.matches-list{display:flex;flex-direction:column;gap:32px}.single-match{position:relative;flex-direction:column;height:285px;padding-top:25px;background-color:#FFFFFF;color:var(--bright-background-text-color);text-decoration:none;transition:transform .2s linear;box-shadow:0 0 10px 1px rgba(0,0,0,.1)}.single-match,.single-match-content{display:flex;align-items:center;box-sizing:border-box;width:100%}.single-match-content{justify-content:center;flex-grow:1;gap:12px}.single-match-team{display:flex;align-items:center;justify-content:flex-end;gap:20px;width:50%;font-size:17px;font-weight:600;letter-spacing:.5px}.single-match-team.away{justify-content:flex-start}.single-match-team-logo img{width:80px;height:80px}.single-match-team-name{min-height:25px;text-align:center}.single-match-middle{width:150px}.single-match-middle,.single-match-score{display:flex;align-items:center;justify-content:center}.single-match-score{padding:7px 5px;border-radius:3px;gap:3px}.single-match-score-box{display:flex;align-items:center;justify-content:center;height:40px;width:30px;background-color:var(--primary-color);font-size:20px}.single-match-live,.single-match-score-box{border-radius:2px;color:var(--primary-text-color)}.single-match-live{display:none;position:absolute;top:67px;left:0;right:0;margin:0 auto;width:fit-content;padding:3px 7px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;background-color:var(--accent-color)}.single-match-live.visible{display:block}.single-match-time{font-size:22px}.single-match-date{font-size:16px;margin-top:5px;padding:0 10px;text-transform:capitalize}.single-match-center,.single-match-date{width:100%;box-sizing:border-box;display:flex;justify-content:center}.single-match-center{align-items:center;height:45px;border-top:1px solid rgb(220,220,220);color:var(--bright-background-text-color);font-size:12px;font-weight:600;letter-spacing:.5px;border-radius:2px;text-transform:uppercase;background-color:transparent;transition:all .3s linear}.single-match-center svg{font-size:14px;margin-top:-1px;opacity:0;transform:translateX(-15px);transition:all .3s linear}.single-match-league img{position:absolute;top:25px;left:25px;height:30px;width:auto;font-size:14px;color:gray}.single-match-stadium{display:flex;align-items:center;justify-content:center;width:100%;box-sizing:border-box;padding:0 10px;font-size:14px;font-weight:500;color:var(--extra-color)}.match-single-month{margin-bottom:12px;font-size:25px;font-weight:600;text-transform:uppercase;color:var(--background-text-color)}.matches-show-more{display:flex;justify-content:center;margin-top:25px}.matches-end-of-results{font-size:14px;font-weight:500;color:var(--primary-color)}.matches-show-more-button{height:32px;width:120px;border:1px solid var(--button-color);background-color:transparent;border-radius:2px;font-size:14px;font-weight:500;color:var(--button-color);cursor:pointer}.matches-show-more-button:first-letter{text-transform:uppercase}.matches-loading{font-size:25px}.matches-empty-fixtures,.matches-loading{margin-top:25px;color:var(--background-text-color);text-align:center}.matches-empty-fixtures{font-style:italic}@media (min-width:768px){.single-match:hover{box-shadow:-2px 0 10px 2px rgba(0,0,0,.2);transform:translateY(-5px)}.single-match:hover .single-match-center{background-color:var(--accent-color);color:var(--primary-text-color);font-weight:500}.single-match:hover .single-match-center svg{transform:translateX(5px);opacity:1}.matches-show-more-button:hover{background-color:var(--button-color);color:var(--primary-text-color)}}@media (max-width:768px){.matches-list{gap:15px}.single-match-live{top:55px}.single-match{height:220px;width:100%;padding-top:15px}.single-match-stadium{font-size:12px}.single-match-date{font-weight:400}.single-match-content{gap:7px}.single-match-team{display:flex;flex-direction:column-reverse;gap:3px;font-size:13px;font-weight:600}.single-match-team.away{flex-direction:column}.single-match-middle{width:90px}.single-match-score{gap:2px;margin-top:-25px}.single-match-score-box{font-size:18px}.single-match-center{justify-content:center;gap:5px;height:35px;max-width:unset;background-color:var(--accent-color);color:var(--primary-text-color)}.match-single-month{margin-top:20px;margin-bottom:10px;font-size:20px}}@media (max-width:576px){.single-match{width:100%;padding-top:15px}.single-match-date,.single-match-stadium{justify-content:flex-end}.single-match-time{font-size:18px;margin-top:-27px}.single-match-content{margin-top:5px;padding:0 10px;gap:7px}.single-match-team{gap:7px;font-size:12px;font-weight:600}.single-match-team-logo img{width:60px;height:60px}.single-match-middle{width:90px}.single-match-center{font-size:11px}.single-match-league img{top:15px;left:15px;height:25px}}