/* Styles for easy-quiz-builder page. */

#error-report {
    display: none;
    background-color: rgba(255, 0, 0, 0.15);
    color: #ffd6d6;
    border: 1px solid #ff4d4d;
    padding: 1em;
    margin-top: 1em;
    border-radius: 4px;
    font-family: monospace;
    white-space: pre-wrap;
}

#error-report h2 {
    font-size: 1.2em;
}
