.calendar{position:relative}.calendar__wrap{align-items:flex-start;display:flex;gap:2rem;margin-top:1rem;padding-bottom:1.5rem}.calendar__bar,.calendar__title{align-items:center;display:flex;gap:.5rem}.calendar__title{font-weight:700;justify-content:center;min-width:8.75rem}.calendar__nav{-webkit-appearance:none;appearance:none;background:none;background:#fff;border:.0625rem solid #9e9e9e;border-radius:.5rem;color:inherit;cursor:pointer;display:grid;font:inherit;height:2.25rem;padding:0;place-items:center;width:2.25rem}.calendar__nav:hover{background-color:hsla(0,0%,7%,.1);transition:background-color .1s}.calendar__nav-text{color:#202020;font-size:.9rem;font-weight:500}.calendar__nav:focus-visible{outline:.125rem solid #d32f2f;outline-offset:.125rem}.calendar__grid{flex-shrink:0;gap:.375rem;position:relative}.calendar__dow,.calendar__grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.calendar__dow{gap:.5rem;grid-area:1/1/2/8;margin-bottom:.25rem}.calendar__dow span{color:#202020;font-size:.875rem;text-align:center;text-transform:uppercase}.calendar__cell{aspect-ratio:1/1;background:#fff;border:.0625rem solid #9e9e9e;border-radius:.5rem;cursor:pointer;display:flex;flex-direction:column;gap:.5rem;padding:.5rem;position:relative}.calendar__cell:hover{background-color:hsla(0,0%,7%,.1);transition:background-color .1s}.calendar__cell--muted{cursor:default;opacity:.45}.calendar__cell--muted:hover{background-color:#fff;transition:background-color .1s}.calendar__cell[aria-selected=true]{background-color:#d32f2f;border-color:#b71c1c;color:#fff}.calendar__cell.calendar__today{border-color:#b71c1c;color:#121212}.calendar__daynum{font-weight:700}.calendar__badge{font-size:.625rem;font-weight:700;position:absolute;right:.25rem;top:.25rem}.calendar__matches{flex-grow:1}.calendar__matches-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.calendar__matches-list{display:grid;gap:1.5rem 1rem;grid-template-columns:repeat(auto-fill,minmax(25rem,1fr));padding-bottom:1.5rem}.results__items{display:grid;grid-gap:.3125rem}.results__item{align-items:center;border:.0625rem solid #e7e7e7;display:flex;flex-direction:column;row-gap:.625rem;transition:all .3s ease-in-out}.results__item:hover{border-left-color:#ffe715;box-shadow:0 .25rem .3125rem 0 rgba(0,0,0,.12)}.results__item-date{font-size:1.125rem;font-weight:700;text-align:center}.results__item-liga{height:1.25rem;padding-left:1.25rem;padding-right:1.25rem}.results__item-location{font-size:1.25rem;font-weight:600;min-width:13.5rem;text-align:center;white-space:nowrap}.results__item-match-body{align-items:center;display:grid;grid-template-columns:1fr auto 1fr;width:100%}.results__item-match-score{background:linear-gradient(#2c4481,#181733);font-size:1.625rem;font-weight:700;padding:.125rem .875rem .1875rem}.results__item-team{align-items:center;display:flex;flex-direction:column;justify-content:center}.results__item-team-name{border-color:transparent hsla(0,0%,100%,0) transparent transparent;border-style:solid;border-width:0 0 .125rem;display:flex;font-size:1.125rem;font-weight:700;justify-content:center;transition:color .3s ease-in-out}.results__item-team-name span{text-align:center}.results__item-team-name:hover{color:red}.results__item-team-icon{flex:0 0 3.75rem;height:3.75rem}.results__item-team-icon picture{height:100%;width:100%}@media (max-width:48rem){.calendar__wrap{align-items:stretch;flex-direction:column}.calendar__bar{justify-content:center}.calendar__cell{aspect-ratio:2/1}.calendar__matches-list{grid-template-columns:1fr}}@media (max-width:23.4375em){.results__item-match-body{gap:1.5rem}}@media (min-width:23.4375em) and (max-width:48em){.results__item-match-body{gap:clamp(1.5rem,.068702290075rem + 6.106870229vw,3rem)}}@media (min-width:48em){.results__item-match-body{gap:3rem}}