.tbg-view-past {
    font-size: 18px;
}

.tbg-ctn-schedule {
    border-collapse: collapse;
}

.tbg-ctn-schedule tr {
    border-top: rgb(221, 221, 221) solid 1px;
}

.tbg-ctn-schedule>tbody>tr:hover {
    background-color: #f3f3f3;
}

.tbg-ctn-schedule>tbody>:nth-child(odd) {
    background-color: #fff;
}

.tbg-ctn-schedule>tbody>:nth-child(even) {
    background-color: #f9f9f9;
}

.tbg-ctn-schedule tbody tr td {
    border-style: none;
}

.tbg-ctn-schedule .episode-title a {
    color: rgb(39, 39, 39);
    text-decoration: underline;
    text-decoration-thickness: from-font;
}

.tbg-ctn-schedule .episode-title a:hover {
    font-weight: 600;
}

.tbg-ctn-schedule .episode-buttons span {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tbg-ctn-schedule .episode-buttons a {
    width: 20px;
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.tbg-ctn-schedule .episode-buttons a:hover {
    width: 25px;
}

.tbg-ctn-schedule .episode-buttons {
    display: flex;
    column-gap: 15px;
    align-items: center;
}

.tbg-ctn-schedule .episode-buttons .tbg-yt-link {
    fill: red;
}

.tbg-ctn-schedule .episode-buttons .tbg-audio-icon {
    fill: rgb(25, 130, 209);
}

@media only screen and (max-width: 767px) {
    .tbg-ctn-schedule {
        font-size: 15px;
        line-height: 18px;
    }
    
    .tbg-ctn-schedule .episode-buttons {
        column-gap: 5px;
    }
}