.zoom-webinars-lists{
    list-style: none;
    padding: 0;
}

.zoom-webinars-lists li:first-child{
    border-top: 1px solid #eee;   
}

.zoom-webinars-lists li{
    padding: 5px 10px;
    padding-left: 0px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 20px;
    overflow: hidden;
}

.webinar-title{
    font-size: 16px;
    line-height: 1.333;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.webinar-time{
    font-size: 12px;
    color: #ff7e00;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.webinar-join-button {
    text-decoration: none !important;
    background: #747474;
    color: #fff !important;
    font-size: 12px;
    padding: 8px 10px;
    border-radius: 3px;
    font-weight: bold;
    cursor: pointer;
}

.webinar-join-button.today{
    background-color: #ff7e00;
}

.webinar-join-button i{
    padding-right: 5px;
}