.game-compare {
    background: #fff;
    margin-bottom: 15px;
    border-radius: 4px;
}

.game-compare .news {
    padding: 10px
}

.game-compare .news .thumb {
    width: 100%;
    height: 60px;
    border-radius: 4px;
    overflow: hidden
}

.game-compare .news .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.game-compare .news .title {
    font-size: 10px;
    font-weight: 600;
    line-height: 16px;
    color: #414141;
    padding: 7px 0
}

.game-compare .news .direct {
    display: flex;
    justify-content: flex-start;
    font-family: Inter;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    color: #337359;
    margin-bottom: 15px
}

.game-compare .news .direct img {
    width: 12px;
    height: 12pX;
    margin-left: 3px
}

.game-compare .news .new:last-child .direct {
    margin-bottom: 0
}

.game-compare .title-tm {
    padding: 10px 10px 0;
    font-size: 14px;
    font-weight: 600;
    text-align: left
}

.game-compare .list-game {
    padding: 0 10px
}

.game-compare .list-game .game-cmpr {
    border-bottom: 1px solid #E6E6E6;
    padding: 10px 0;
    cursor: pointer
}

.game-compare .list-game .game-cmpr:hover {
    background-color: #f2f2f2;
}

.game-compare .list-game .logos {
    display: flex;
    margin-bottom: 10px
}

.game-compare .list-game .logos > div {
    width: 24px;
    height: 24px
}

.game-compare .list-game .logos > div img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.game-compare .list-game .logos > span {
    font-size: 17px;
    margin: 0 3px
}

.game-compare .list-game .t-r {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    line-height: 16px
}

.game-compare .list-game .t-r .team-name {
    font-size: 10px;
    font-weight: 700;
    color: #de6c48;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    max-width: 90%;
    line-height: 14px !important
}

.game-compare .list-game .comment-team-home .team-name {
    color: #07adf5
}

.game-compare .list-game .comment-team-away .team-name {
    color: #e4a80f
}

.game-compare .list-game .t-r .draw-name {
    font-weight: 700;
    font-size: 10px;
    color: #717171
}

.game-compare .list-game .game-des {
    font-size: 10px;
    font-weight: 600;
    text-align: left;
    color: #9a9a9a;
    margin-bottom: 6px;
    line-height: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical
}

.game-compare .list-game .game-cmpr .infos .team-rate {
    font-weight: 500
}

.dark .game-compare {
    background: #1a1a1a
}

.dark .game-compare .title-tm {
    color: #fff
}

.dark .game-compare .news .title {
    color: #414141
}

.dark .game-compare .news .direct {
    color: #337359
}

.dark .game-compare .list-game .game-cmpr {
    border-bottom: 1px solid #000000
}

.dark .game-compare .list-game .t-r {
    color: #fff
}

.dark .game-compare .list-game .comment-team-home .team-name {
    color: #07adf5
}

.dark .game-compare .list-game .comment-team-away .team-name {
    color: #e4a80f
}

.dark .game-compare .list-game .game-des, .dark .game-compare .list-game .draw-name, .dark .game-compare .list-game .team-rate, .game-compare .list-game .logos > span {
    color: #9a9a9a
}

.game-compare .d-flex {
    display: flex;
    align-items: center;
}

.game-compare .title-tm {
    padding: 10px !important;
    line-height: 20px
}

.game-compare .list-game {
    display: flex;
    flex-direction: column;
    row-gap: 10px
}

.game-compare .list-game .game-cmpr {
    font-size: 10px;
    padding: 0 0 12px
}

.game-compare .list-game .game-cmpr:last-child {
    border-bottom: unset
}

.game-compare .list-game .game-cmpr .logos span {
    margin: 0 5px
}

.game-compare .list-game .game-cmpr .infos {
    display: flex;
    flex-direction: column;
    row-gap: 8px
}

.game-compare .list-game .game-cmpr .infos .team-rate, .game-compare .list-game .game-cmpr .infos .team-name, .game-compare .list-game .game-cmpr .infos .draw-name {
    line-height: 14px
}

.game-compare .list-game .game-cmpr .infos .draw-name {
    font-weight: 400
}

.newsetting .hot-news-list .hot-news-item .hot-news-title {
    color: #414141;
    padding: 0;
    margin: 7px 0 8px;
    line-height: 12px;
    transition: .2s linear
}

.newsetting .hot-news-list .hot-news-item .hot-news-btn {
    color: #337359;
    transition: .2s linear
}

.newsetting .hot-news-list .hot-news-item:hover .hot-news-title {
    color: currentColor
}

body.dark .game-compare .list-game .game-cmpr .game-des {
    color: #717171
}

body.dark .newsetting .hot-news-list .hot-news-item .hot-news-title {
    color: #e6e6e6
}

body.dark .newsetting .hot-news-list .hot-news-item .hot-news-btn {
    color: #20be7f
}

body.dark .newsetting .hot-news-list .hot-news-item:hover .hot-news-title {
    color: currentColor
}
