﻿.todayMatchesClip {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 300px;
    height: 454px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom:30px;
    background:none;
}

.todayMatchesClip .ttl h3 {
    background: none;
    padding: 0;
}

.todayMatchesClip .ttl h3 a {
    color: #000;
}

.todayMatchesClip .ttl .more {
    color: #056818;
}


.todayMatchesClip .ttl .more:hover {
        color: #E03322;
}

.todayMatchesClip__list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
}

.todayMatchesClip__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 130px;
    padding: 6px 12px;
    background: #fff;
    border: 1px solid #e8e8e8;
}

.todayMatchesClip__tour {
    font-family: DroidKufiLight, Arial;
    font-size: 11px;
    line-height: 18px;
    color: #000;
}

.todayMatchesClip__body {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 28px;
    width: 100%;
    flex: 1 0 0;
    min-height: 0;
}

.todayMatchesClip__team {
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    min-width: 0;
}

.todayMatchesClip__team img {
    display: block;
    width: 28px;
    height: 16px;
    object-fit: cover;
}

.todayMatchesClip__team p {
    font-family: DroidKufiLight, Arial;
    font-size: 11px;
    color: #000;
    white-space: nowrap;
}

.todayMatchesClip__result {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    width: 68px;
    flex-shrink: 0;
}

.todayMatchesClip__score {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-family: DroidKufiBold, Arial;
    font-size: 16px;
    color: #000;
}

.todayMatchesClip__status {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-family: DroidKufiLight, Arial;
    font-size: 10px;
    line-height: 18px;
    color: #fff;
}


/** Soon **/
.todayMatchesClip__card.soon .todayMatchesClip__status {
   border:1px solid #3659FA;color:#fff;background:#3659FA
}

.todayMatchesClip__card.soon .todayMatchesClip__status:before {
    content: "لم تبدأ";
}
/** Live **/
.todayMatchesClip__card.live .todayMatchesClip__status{
    border:1px solid #DC0203;color:#fff
    ;background:#DC0203

}

.todayMatchesClip__card.live .todayMatchesClip__status:before {
    content: "مباشر";
}
/** Done **/
.todayMatchesClip__card.done .todayMatchesClip__status {
  border:1px solid #056818;color:#fff;background:#056818
}

.todayMatchesClip__card.done .todayMatchesClip__status:before {
        content: "إنتهت";
}

.todayMatchesClip__time {
    margin: 0;
    width: 100%;
    font-family: DroidKufiLight, Arial;
    font-size: 12px;
    line-height: normal;
    color: #666;
    text-align: center;
}

.todayMatchesClip .noMatches {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:-10px;
    background:#fff;
}


.todayMatchesClip .noMatches .noStats {
    font-size: 13px;
    color: #000;
}