.veja-mais-tv {
    background-color: #1f1f1f;
    padding: 32px 0;
}

.post-header {
    margin-bottom: 24px;
    opacity: 1;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
}

.post-header .title {
    color: #fff;
    text-transform: uppercase;
    font: normal normal 300 32px / 32px Roboto;
    letter-spacing: 0;
}

.player-container {
    width: 100%;
    display: inline-block;
    position: relative;
}

.player-container.iframe-ottera {
    aspect-ratio: 16 / 9;
    max-width: 100%;
}

.player-container.iframe-ottera iframe {
    width: 100%;
    height: 100%;
    border: 0;
    min-height: 216px;
}

.veja-mais-tv-partners {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    margin-top: 28px;
}

.veja-mais-tv-partners p {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    vertical-align: middle;
    text-transform: uppercase;
    color: #ffffff;
}

.veja-mais-tv-partners img {
    height: 21px;
    width: auto;
}

@media (max-width: 768px) {
    .veja-mais-tv-partners {
        flex-wrap: wrap;
    }
    .veja-mais-tv-partners p {
        width: 100%;
        text-align: center;
    }
}
