/**
 * Topic Page Styles
 * Loaded only on single topic pages
 */

.topic-header {
    margin-bottom: 2rem;
}

.topic-content {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #334155;
}

.topic-content h2,
.topic-content h3,
.topic-content h4 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 700;
}

.related-quizzes {
    border-top: 2px solid #e2e8f0;
}

.quiz-card-link {
    text-decoration: none;
    display: block;
    height: 100%;
}

.quiz-card-link:hover .quiz-card {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}