.cc-f4f2a8e1-card {
    box-sizing: border-width;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: all 0.3s ease;
}

.cc-f4f2a8e1-image-container {
    position: relative;
    width: 100%;
    line-height: 0;
}

.cc-f4f2a8e1-image-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Badge overlay */
.cc-f4f2a8e1-badge {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-align: center;
    padding: 10px;
    z-index: 2;
    box-sizing: border-box;
}

/* Category Badge Wrapper */
.cc-f4f2a8e1-category-wrapper {
    display: flex;
}

.cc-f4f2a8e1-category {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

/* Title */
.cc-f4f2a8e1-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

/* Rating */
.cc-f4f2a8e1-rating-container {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cc-f4f2a8e1-rating-stars {
    display: flex;
    align-items: center;
    line-height: 1;
}

.cc-f4f2a8e1-rating-text {
    font-size: 14px;
}

/* Instructor Section */
.cc-f4f2a8e1-inst-container {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cc-f4f2a8e1-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    font-weight: bold;
}

.cc-f4f2a8e1-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cc-f4f2a8e1-inst-right {
    display: flex;
    flex-direction: column;
}

.cc-f4f2a8e1-inst-name {
    font-weight: 600;
    font-size: 15px;
}

.cc-f4f2a8e1-inst-label {
    font-size: 13px;
}

/* Divider Line */
.cc-f4f2a8e1-divider {
    border-top: 1px solid #E8E8E8;
    width: 100%;
    margin-bottom: 20px;
}

/* Button */
.cc-f4f2a8e1-btn-wrapper {
    display: flex;
}

.cc-f4f2a8e1-btn {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
}
