/* Email UI Polish - Created 2025-07-15 */
.status-message {
    color: white;
    font-weight: 600;
    padding: 8px;
    margin: 10px 0;
    text-align: center;
}

/* Remove Start Over button from email step */
#resultsState #startOverBtn {
    display: none;
}

/* Email footer styling for consistency with app */
.email-footer {
    background-color: black;
    color: white;
    padding: 15px;
    text-align: center;
}

.email-design-selections {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 10px 0;
}

.email-color-swatch {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.selection-separator {
    color: #ccc;
    margin: 0 5px;
}
