.current{
    background-color: #CADEFF;
    border-radius: 5px;
    padding: 10px;
}

.current img, .upcoming img{
    width: 60px;
}
.current a, .upcoming a{
    font-size: 30px;
    margin-left: 10px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

.current-header{
    gap: 10px;
}
.current-header button, .upcoming-title button{
    background-color: rgba(0, 0, 0, 0);
    border:none;
}
.current-header img{
    width: 15px;
}

.info{
    margin-left: -50px;
}

.time{
    font-size: 15px;
    font-weight: bold;
}

.upcoming-title{
    padding: -20px;
}


@media only screen and (min-width: 600px){
   .upcoming{
       display: flex;
       gap: 10px;
       position: relative;
       overflow-x: scroll;
       overflow-y: hidden;
    }

    .upcoming .content{
        padding:12px;
        width: 100%;
    }

    .wd-300{
        width: auto;
        min-width: 300px;
    }

    .right{
        text-align: right;
    }
}
