/**
 * Email Editor Fallback Styles
 */

.doi-email-editor-header {
    margin-bottom: 20px;
}

.doi-email-editor-header h1 {
    margin-top: 10px;
}

.doi-back-link {
    display: inline-block;
    margin-bottom: 10px;
    text-decoration: none;
}

.doi-back-link:hover {
    text-decoration: underline;
}

.doi-email-editor-fallback {
    background: #fff;
    padding: 20px;
    border: 1px solid #c3c4c7;
}

.doi-email-editor-fallback pre {
    background: #f0f0f1;
    padding: 15px;
    border-radius: 4px;
    overflow-x: auto;
}

.doi-editor-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    background: #fff;
    border: 1px solid #c3c4c7;
}

.doi-editor-loading .spinner {
    float: none;
    margin: 0 0 10px 0;
}
