/**
 * Polkadot Sensei - Standalone Styles
 * Zusätzliche Styles für Standalone-Modus
 */

body {
    background: #333333;
    min-height: 100vh;
    padding: 20px;
}

.quiz-container {
    background-color: white;
    border-radius: 17px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 1);
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Header für Standalone */
.quiz-header {
    background: var(--vonFlandern-gradient);
    color: white;
    padding: 20px;
    border-radius: 16px 16px 0 0;
    text-align: center;
}

.quiz-header h1 {
    margin: 0;
    font-size: 2em;
}

.quiz-header p {
    margin: 5px 0 0 0;
    opacity: 0.9;
}

/* Footer für Standalone */
.quiz-footer {
    background-color: #f9fafb;
    padding: 20px;
    border-radius: 0 0 16px 16px;
    text-align: center;
    color: #6b7280;
    font-size: 0.9em;
}

.quiz-footer a {
    color: var(--primary-color);
    text-decoration: none;
}

.quiz-footer a:hover {
    text-decoration: underline;
}
