.email-submission {
    background-color: #ffffff;
    border-radius: 8px;
    max-width: 366px;
    margin: 0 auto;
    padding: 24px;
}

.email-submission h3 {
    font-weight: 400;
    margin-top: 0;
}

.email-submission p {
    font-size: 16px;
}

.email-submission > p:not(:last-of-type) {
    margin-bottom: 1.6rem;
}

.email-format {
    background-color: #f7f7f7;
    border-radius: 4px;
    padding: 1px 16px;
}
