.latest-highlights-cont{width:100%;box-sizing:border-box;padding:50px 0;background-color:var(--secondary-color);color:white}.latest-highlights-listing{display:flex;gap:7px}.latest-highlight-single{position:relative;min-width:435px;max-width:435px;display:flex;flex-direction:column;gap:20px;cursor:pointer}a.latest-highlight-single{text-decoration:none}.latest-highlight-thumbnail{position:relative;width:100%;height:auto;aspect-ratio:16/9;overflow:hidden}.latest-highlight-thumbnail-image{height:100%;width:auto;transform:translateX(20%)}.latest-highlight-overlay{position:absolute;top:0;left:0;width:100%;height:100%}.latest-highlight-overlay-content{position:relative;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;box-sizing:border-box;padding:0 15px;z-index:2}.latest-highlight-overlay-background{position:absolute;top:0;left:0;height:110%;width:60%;z-index:1;transform:skewX(-12deg) translateX(-15%) translateY(-5%);background:linear-gradient(to right,var(--tertiary-color) 88%,transparent 100%)}.latest-highlight-title{margin-bottom:12px;font-size:13px;font-weight:600;color:var(--primary-text-color);text-transform:uppercase}.latest-highlight-teams{display:flex;align-items:center;gap:12px;transition:transform .3s linear}.latest-highlight-team img{max-width:47px;max-height:47px;height:auto}.latest-highlight-duration-cont{position:absolute;bottom:5px;left:5px;display:flex;align-items:center;background-color:rgba(0,0,0,.5);color:white;height:27px}.latest-highlight-duration-play-icon{width:24px;font-size:13px;background-color:var(--accent-color)}.latest-highlight-duration,.latest-highlight-duration-play-icon{display:flex;align-items:center;justify-content:center;height:100%}.latest-highlight-duration{position:relative;width:fit-content;padding:0 5px;font-size:11px;font-weight:600}.latest-highlight-duration-text{position:relative;z-index:1}.latest-highlight-duration-hover{position:absolute;bottom:0;left:0;width:0;height:100%;background-color:var(--accent-color);z-index:0;transition:width .2s linear}.latest-highlight-content{padding:0 7px}.latest-highlight-item-info,.latest-highlight-item-title{text-decoration:none;padding:0 10px}.latest-highlight-item-info{display:flex;align-items:center;justify-content:space-between}.latest-highlight-item-date{color:var(--extra-color);font-size:12px;font-weight:500}.background .latest-highlight-item-title{color:var(--primary-text-color)}.latest-highlight-league img{position:absolute;top:10px;left:15px;height:32px;width:auto}@media (min-width:768px){.latest-highlight-single:hover .latest-highlight-duration-hover{width:100%}.latest-highlight-single:hover .latest-highlight-teams{transform:scale(1.1)}}@media (max-width:768px){.latest-highlight-single{min-width:335px}.latest-highlight-overlay-background{width:57%;transform:skewX(-10deg) translateX(-15%) translateY(-5%)}.latest-highlight-thumbnail-image{transform:translateX(25%)}.latest-highlight-team img{max-width:35px;max-height:35px}.latest-highlight-content{padding:0 5px}.latest-highlight-item-title{font-size:16px}.latest-highlight-title{font-size:12px;margin-bottom:7px}}.home-page-matches-cont{width:100%;box-sizing:border-box;background-color:var(--tertiary-color);padding:50px 0}.home-page-matches-cont a.section-more,.section-title.next-matches{color:#FFFFFF}.next-matches-list{width:100%;margin:0 auto;display:flex;box-sizing:border-box;gap:20px;overflow-x:scroll}.next-matches-list.dragging{cursor:grabbing}.next-matches-list::-webkit-scrollbar{display:none}.next-matches-list::-ms-tooltip{display:none}.home-match-single{display:flex;min-width:380px;box-sizing:border-box;background-color:#FFFFFF;color:var(--bright-background-text-color);border-radius:10px;overflow:hidden}.home-match-single-left{width:66.66%;box-sizing:border-box;padding:25px;border-right:1px dashed var(--extra-color)}.home-match-single-right{position:relative;width:33.33%;display:flex;flex-direction:column;align-items:center;gap:3px;box-sizing:border-box;padding:20px 7px;background-color:rgb(235,235,235)}.home-match-single-league img{margin-top:3px;height:30px;width:auto}.home-match-date{margin-top:2px;font-weight:600}.home-match-date,.home-match-venue{text-transform:uppercase;font-size:12px;text-align:center}.home-match-venue{color:grey}.home-match-teams{display:flex;align-items:center;justify-content:center;box-sizing:border-box;gap:32px;margin-top:25px;margin-bottom:12px}.home-match-team img{width:70px;height:70px}.home-match-team-names{display:flex;flex-direction:column;justify-content:center;flex-grow:1;gap:3px;height:100px;width:100%;margin:0 auto 10px}.home-match-team-name{text-align:center;font-size:20px;letter-spacing:-.5px;padding:0 5px;text-transform:uppercase;color:var(--bright-background-text-color)}.home-match-team-separator{margin:0 auto;width:15px;height:3px;background-color:var(--accent-color)}.home-match-time{width:fit-content;text-align:center;font-size:27px;font-weight:500}.home-match-label{position:absolute;bottom:15px;right:15px;width:22px;height:22px;border-radius:50%;font-size:12px;display:flex;align-items:center;justify-content:center;background-color:var(--primary-color);color:var(--primary-text-color)}.home-match-label.away{font-weight:600;background-color:transparent;color:var(--background-text-color);border:1px solid var(--background-text-color)}.home-match-center-button{width:100%;border:1px solid var(--button-color);color:var(--button-color);padding:10px 0;text-align:center;text-transform:uppercase;font-size:11px;font-weight:600;letter-spacing:1px;text-decoration:none;cursor:pointer;transition:background-color .3s linear;display:block}.home-match-single-hole{position:absolute;top:0;left:0;width:27px;height:27px;border-radius:50%;transform:translate(-50%,-50%);background-color:var(--tertiary-color)}.home-match-single-hole.bottom{top:unset;bottom:0;transform:translate(-50%,50%)}@media (min-width:768px){.home-match-center-button:hover{background-color:var(--button-color);color:var(--primary-text-color)}}@media (max-width:768px){.home-page-matches-cont{padding:40px 0}.next-matches-list{gap:15px}.home-match-single{min-width:330px}.home-match-teams{gap:20px}}