.email-preview {
    overflow: hidden;
    border: 4px solid var(--ink);
    border-radius: 12px;
    background: var(--white);
}

.email-preview__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px;
    border-bottom: 3px dashed var(--ink);
    background: var(--acid);
}

.email-preview__top b {
    font-family: "Unbounded", sans-serif;
    font-size: 28px;
}

.email-preview__top small {
    padding: 7px 10px;
    border: 2px solid var(--ink);
    border-radius: 999px;
    background: var(--white);
    font-weight: 900;
    text-transform: uppercase;
}

.email-preview h3 {
    margin: 0;
    padding: 18px 18px 0;
    font-size: 28px;
}

.email-preview dl {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 10px 18px 18px;
}

.email-preview dl div {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 14px;
    padding: 12px 0;
    border-bottom: 2px dashed rgba(5, 5, 5, .34);
}

.email-preview dt {
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.email-preview dd {
    margin: 0;
    font-weight: 800;
    overflow-wrap: anywhere;
}
