.ep-dish-post {
    box-sizing: border-box;
    width: min(100% - 32px, 960px);
    margin: 28px auto 56px;
    color: #251d19;
    font-family: Calibri, Helvetica, Arial, sans-serif;
}

.ep-dish-post__card {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
    overflow: hidden;
    border: 1px solid rgba(100, 76, 65, .2);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 20px 54px rgba(55, 34, 25, .1);
}

.ep-dish-post__photo {
    min-height: 560px;
    background: #211a17;
}

.ep-dish-post__photo img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 560px;
    object-fit: cover;
    object-position: center;
}

.ep-dish-post__content {
    padding: 42px 36px;
}

.ep-dish-post__eyebrow,
.ep-dish-post__restaurant > p:first-child {
    margin: 0 0 8px;
    color: #a92e20;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.ep-dish-post h1 {
    margin: 0;
    font-size: clamp(2.4rem, 5vw, 4.5rem);
    letter-spacing: -.045em;
    line-height: .96;
}

.ep-dish-post__rating {
    margin: 20px 0;
    color: #d89b18;
    font-size: 1.45rem;
    letter-spacing: .08em;
}

.ep-dish-post__review {
    color: #4f4039;
    font-size: 1.08rem;
    line-height: 1.6;
}

.ep-dish-post__author {
    color: #76665e;
}

.ep-dish-post__copy {
    appearance: none;
    border: 1px solid #c9aaa0;
    border-radius: 999px;
    background: #fff;
    padding: 9px 14px;
    color: #8f2419;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
}

.ep-dish-post__copy:hover { background: #f8f1ee; }
.ep-dish-post__copy-status { margin-left: 8px; color: #76665e; font-size: .85rem; }

.ep-dish-post a {
    color: #8f2419;
    font-weight: 700;
}

.ep-dish-post__restaurant {
    margin-top: 30px;
    padding-top: 24px;
    border-top: 1px solid #e4d9d3;
}

.ep-dish-post__restaurant h2,
.ep-dish-post__restaurant p {
    margin-top: 0;
}

.ep-dish-post__pending {
    display: inline-flex;
    margin-top: 28px;
    border-radius: 999px;
    background: #f3ece8;
    padding: 8px 12px;
    color: #6f5f57;
    font-size: .82rem;
    font-weight: 700;
}

@media (max-width: 760px) {
    .ep-dish-post {
        width: 100%;
        margin-top: 18px;
    }

    .ep-dish-post__card {
        grid-template-columns: 1fr;
        border-right: 0;
        border-left: 0;
        border-radius: 0;
    }

    .ep-dish-post__photo,
    .ep-dish-post__photo img {
        min-height: 420px;
    }

    .ep-dish-post__content {
        padding: 30px 22px;
    }
}
