*, *::before, *::after { /* admin miatt */
    box-sizing: border-box;
}

body {
    min-height: 100%;
    overflow: hidden;
}

.wp-embed {
    box-shadow: inset 0 11px 0 -10px var(--light), inset 0 -11px 0 -10px var(--light);
}

.wp-embed a {
    display: flex;
}

.wp-embed .wp-embed-img {
    width: 112px;
    margin-right: .75rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.wp-embed .wp-embed-img .fit-img {
    padding-bottom: 0;
    height: 100%;
}

.wp-embed .wp-embed-body {
    flex: 1;
    padding: .75rem 1rem .95rem 0;
}

.wp-embed h2 {
    font-size: 18px;
}

/*.wp-embed .wp-embed-excerpt {
    font-size: 16px;
    color: var(--dark);
    line-height: 1.3;
}*/

@media only screen and (min-width: 600px) {
    .wp-embed .wp-embed-img {
        width: 162px;
        min-height: 108px;
    }

    .wp-embed h2 {
        padding-right: 20%;
    }
}