.block-post-embed {
    padding-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.post-embed__wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 757 / 417;
    border-radius: 8px;
    overflow: hidden;
}

.post-embed__iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

.post-embed__caption {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: -0.07px;
    color: #336a8d;
    margin: 0;
    overflow-wrap: break-word;
}
