.ccr-course-row {
    display: flex;
    gap: 20px;
    overflow-x: auto;
}
.ccr-course-item {
    flex: 1 1 200px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
}
.ccr-course-item h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.ccr-view-course {
    display: inline-block;
    margin-top: 10px;
    padding: 5px 10px;
    background-color: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
}
.ccr-view-course:hover {
    background-color: #005a87;
}
