.tournament-match{display:flex;height:100px;padding:28px 32px;justify-content:space-between;align-items:center;align-self:stretch;border-radius:8px;border:1px solid #e3e7fc;background:#fff;margin-bottom:8px}.tournament-match-info{color:#000;font-size:14px;font-style:normal;font-weight:400;line-height:normal;display:flex;flex-direction:column;flex-wrap:nowrap;gap:8px;min-width:-moz-fit-content;min-width:fit-content;flex-shrink:0;white-space:nowrap}.tournament-match-result{display:flex;align-items:center;justify-content:center;gap:16px;flex:1 1;overflow:hidden}.tournament-match-result-team-name{color:#000;text-align:right;font-size:24px;font-style:normal;font-weight:600;line-height:31px;width:100%;max-width:250px;min-width:0;flex-shrink:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.tournament-match-result-team-name.tournament-match-result-team-name-right{text-align:left}.tournament-match-result-team-logo{width:60px;height:60px;flex-shrink:0}.tournament-match-result-team-score{background:rgba(18,104,251,.1);color:#1f63e1;text-align:center;font-size:28px;font-style:normal;font-weight:600;line-height:28px;text-transform:uppercase;padding:7px 20px;width:102px;flex-shrink:0;display:flex;flex-direction:column}.tournament-match-result-team-score-no-bg{background:transparent}.tournament-match-actions{display:flex;gap:30px}.tournament-match-result-team-score-penalty{color:#1f63e1;font-size:14px;white-space:nowrap;line-height:21px;font-weight:600;width:100%}.tournament-match-result-team-score-penalty-mobile{text-align:end}@media screen and (max-width:1280px){.tournament-match-result-team-name{font-size:18px}.tournament-match-result-info{font-size:13px}.tournament-match-info{font-size:12px}}@media screen and (max-width:1024px){.tournament-match{display:none}}.tournament-match-mobile{flex-direction:column;height:auto;padding:16px 24px;gap:16px;display:none}.tournament-match-info-mobile{color:#000;font-size:12px;font-weight:400;width:100%;display:flex;gap:16px}.tournament-match-teams-mobile{display:flex;flex-direction:column;width:100%;gap:8px;align-items:center}.tournament-match-teams-wrapper-mobile{display:flex;gap:12px;align-items:center;margin-top:16px;margin-bottom:16px}.tournament-match-result-team-info-mobile,.tournament-match-team-mobile{display:flex;align-items:center;gap:10px;width:100%}.tournament-match-result-team-logo-mobile{width:24px;height:24px}.tournament-match-result-team-name-mobile{color:#000;font-size:14px;font-weight:600;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.tournament-match-result-team-score-mobile{display:flex;align-items:center;justify-content:center;background:rgba(18,104,251,.1);color:#1f63e1;text-align:center;font-size:18px;font-weight:600;width:36px;height:30px;align-self:center}.tournament-match-actions-mobile{display:flex;justify-content:center;width:100%;border-top:1px solid #d7d7d7;padding-top:12px}@media screen and (max-width:1024px){.tournament-match-mobile{display:block}}.calendar-section-matches{margin-top:50px;min-height:300px}