.cm-dashboard {
    margin-top: 20px;
}

.cm-dashboard-courses {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 16px;
}

.cm-dashboard-course {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
}

.cm-dashboard-course-name {
    font-weight: 600;
    font-size: 15px;
}

.cm-dashboard-course-btn {
    white-space: nowrap;
    margin-left: 16px;
}