:root {
    --White: #fff;
    --Error: #fd3d39;
    --grey: #f5f5f7;
    --gray: #e8e8ed;
    --light-color: #1d1d1f;
    --primary-color: #003b73;
    --primary-light: #EFFFF5;
    --primary-dark: #14833e;
    --meta-text-color: #a5a7aa;
    --secondary-text-color: #86868b;
    --divider-color: #ededed;
    --text-size-base: 16px;
    --text-size-small: 14px;
    --text-size-x-small: 12px;
    --error-color: #fd3d39;
    --Second: #0074b7;
    --Radius-2: 2px;
    --Radius-4: 4px;
    --Radius-6: 6px;
    --Radius-8: 8px;
    --Radius-12: 12px;
    --Radius-16: 16px;
    --Radius-24: 24px;
    --Padding-4: 4px;
    --Padding-2: 2px;
    --Padding-6: 6px;
    --Padding-8: 8px;
    --Padding-12: 12px;
    --Padding-16: 16px;
    --Padding-20: 20px;
    --Padding-24: 24px;
    --Label-01: #1d1d1f;
    --Label-02: #86868b;
    --Label-03: #a5a7aa;
    --Label-04: #fff;
    --Fill-01: #fff;
    --Fill-02: #f5f5f7;
    --Fill-03: #e8e8ed;
    --Fill-04: #dedee3;
    --font-role-42: 600 42px / 56px;
    --font-role-40: 600 40px / 48px;
    --font-role-28: 700 28px / 36px;
    --font-role-22: 700 22px / 36px;
    --font-role-18-bold: 700 18px / 24px;
    --font-role-18-medium: 600 18px / 24px;
    --font-role-18: 400 18px / 24px;
    --font-role-16-bold: 700 16px / 24px;
    --font-role-16-semi-bold: 600 16px / 24px;
    --font-role-16-medium: 600 16px / 24px;
    --font-role-16: 400 16px / 24px;
    --font-role-14-semi-bold: 600 14px / 20px;
    --font-role-14-medium: 600 14px / 20px;
    --font-role-14: 400 14px / 20px;
    --font-role-12-bold: 700 12px / 16px;
    --font-role-12-semi-bold: 600 12px / 16px;
    --font-role-12-medium: 600 12px / 16px;
    --font-role-12: 400 12px / 16px;
    --font-role-10: 400 10px / 14px;
    --font-role-caption: 300 12px / 16px;
}
.match-details {
    display: flex;
    flex-direction: column;
}

.match-details .match-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    min-height: 382px;
}

.match-details .match-header::before {
    content: '';
    background-image: url('../images/match-header-bg.png');
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 12px 12px 0 0;
}

.match-details .match-header::after {
    content: '';
    background: linear-gradient(266deg, rgba(67, 97, 253, 0.70) 0%, rgba(67, 97, 253, 0.00) 53.06%);
    backdrop-filter: blur(12.5px);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 12px 12px 0 0;
}

