.score.win {
    color: var(--fs-color-primary);
    font-size: 17px;
}
.team1, .team2 {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 100px;
}
.content1, .content2 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.info {
    align-items: center;
    display: flex !important;
    flex-direction: column !important;
    text-align: center;
}
.score-wrap {
    align-items: center;
    display: flex;
    font-weight: 600;
    justify-content: space-between;
    width: 25.6vw;
}
.competion {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-word;
}
@media screen and (min-width: 769px) {
.schedule__header.result {
    text-align: center;
        grid-template-columns: 33% 33% 33% 1fr;
}

.result {
        align-items: center;
        display: grid;
        font-size: 14px;
        gap: 20px;
        grid-template-columns: 33% 33% 33% 1fr;
        line-height: 20px;
        padding: 5px 10px;
    }
    .item.result:nth-child(odd) {
        background-color: #f5f5f5;
    }
.team1 img, .team2 img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

}
/* Đảm bảo các phần tử dễ đọc trên màn hình nhỏ */
@media (max-width: 768px) {
.item.result {
    align-items: center;
        display: flex;
        font-size: 3.2vw;
        gap: 5px;
        justify-content: space-between;
        padding: 5px;
        border: 1px solid var(--fs-color-primary);
        margin: 5px 0;border-radius:8px;
}
  .name {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-weight: 600;
    margin-top: 2.1333333333vw;
    word-break: break-word;
}
 .team1 img, .team2 img {
    height: 6.4vw;
    width: 6.4vw;
}
  .score {
    font-weight: bold;
    font-size: 16px;
}
}
