.related-quizzes {
    margin-top: 2.5rem
}

.related-quizzes h2 {
    font-size: 1.18rem;
    margin-bottom: 1.1rem;
    color: #a855f7;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 8px #a5b4fc22
}

.related-quizzes-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    justify-content: center
}

.related-quiz-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(120deg, #f8fafc 60%, #e0e7ff 100%);
    border-radius: 14px;
    box-shadow: 0 2px 12px #6366f111;
    padding: 1.1em 1.2em 1.1em 1.2em;
    text-decoration: none;
    color: #3b3b7a;
    min-width: 140px;
    max-width: 180px;
    transition: box-shadow 0.18s, transform 0.18s, background 0.18s;
    border: 2px solid #e0e7ff
}

.related-quiz-card:hover,
.related-quiz-card:focus {
    box-shadow: 0 6px 24px #a855f733, 0 2px 8px #4a90e233;
    background: linear-gradient(120deg, #e0e7ff 60%, #f8fafc 100%);
    transform: translateY(-2px) scale(1.04);
    border-color: #a855f7
}

.related-quiz-card img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 0.7em;
    box-shadow: 0 2px 8px #6366f122
}

.related-quiz-card span {
    font-size: 1.05rem;
    font-weight: 600;
    text-align: center;
    color: #3b3b7a;
    margin-top: 0.2em
}

@media (max-width:700px) {
    .related-quizzes-grid {
        flex-direction: column;
        gap: 16px;
        align-items: center
    }

    .related-quiz-card {
        min-width: 0;
        width: 90vw;
        max-width: 340px
    }
}

.quiz-intro-flex {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 10px
}

.quiz-intro-flex .intro-text {
    flex: 2 1 0;
    margin-bottom: 0
}

.quiz-image-side {
    flex: 1 0 120px;
    max-width: 220px;
    min-width: 120px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end
}

.quiz-image-side .quiz-main-image {
    max-width: 180px;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 2px 12px #0001;
    margin-left: 0;
    margin-right: 0;
    display: block
}

@media (max-width:700px) {
    .quiz-intro-flex {
        flex-direction: column;
        gap: 10px
    }

    .quiz-image-side {
        max-width: 100%;
        min-width: 0;
        justify-content: center;
        margin-bottom: 10px
    }

    .quiz-image-side .quiz-main-image {
        max-width: 98vw;
        margin: 0 auto
    }
}

.quiz-image-block {
    text-align: center;
    margin: 24px 0 18px 0
}

.quiz-main-image {
    max-width: 320px;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 2px 12px #0001;
    transition: box-shadow 0.2s, transform 0.2s;
    display: inline-block
}

.play-button-block {
    text-align: center;
    margin-bottom: 18px
}

.play-button {
    font-size: 1.2rem;
    padding: 0.7em 2.2em;
    border-radius: 2em;
    background: #2a7ae2;
    color: #fff;
    font-weight: 700;
    box-shadow: 0 2px 8px #2a7ae033;
    border: none;
    cursor: pointer;
    transition: background 0.18s, box-shadow 0.18s
}

.play-button:hover,
.play-button:focus {
    background: #1a5bb8;
    box-shadow: 0 4px 16px #2a7ae055
}

.quiz-disclaimer {
    color: #b00;
    font-size: 0.95em;
    margin-top: 20px;
    text-align: center
}

body {
    margin: 0;
    font-family: 'Segoe UI', 'Nunito', 'Quicksand', system-ui, sans-serif;
    background: linear-gradient(135deg, #f8fafc 0%, #e0e7ff 100%);
    color: #25324b
}

main.quiz-info-container {
    max-width: 900px;
    margin: 2.5rem auto;
    padding: 2.2rem 2.5rem 2.5rem 2.5rem;
    background: linear-gradient(120deg, #fff 60%, #e0e7ff 100%);
    border-radius: 22px;
    box-shadow: 0 8px 32px 0 rgba(60, 80, 180, 0.10), 0 1.5px 6px #2a7ae022;
    border: 2.5px solid #a5b4fc33;
    position: relative
}

.quiz-info-container h1 {
    text-align: center;
    font-family: 'Quicksand', 'Segoe UI', sans-serif;
    font-weight: 900;
    font-size: 2.5rem;
    color: #3b3b7a;
    margin-bottom: 1.2rem;
    letter-spacing: 1.5px;
    text-shadow: 0 2px 12px #a5b4fc33;
    background: linear-gradient(90deg, #0e4366 10%, #0877ff 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

h1 {
    font-size: 2.1rem;
    margin-bottom: 0.5rem
}

.intro-text {
    font-size: 1.13rem;
    margin-bottom: 2rem;
    color: #3b3b7a;
    background: linear-gradient(90deg, #f1f5ff 60%, #e0e7ff 100%);
    border-left: 5px solid #6366f1;
    padding: 1.1em 1.2em 1.1em 2.7em;
    border-radius: 0 18px 18px 0;
    box-shadow: 0 2px 12px #6366f111;
    font-family: 'Nunito', 'Segoe UI', sans-serif;
    font-weight: 500;
    line-height: 1.7;
    position: relative;
    transition: box-shadow 0.2s
}

.intro-text::before {
    content: '💡';
    position: absolute;
    left: 0.9em;
    top: 1.05em;
    font-size: 1.2em;
    opacity: 0.7;
    pointer-events: none
}

.play-button-block {
    display: flex;
    justify-content: center
}

.play-button {
    align-self: center;
    margin: 1.7rem 0;
    padding: 1.1rem 2.8rem;
    font-size: 1.32rem;
    font-weight: 700;
    color: #fffbe7;
    background: linear-gradient(90deg, #ffd700 0%, #4a90e2 100%);
    border: 2.5px solid #e6c200;
    border-radius: 2em;
    text-decoration: none;
    box-shadow: 0 4px 18px 0 #ffd70022, 0 2px 8px #4a90e233;
    transition: background 0.18s, box-shadow 0.18s, transform 0.1s;
    cursor: pointer;
    letter-spacing: 0.5px
}

.play-button:hover,
.play-button:focus {
    background: linear-gradient(90deg, #ffe066 0%, #357abd 100%);
    color: #fffde4;
    box-shadow: 0 6px 24px #ffd70033, 0 4px 16px #4a90e255;
    transform: translateY(-2px) scale(1.03);
    border-color: #e6c200
}

section {
    margin-top: 2.2rem
}

section h2 {
    font-size: 1.35rem;
    color: #6366f1;
    margin-bottom: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 8px #a5b4fc22;
    display: flex;
    align-items: center;
    gap: 0.5em
}

section h2::after {
    content: '';
    display: inline-block;
    height: 3px;
    width: 32px;
    background: linear-gradient(90deg, #6366f1 0%, #60a5fa 100%);
    border-radius: 2px;
    margin-left: 0.7em;
    opacity: 0.5
}

ul,
ol {
    padding-left: 1.5rem
}

ul li,
ol li {
    margin-bottom: 0.5rem;
    font-size: 1.08rem;
    color: #3b3b7a;
    font-family: 'Nunito', 'Segoe UI', sans-serif;
    font-weight: 500;
    letter-spacing: 0.1px
}

@media (max-width:600px) {
    main.quiz-info-container {
        padding: 1rem
    }

    .play-button {
        width: 100%;
        text-align: center
    }

    h1,
    .quiz-info-container h1 {
        font-size: 1.4rem
    }

    .intro-text {
        font-size: 1rem;
        padding: 0.8em 0.7em 0.8em 2.1em
    }

    .intro-text::before {
        left: 0.6em;
        top: 0.85em;
        font-size: 1.1em
    }
}