.match-details .match-header .league-name {
    display: flex;
    padding: var(--Padding-6, 6px) var(--Padding-20, 20px);
    gap: var(--Padding-4, 4px);
    border-radius: 0px 0px var(--Radius-16, 16px) var(--Radius-16, 16px);
    background: var(--Fill-01, #FFF);
    width: fit-content;
    margin-bottom: 8px;
    color: var(--Label-01, #1D1D1F);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.match-details .match-header .league-name img {
    width: 24px;
    height: 24px;
}

.match-detail-info {
    display: flex;
    flex-direction: column;
    z-index: 3;
}

.match-date-time {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.match-date-time .time {
    color: var(--Label-04, #FFF);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.match-date-time .date {
    color: var(--Label-04, #FFF);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.match-date-time .status-match {
    border-radius: var(--Radius-24, 24px);
    padding: 2px 8px;
    color: var(--Label-04, #FFF);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-top: 8px;
    width: fit-content;
}
.match-date-time .ongoing {
    background: var(--Error, #FD3D39);
}

.match-date-time .ended {
    background: var(--Label-01, #1D1D1F);
}

.match-date-time .not-started {
    background: rgba(255, 255, 255, 0.40);
}

.match-score {
    display: flex;
    justify-content: space-around;
    width: 100%;
    z-index: 3;
}

.match-score .team {
    text-align: center;
    width: 35%;
}

.match-score .team img {
    width: 126px;
    height: 126px;
    margin-bottom: 16px;
}

.match-score .team .team-name {
    color: var(--Label-04, #FFF);
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 8px;
}

.match-score .team .scorer {
    color: var(--Label-04, #FFF);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    position: relative;
    padding-left: 10px;
}

.match-score .team .scorer::before {
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 7px;
}

.match-score .score {
    color: var(--Label-04, #FFF);
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    display: flex;
    flex-direction: column;
    margin-top: 24px;
}

.match-score .half-time-score {
    color: var(--Label-04, #FFF);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.tab-match-details {
    background: #fff;
    border-radius: 0 0 12px 12px;
}

.tab-match-details .match-details-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    height: 48px;
}

.tab-match-details .match-details-tab {
    color: var(--Label-02, #86868B);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 12px;
    margin: 0;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

#match-details-tab-1:checked~.match-details-tabs .one-tab,
#match-details-tab-2:checked~.match-details-tabs .two-tab {
    color: var(--Primary, #003B73);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border-bottom: 2px solid #003B73;
}

.match-progress .timeline {
    display: flex;
    gap: 8px;
    padding: 22px 16px;
    align-items: center;
    border-top: 1px solid var(--Separation, #EDEDED);
    overflow: scroll;
}

.match-progress .timeline .teams {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
}

.match-progress .timeline .teams img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.match-progress .timeline .whistle {
    border-radius: 50%;
    background: var(--Blue_Light-1, #60A3D9);
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    z-index: 2;
    position: relative;
}

.match-progress .timeline .whistle:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 100%;
    background: var(--Blue_Light-1, #60A3D9);
    height: 1px;
    transform: translateY(50%);
    z-index: 1;
    right: -20px;
}

.match-progress .timeline .whistle img {
    width: 16px;
    height: 16px;
}

.timeline-detail {
    position: relative;
    width: calc(100% - 76px);
    display: flex;
    justify-content: space-around;
    gap: 10px;
}

.event {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.timeline-detail .marker {
    display: flex;
    min-width: 24px;
    padding: 4px 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: var(--Radius-24, 24px);
    background: var(--Fill-02, #F5F5F7);
    color: var(--Label-01, #1D1D1F);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    z-index: 2;
}

.timeline-detail::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    background: #EDEDED;
    height: 1px;
    transform: translateY(50%);
    z-index: 1;
}

.timeline-detail .event {
    position: relative;
}

.timeline .timeline-detail .event::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -20px;
    width: 100%;
    background: #EDEDED;
    height: 1px;
    transform: translateY(50%);
    z-index: 1;
}

.match-teams-vs {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
    height: 80px;
    background: var(--Fill-03, #E8E8ED);
}

.match-teams-vs .team {
    display: flex;
    align-items: center;
    width: 45%;
}

.match-teams-vs .team.home-team {
    justify-content: end;
}

.match-teams-vs .team span {
    color: var(--Label-01, #1D1D1F);
    text-align: right;
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 8px 0;
}

.match-teams-vs .team img {
    width: auto;
    height: 32px;
}

.match-teams-vs .home-team img {
    margin-left: 8px;
    margin-right: 16px;
}

.match-teams-vs .away-team img {
    margin-right: 8px;
    margin-left: 16px;
}

.match-teams-vs .vs {
    display: flex;
    width: 40px;
    height: 38px;
    padding: var(--Padding-8, 8px) var(--Padding-12, 12px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: var(--Radius-8, 8px);
    background: var(--Fill-01, #FFF);
}

.match-notes {
    border-top: 1px solid var(--Separation, #EDEDED);
    padding: 24px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.match-note {
    width: 50%;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--Label-01, #1D1D1F);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 8px;
    margin-bottom: 4px;
}

.icon-goal {
    background-image: url('../images/goal.svg');
    background-size: cover;
    width: 16px;
    height: 16px;
}

.icon-yellow-card {
    background-image: url('../images/yello-card.svg');
    background-size: cover;
    width: 16px;
    height: 16px;
}

.icon-red-card {
    background-image: url('../images/red-card.svg');
    background-size: cover;
    width: 16px;
    height: 16px;
}

.icon-substitution {
    background-image: url('../images/sub.svg');
    background-size: cover;
    width: 16px;
    height: 16px;
}

.away-content,
.home-content {
    width: 16px;
    height: 16px;
    display: flex;
}

.match-timeline {
    padding: 24px 16px;
}

.match-timeline .timeline-detail {
    width: 100% !important;
    flex-direction: column-reverse;
    gap: 16px;
}

.match-timeline .timeline-detail::before {
    transform: translateX(50%);
    height: 100% !important;
    top: 0 !important;
    left: 50% !important;
    width: 1px;
}

.match-timeline .event {
    flex-direction: row !important;
    gap: 16px;
}

.match-timeline .event .marker {
    border-radius: var(--Radius-12, 12px);
    background: var(--Bg_Blue, #F4F7FF);
    width: 56px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--Label-01, #1D1D1F);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 510;
    line-height: 24px;
}

.match-timeline .event .marker.marker-extra {
    height: 52px;
}

.match-timeline .event .marker.marker-extra span {
    color: #60A3D9;
    font-size: 14px;
}

.whistle-box {
    border-radius: var(--Radius-12, 12px);
    background: var(--Blue_Light-1, #60A3D9);
    padding: 8px 12px;
    color: var(--Label-04, #FFF);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    width: fit-content;
    text-align: center;
    margin: 0 auto;
    z-index: 2;
}

.match-timeline .away-content,
.match-timeline .home-content {
    width: 50%;
    height: 36px;
    display: inline-flex;
    gap: 6px;
    align-items: center;
    color: var(--Label-01, #1D1D1F);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.match-timeline .away-content {
    flex-direction: row;
}

.match-timeline .home-content {
    flex-direction: row-reverse;
}

.stats-wrapper {
    padding: 16px;
}

.progress-bar {
    background: linear-gradient(to right, #0EAD61 calc(var(--percent, 50%) - 1px), #0074B7 calc(var(--percent, 50%)));
    height: 8px;
    border-radius: 16px;
    width: 100%;
}

.stats-detail {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 0;
    border-bottom: 1px solid var(--Separation, #EDEDED);
    text-align: center;
}

.stats-detail:last-child {
    border-bottom: none;
}

.stats-title {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.stats-data {
    display: flex;
    gap: 8px;
    align-items: center;
}

.stats-data span {
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.stats-data .home-stats {
    color: var(--Accept, #0EAD61);

}

.stats-data .away-stats {
    color: var(--Accept, #0074B7);
}
.match-stadium {
    display: flex;
    gap: 4px;
    padding: 16px;
    z-index: 2;
}
.match-stadium img {
    width: 16px;
    height: 16px;
}
.match-stadium span {
    color: var(--Label-04, #FFF);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 274;
    line-height: 16px;
}
.player-name-content {
    display: flex;
    flex-direction: column;
}
.player-name-content .assist-name{
    color: var(--Label-03, #A5A7AA);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.stats-line {
    display: flex;
    align-items: center;
    gap: 6px;
}
.away-stats, .home-stats {
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.away-stats {
    color: var(--Second, #0074B7);
}
.home-stats {
    color: var(--Second, #0EAD61);
}

.match-details-panel {
    display: none;
    transition: all 0.3s ease-in-out;
}

#match-details-tab-1:checked ~ .match-details-panels .one-panel,
#match-details-tab-2:checked ~ .match-details-panels .two-panel {
    display: block;
}

.stats-radio {
    display: none !important;
  }


/* --------------- Match not start yet --------------------- */
.match-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 382px;
    border-radius: 12px 12px 0 0;
	background-image: url('../images/match-bg.jpg');
    background-position: center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.match-card .match-info {
    position: relative;
    z-index: 2;
}

.match-card .match-info .league {
    display: flex;
    padding: var(--Padding-6) var(--Padding-20);
    justify-content: center;
    align-items: center;
    gap: var(--Padding-4);
    align-self: stretch;
    width: fit-content;
    margin: 0 auto var(--Padding-8);
    color: var(--Label-01);
    font: var(--font-role-14) var(--font-family);
    border-radius: 0 0 var(--Radius-16) var(--Radius-16);
    background: var(--Fill-01);
}

.match-card .match-info .league img {
    width: 24px;
    height: auto;
    aspect-ratio: 24 / 24;
}

.match-card .match-info .status-and-time .status {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--Padding-4);
    padding: var(--Padding-2) var(--Padding-8);
    font: var(--font-role-12) var(--font-family);
    border-radius: var(--Radius-24, 24px);
}

.match-card .match-info .status-and-time .status.not-started {
    background: #ffffff66;
}

.match-card .match-info .status-and-time .status.in-progress {
    background: var(--Error);
}

.match-card .match-info .status-and-time .status.finished {
    background: var(--Label-01);
}

.match-card .match-overview {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    justify-items: center;
    margin-top: var(--Padding-8);

}

.match-card .match-overview .team {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
}

.match-card .match-overview .team .team-logo {
    width: 126px;
    height: auto;
    aspect-ratio: 126 / 126;
    margin: 0 auto 16px;
    position: relative;
    z-index: 2;
}

.match-card .match-overview .team-logo-bg {
    position: absolute;
    top: 50%;
    width: 180px;
    height: auto;
    opacity: 0.07;
    filter: blur(3px);
    transform: translateY(-40%);
    z-index: 0;
}

.match-card .match-overview .team-logo-fade {
    position: absolute;
    top: -25%;
    width: auto;
    height: 180%;
    filter: blur(20px);
    z-index: 0;
    opacity: 0.3;
    mix-blend-mode: color;
    pointer-events: none;
}

.match-card .match-overview .home-team .team-logo-bg {
    left: 20px;
}

.match-card .match-overview .away-team .team-logo-bg {
    right: 20px;
}

.match-card .match-overview .home-team .team-logo-fade {
    left: -40%;
    background: linear-gradient(86deg, rgba(96, 163, 217, 0.70) 2.05%, rgba(191, 215, 237, 0.00) 53.19%);
}

.match-card .match-overview .away-team .team-logo-fade {
    right: -40%;
    background: linear-gradient(266deg, rgba(67, 97, 253, 0.70) 0%, rgba(67, 97, 253, 0.00) 53.06%);
}

.match-card .match-overview .team-logo-bg img {
    width: 100%;
}

.match-card .match-overview .team .team-details {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.match-card .match-overview .team .team-details .team-wrapper {
    text-align: center;
}

.match-card .match-overview .team .team-name,
.match-card .match-overview .team .bracket,
.match-card .match-overview .team .code {
    color: var(--Label-04, #fff);
    text-align: center;
    font: var(--font-role-28) var(--font-family);
}

.match-card .match-overview .team .events {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 0;
    position: relative;
    list-style-type: disc;
    z-index: 2;
}

.match-card .match-overview .team .events .event {
    position: relative;
    display: block;
    margin-bottom: 0 !important;
    padding-left: 12px;
    text-align: left;
    font-size: 12px;
}
.match-card .match-overview .team .events .event::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fff;
    transform: translateY(-50%);
}

.match-card .match-overview .match-events {
    margin-top: 40px;
    text-align: center;
    color: var(--Label-04, #FFF);
}

.match-card .match-overview .match-events .half-time-score,
.match-card .match-overview .match-events .full-time-score {
    font-size: 14px;
}

.match-card .match-overview .match-events .match-time {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: var(--Label-04, #FFF);
}

.match-card .status-and-time .match-time .time {
    font: var(--font-role-16-bold) var(--font-family);
}

.match-card .match-overview .match-events .match-result,
.match-card .match-overview .match-events .match-time .time {
    font: var(--font-role-28) var(--font-family);
}

.match-card .match-overview .match-events .current-status,
.match-card .match-overview .match-time .date,
.match-card .status-and-time .match-time .date {
    font: var(--font-role-12) var(--font-family);
}

.match-card .venue-and-status .match-venue,
.match-card .match-overview .match-events .match-venue {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--Padding-4);
    margin-top: var(--Padding-12);
    font: var(--font-role-12) var(--font-family);
}

.match-card .venue-and-status .match-venue {
    margin-top: var(--Padding-4);
}

.match-card .status-and-time,
.match-card .match-overview .match-events {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.match-card .match-overview .match-events {
    justify-content: flex-start;
}

.match-card .status-and-time {
    min-height: 64px;
    justify-content: flex-start;
}

.match-card .venue-and-status {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    min-height: 36px;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.match-card .status-and-time .match-time {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 10px;
    color: var(--Label-04, #FFF);
}

.pre-match-overview {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.last-matches {
    display: flex;
    gap: 16px;
    margin-top: 16px;
}

.standing-data {
    display: flex;
    gap: 16px;
}

.archive-block,
.team-standings-block,
.last-matches-block {
    display: flex;
    padding: var(--Padding-16, 16px);
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--Padding-16, 16px);
    flex: 1 0 0;
    align-self: stretch;
    border-radius: var(--Radius-12, 12px);
    background: var(--Fill-01, #FFF);
}

.archive-block,
.team-standings-block {
    gap: unset;
}

.archive-block .block-headline,
.team-standings-block .block-headline,
.last-matches-block .block-headline {
    margin-bottom: 0;
    font: var(--font-role-18-bold) var(--font-family);
}

.archive-block .block-headline,
.team-standings-block .block-headline {
    margin-bottom: 16px;
}

.last-matches-block .matches-stats {
    width: 100%;
}

.last-matches-block .matches-stats .matches {
    width: 100%;
}

.archive-block .team-archives,
.team-standings-block .team-standing,
.last-matches-block .matches-stats .matches .match {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: var(--Padding-12, 12px) var(--Padding-16, 16px);
}

.archive-block .team-archives:not(:last-child),
.team-standings-block .team-standing:not(:last-child),
.last-matches-block .matches-stats .matches .match:not(:last-child) {
    border-bottom: 1px solid var(--Separation, #EDEDED);
}

.last-matches-block .matches-stats .matches .match .result {
    display: flex;
    gap: 8px;
    color: var(--Label-03, #A5A7AA);
}

.matches-stats .matches .match .result .current {
    color: var(--Label-01, #1D1D1F);
}

.matches-stats .matches .match .result .score {
    display: flex;
    align-items: center;
}

.matches-stats .matches .match .date {
    color: var(--Label-02, #86868B);
}


.last-results .archive-block .team-archives {
    display: flex;
    width: 100%;
}

.last-results .archive-block .team-archives .archive-stat {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.last-results .archive-block .team-archives .archive-stat .result {
    display: flex;
    justify-content: flex-end;
    gap: 4px;
    width: 100%;
}

.last-results .archive-block .team-archives .archive-stat .final-result {
    display: flex;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    color: var(--Label-04, #fff);
    font: var(--font-role-12) var(--font-family);
    border-radius: 50%;
}

.last-results .archive-block .team-archives .archive-stat .result .win {
    background: var(--Primary, #0BCC54);

}

.last-results .archive-block .team-archives .archive-stat .result .lose {
    background: var(--Error, #FD3D39);

}

.last-results .archive-block .team-archives .archive-stat .result .draw {
    background: var(--Warning, #FFA756);
}

@media only screen and (max-width: 550px) {
    .match-card {
        min-height: 330px;
    }
    .match-card .match-overview .team .team-name,
    .match-card .match-overview .team .bracket,
    .match-card .match-overview .team .break-tag {
        display: none;
    }
    .standing-data,
    .last-matches {
        display: flex;
        flex-direction: column;
    }
    .match-teams-vs {
        height: auto;
    }
    .match-teams-vs .team {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 8px;
    }
    .match-teams-vs .home-team span {
        order: 2;
    }
    .match-teams-vs .team span {
        text-align: center;
    }
    .match-progress .timeline {
        gap: 6px;
    }

    .match-teams-vs .away-team img {
        margin: auto;
    }

    .match-card .match-overview .team .events {
        display: none;
    }
}