#jl-quiz-container {
    max-width: 680px;
    margin: 0 auto;
    font-family: Georgia, serif;
    text-align: center;
    padding: 20px;
}

#jl-quiz-container img {
    max-width: 220px;
    border-radius: 12px;
    margin-bottom: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

#jl-fortschritt {
    font-size: 0.85em;
    color: #888;
    margin-bottom: 8px;
}

#jl-frage-text {
    font-size: 1.15em;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.5;
    color: #2c2c2c !important;
}

.jl-option-btn {
    display: block;
    width: 100%;
    margin: 8px 0;
    padding: 12px 16px;
    font-size: 1em;
    background: #f5f0e8 !important;
    border: 2px solid #c8a96e;
    border-radius: 8px;
    cursor: pointer;
    text-align: left;
    transition: background 0.2s;
    font-family: Georgia, serif;
    color: #2c2c2c !important;
}

.jl-option-btn:hover:not(:disabled) {
    background: #e8dfc8;
}

.jl-option-btn:disabled {
    opacity: 0.6;
    cursor: default;
}

#jl-feedback {
    background: #fdf6e3;
    border-left: 4px solid #c8a96e;
    padding: 14px 18px;
    margin-top: 20px;
    border-radius: 6px;
    text-align: left;
    font-style: italic;
    color: #3a3a2a;
    line-height: 1.6;
}

#jl-feedback-text {
    margin: 0 0 12px 0;
}

#jl-weiter-btn,
#jl-start-btn,
#jl-quiz-ende button {
    margin-top: 10px;
    padding: 10px 28px;
    font-size: 1em;
    background: #8b4513;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-family: Georgia, serif;
    transition: background 0.2s;
}

#jl-weiter-btn:hover,
#jl-start-btn:hover,
#jl-quiz-ende button:hover {
    background: #a0522d;
}

#jl-quiz-ende h2 {
    color: #5a3a1a;
}

#jl-ergebnis-text {
    font-size: 1.1em;
    color: #3a3a2a;
}

#jl-checkliste {
    text-align: left;
    max-width: 600px;
    margin: 0 auto;
}

#jl-checkliste h2 {
    text-align: center;
    color: #5a3a1a;
    margin-bottom: 20px;
}

#jl-checklist-items {
    list-style: decimal;
    padding: 0 0 0 20px;
}

#jl-checklist-items li {
    padding: 12px 16px;
    margin-bottom: 10px;
    background: #fdf6e3;
    border-left: 4px solid #c8a96e;
    border-radius: 6px;
    font-size: 1em;
    line-height: 1.6;
    color: #2c2c2c;
}

#jl-checklist-items label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
}

#jl-checklist-items span {
    display: block;
    flex: 1;
}

#jl-checklist-items input[type="checkbox"] {
    margin-top: 3px;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    cursor: pointer;
    accent-color: #8b4513;
}

#jl-checklist-items li:has(input:checked) {
    background: #e8f5e9;
    border-left-color: #4caf50;
    opacity: 0.8;
}
