.live-streaming__wrapper {
    position: relative;
}

.live-streaming__image {
    border-radius: 5px;
}

.live-streaming__badge {
    position: absolute;
    top: 8px;
    left: 8px;
    background-color: #FF0000;
    font-weight: 700;
    font-size: 10px;
    line-height: auto;
    color: #FFFFFF;
    border-radius: 5px;
    padding: .25rem .75rem;
}

.live-streaming__badge__title {
    margin-left: 5px;
}

.trending-topic__wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.trending-topic__container {
    border-bottom: 1px dashed #176CAE;
    margin-left: 16px;
}

.trending-topic__link {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    line-height: auto;
    color: #176CAE;
    gap: 1.25rem;
}

.trending-topic__title {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.tv-schedule__container {
    border: 1px #99969680 solid;
    border-radius: 10px;
    margin-top: .75rem;
    padding: 0 !important;
}

.tv-schedule__wrapper__header {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px #99969680 solid;
    padding: .5rem 0 !important;
}

.tv-schedule__list {
    display: flex;
    align-items: center;
    gap: 1rem;
    border-bottom: 1px #99969680 solid;
    margin: 0 1.5rem;
    padding: .5rem 0;
}

.tv-schedule__clock {
    flex-shrink: 0 !important;
    width: 15%;
}

.tv-schedule__clock__text {
    font-weight: 700;
    font-size: 14px;
    line-height: auto;
    color: #000000;
}

.tv-schedule__clock__text__live {
    font-weight: 700;
    font-size: 12px;
    line-height: auto;
    color: #FFFFFF;
    background-color: #176CAE;
    padding: 2px 10px;
    border-radius: 10px;
}

.tv-schedule__title {
    width: 85%;
    border-left: 1px #99969680 solid;
    padding-left: .75rem;
}

.tv-schedule__title__link {
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    line-height: auto;
    color: #000000;
}

.tv-schedule__footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 1.5rem;
    padding: .75rem 0;
}

.tv-schedule__footer__button {
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    line-height: auto;
    color: #176CAE;
}

.section__right-ads {
    width: 100%;
    height: auto;
}

.right-side-ads__container {
    width: 300px;
    height: 600px;
}

.right-side-ads__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 0px) and (max-width: 992px) {
    .section__live-streaming {
        padding: 1rem 2.5rem !important;
        background: linear-gradient(180deg, #000000 0%, #151749 58%, #004BAA 100%) !important;
    }

    .live-streaming__title {
        padding: 0;
        margin: 0;
        font-size: 18px;
        font-weight: 700;
        line-height: auto;
        text-decoration: none !important;
        text-transform: uppercase;
    }

    .live-streaming__link {
        color: #FFFFFF !important;
        text-decoration: none !important;
    }

    .section__trending-topic {
        padding-bottom: 1rem !important;
        background: linear-gradient(180deg, rgba(247, 247, 247, 0.1) 22%, rgba(23, 108, 174, 0.1) 41.5%, rgba(1, 115, 249, 0.1) 81%) !important;
    }

    .trending-topic__wrapper {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .trending-topic__container {
        border: none !important;
        margin-left: 16px;
    }

    .trending-topic__link {
        display: flex;
        align-items: center;
        padding: 0;
        margin: 0;
        text-decoration: none;
        font-size: 16px;
        font-weight: 600;
        line-height: auto;
        color: #000000 !important;
        gap: 1.25rem;
        text-transform: uppercase !important;
    }

    .trending-topic__title {
        display: flex;
        align-items: center;
        gap: .5rem;
    }

    .section__right-ads {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
