.telegram-post-embed {
    width: 100%;
    max-width: 820px;
    margin: 24px auto 12px;
    overflow: hidden;
}

.telegram-post-embed__frame {
    display: block;
    width: 100% !important;
    max-width: 100%;
    height: 280px;
    min-height: 0;
    border: 0;
    border-radius: 16px;
    overflow: hidden;
    background: transparent;
    transition: height .18s ease;
}

.telegram-post-embed--ready .telegram-post-embed__frame {
    opacity: 1;
}

.fight-full-poster {
    margin: 20px 0;
}

.fight-full-poster img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 18px;
}

@media (max-width: 768px) {
    .telegram-post-embed {
        margin: 18px auto 8px;
    }

    .telegram-post-embed__frame {
        height: 240px;
        border-radius: 12px;
    }
}
