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

.embed__wrapper {
    margin: 32px auto;
    padding: 16px 26px 28px 26px;
    display: flex;
    flex-direction: column;
    max-width: 590px;
}

.embed-subtitle {
    color: var(--color-red);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
}

.embed {
    display: flex;
    flex-direction: row;
    overflow: hidden;
}
.embed-featured-image {
    flex: 0 0 auto;
}
.embed-featured-image img {
    display: block;
    width: 80px;
}

.embed span a:last-of-type {
    display: block;
    font-family: "Helvetica", sans-serif, "Sharp Grotesk Bold 15", "-apple-system",
        "BlinkMacSystemFont", "Segoe UI", "Arial", "Apple Color Emoji",
        "Segoe UI Emoji";
    text-transform: uppercase;
    color: var(--color-red) !important;
    margin-bottom: 5px;
    font-weight: 500 !important;
    font-size: 12px !important;
    text-decoration: none !important;
}

.minute__articles__result .article .embed-heading,
.single__content .embed .embed-heading {
    position: relative;
    margin: 0;
    padding: 0 0 0 15px;
}

.minute__articles__result .article .embed-post-title,
.embed-post-title {
    display: block;
    text-decoration: none;
    font-family: "Times New Roman", serif, "Sharp Grotesk Bold 15", "-apple-system",
        "BlinkMacSystemFont", "Segoe UI", "Arial", "Apple Color Emoji",
        "Segoe UI Emoji";
    font-weight: 400;
    font-size: 18px!important;
    line-height: 1.2;
    padding: 0;
    color:var(--color-black) !important;
    text-decoration: none !important;
}

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


@media (min-width: 768px) {
    .embed {
        flex-direction: row;
    }

    .embed-featured-image img {
        width: 230px;
        max-height: 142px;
    }

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

    .embed__wrapper {
        margin: 40px 52px
    }

    .embed-subtitle {
        font-size: 14px;
    }

    .embed-subtitle {
        margin-bottom: 10px;
    }

     .single__content .embed .embed-heading {
        padding-left: 19px;
     }

     .embed span a:last-of-type {
        margin-bottom: 8px;
     }

    .minute__articles__result .article .embed-post-title,
    .embed-post-title {
        font-size: 24px!important;
    }
}