.match-detail{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;width:100%;display:flex;position:relative}@media (max-width:1024px){.match-detail{padding:0 10px}}.match-detail__header{z-index:1;width:100%;color:var(--color-accent-text);flex-direction:row;justify-content:space-between;align-items:center;display:flex}.match-detail__header-back,.match-detail__header-options{display:none}@media (max-width:1024px){.match-detail__header-back,.match-detail__header-options{display:block}}.match-detail__header-back{padding-left:5px}.match-detail__header-options{padding-right:3px}.match-detail__header-title{z-index:1;text-align:left;width:100%;color:var(--color-accent-text);padding:0 0 40px 3%;font-weight:600}@media (max-width:1024px){.match-detail__header-title{text-align:center;padding:0;font-size:1.65rem;line-height:1.5em}}.match-detail__wrapper{z-index:2;background-color:var(--color-contrast-bg);filter:drop-shadow(0 4px 6px #00000014);border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;min-height:225px;padding:20px 5vw;display:flex;overflow:hidden}@media (max-width:1024px){.match-detail__wrapper{filter:none}}.match-detail__info{text-align:center;flex-direction:row;justify-content:space-between;align-items:stretch;width:100%;display:flex}.match-detail__info-side{cursor:pointer;flex-direction:column;justify-content:flex-start;align-items:center;gap:5px;width:100%;max-width:33%;padding:1rem;display:flex;position:relative}.match-detail__info-side--left .match-detail__info-background{left:-100px;scale:1.75}@media (max-width:1024px){.match-detail__info-side--left .match-detail__info-background{left:-30%;scale:1}}.match-detail__info-side--right .match-detail__info-background{right:-100px;scale:1.75}@media (max-width:1024px){.match-detail__info-side--right .match-detail__info-background{right:-30%;scale:1}}.match-detail__info-background{z-index:-1;opacity:.15;width:auto;max-height:105px;position:absolute;bottom:-10%}@media (max-width:1024px){.match-detail__info-background{bottom:-25%}}.match-detail__info-mark{color:var(--color-accent);padding:5px}.match-detail__info-center{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.match-detail__info-time{letter-spacing:0%;font-family:Poppins,sans-serif;font-size:1.75rem;font-weight:600}.match-detail__info-logo{flex-direction:column;justify-content:center;align-items:center;min-height:60px;display:flex}.match-detail__info-date{letter-spacing:0%;font-family:Poppins,sans-serif;font-weight:600}.match-detail__info-date--ended{color:var(--color-muted);text-wrap:nowrap;font-weight:400;position:absolute;top:-15px}.match-detail__info-error{color:var(--color-error);margin-top:5px}.match-detail__info-title{-webkit-line-clamp:2;text-overflow:ellipsis;word-break:break-word;white-space:normal;-webkit-box-orient:vertical;font-size:1.5rem;font-weight:600;display:-webkit-box;overflow:hidden}.match-detail__events{flex-direction:row;justify-content:center;align-items:flex-start;gap:20%;width:100%;max-width:400px;margin:0 auto;display:flex}@media (max-width:1024px){.match-detail__events{max-width:unset;gap:0;padding:0 10px}}.match-detail__events-icon{width:100px}.match-detail__events-wrapper{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.match-detail__events-wrapper--left,.match-detail__events-wrapper--right{flex-direction:column;justify-content:center;align-items:flex-start;display:flex}.match-detail__event{flex-flow:row;justify-content:center;align-items:center;gap:1rem;width:100%;max-width:200px;font-weight:300;display:flex}.match-detail__event-player{text-overflow:ellipsis;white-space:nowrap;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;width:100%;display:-webkit-box;overflow:hidden}.match-detail__event-image{width:20px}.match-detail__event-icon{width:50%}
