.danesh-lessons {
    display: flex;
    flex-direction: column;
    gap: 14px;
    font-family: 'IRANYekan', 'IranYekan', 'Iran Yekan', sans-serif !important;
}

.danesh-lesson {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
    font-size: 15px;
}

.danesh-lesson a {
    text-decoration: none;
    color: inherit;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.danesh-lesson.free {
    border-right: 4px solid #22c55e;
}

.danesh-lesson.locked {
    opacity: .85;
}

.badge {
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 999px;
}

.badge-free {
    background: #dcfce7;
    color: #166534;
}

.badge-lock {
    background: #fee2e2;
    color: #991b1b;
}

/* Accordion */
.danesh-accordion {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 16px;
}

.danesh-accordion-header {
    padding: 14px;
    background: #f9fafb;
    font-weight: 600;
}

.danesh-accordion-body .danesh-lesson {
    border-top: 1px solid #eee;
    border-radius: 0;
}
