.is-type-wp-embed .wp-block-embed__wrapper {
    display: none;
}

.embed {
    background-color: #fff; 
    border: 0; 
    padding:20px 0 10px 0; 
    border-bottom: 1px solid #ebebeb; 
    display: flex; 
    flex-direction: column; 
    box-shadow: none; 
    overflow: hidden;
    margin: 24px 0;
}

.embed-featured-image img {
    display: block;
    width: 100%;
    max-height: 205px;
    object-fit: cover;
    flex-shrink: 0;
    margin-bottom: 20px;
}

.embed span a {
    display: block;
    font-family: 'DM Sans', sans-serif;
    text-transform: uppercase;
    color: #900 !important;;
    margin-bottom: 8px;
    font-weight: 400 !important;;
    line-height: 1;
    font-size: 12px !important;;
    text-decoration: none !important;
}

.embed .embed-heading {
    margin-top: 0;
}

.minute .article .article__content .embed-post-title,
.embed-post-title {
    display: block;
    text-decoration: none;
    color: black;
    font-family: 'Karma', sans-serif;
    font-weight: 800;
    font-size: 18px;
    padding: 8px 0 0 0;
    text-decoration: none !important;
}

.embed-post-title:hover {
    opacity: 0.6;
}


@media (min-width: 768px) {

    .embed {
        flex-direction: row;
    }

    .embed-featured-image img {
        width: 200px;
        max-height: 112px;
    } 

    .embed .embed-heading {
        flex-shrink: 3;
        margin-left: 24px;
        margin-top: 0;
    }
}