.data-schedule{
    display: flex;
    flex-direction: column;
    width: 526px;
}

.data-schedule-day{
    display: flex;
    flex-direction: column;
    gap: 19px;
}

.data-schedule-day-title{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.data-schedule-day-title-day{
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
    display: flex;
    gap: 10px;
}

.data-schedule-day-title-part{
    display: flex;
    flex-direction: row;
    gap: 5px;
    font-size: 12px;
    letter-spacing: .005em;
}

.data-schedule-day-games{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.data-schedule-day-game{
    box-sizing: border-box;
    padding: 20px;
    border-radius: 10px;
    border: black solid 1px;
    min-height: 201px;
    max-width: 182px;

    display: flex;
    flex-direction: column;
    gap: 9px;
}

.data-schedule-day-game-logos{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.data-schedule-day-game-logo{
    width: 55px;
    height: 55px;
}

.data-schedule-day-game-tire{
    width: 100%;
    border-bottom: 1px solid black;
    height: 0;
}

.data-schedule-day-game-date{
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.data-schedule-day-game-date-main{
    display: flex;
    flex-direction: row;
    width: 100px;
    justify-content: space-between;
    align-items: center;
}

.data-schedule-day-game-date-main-time{
    font-weight: 600;
    font-size: 15px;
}

.data-schedule-day-game-date-main-format{
    width: 41px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 10px;
    color: #FFFFFF;
    background-color: black;
    border-radius: 5px;
}

.data-schedule-day-game-date-teams{
    display: flex;
    flex-direction: column;
    font-size: 13px;
}

.data-schedule-body-wrap{
    min-height: 460px;
}

.data-schedule-line{
    border: solid 1px #CACACA;
    width: 100%;
    margin: 25px 0;
}

.data-schedule-link{
    margin-top: 35px;
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-self: end;
    align-items: center;
    font-size: 15px;
}

.data-schedule-day-game-X{
    font-size: 15px;
}
