html, body {
    margin: 0;
    padding: 0;
}

.wp-embed {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem;
    background: none;
    box-shadow: none;
    border: none;
}

.wp-embed-featured-image.rectangular {
    order: -1;
    flex: 0 0 25%;
    width: 25%;
    margin: 0;
}

.wp-embed-featured-image.rectangular img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
    height: auto;
}

p.wp-embed-heading {
    flex: 1;
    min-width: 0;
    margin: 0;
    font-weight: 800;
    font-size: 18px;
    line-height: 1.25;
}

.wp-embed-heading::before {
    content: "Leia mais";
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
    opacity: 0.6;
}
