/* AutoSignals Education Academy styles */

.edu-reading-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    width: 0;
    background: var(--primary-color, #6c5ffc);
    z-index: 1080;
    transition: width 0.1s ease-out;
}

.edu-card {
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.edu-card:hover {
    transform: translateY(-2px);
}

.edu-card-done {
    border-left: 3px solid #22c55e !important;
}

.edu-content {
    line-height: 1.75;
    font-size: 0.95rem;
}

.edu-content h2 {
    margin-top: 2rem;
    font-size: 1.25rem;
    font-weight: 600;
}

.edu-content h3 {
    margin-top: 1.5rem;
    font-size: 1.05rem;
    font-weight: 600;
}

.edu-content p,
.edu-content ul,
.edu-content ol {
    margin-bottom: 1rem;
}

.edu-content blockquote {
    border-left: 3px solid var(--primary-color, #6c5ffc);
    padding-left: 1rem;
    color: var(--text-muted, #6b7280);
    margin: 1.25rem 0;
}

.edu-content table {
    width: 100%;
    margin-bottom: 1rem;
    border-collapse: collapse;
}

.edu-content th,
.edu-content td {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0.5rem 0.75rem;
    text-align: left;
}

.edu-toc-card {
    position: sticky;
    top: 5rem;
}

.edu-toc a:hover {
    color: var(--primary-color, #6c5ffc) !important;
}

.edu-quiz-q .form-check-label {
    cursor: pointer;
}
