.lms-99e2329a-wrapper {
    font-family: 'Poppins', sans-serif;
    color: #475569;
}
.lms-99e2329a-header {
    text-align: center;
    margin-bottom: 30px;
}
.lms-99e2329a-heading {
    color: #0F172A;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}
.lms-99e2329a-subheading {
    font-size: 16px;
    color: #64748B;
    max-width: 700px;
    margin: 0 auto;
}
.lms-99e2329a-tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.lms-99e2329a-tab {
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    padding: 10px 5px;
    font-size: 16px;
    font-weight: 500;
    color: #64748B;
    cursor: pointer;
    transition: 0.3s;
}
.lms-99e2329a-tab:hover, .lms-99e2329a-tab.active {
    color: #7B61FF;
    border-bottom-color: #7B61FF;
}
.lms-99e2329a-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
@media (max-width: 1024px) {
    .lms-99e2329a-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .lms-99e2329a-grid { grid-template-columns: 1fr; }
}
.lms-99e2329a-card {
    background: #fff;
    border-radius: 18px;
    border: 1px solid #E2E8F0;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}
.lms-99e2329a-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.lms-99e2329a-card-img-wrap {
    position: relative;
    height: 180px;
    background: #F1F5F9;
}
.lms-99e2329a-card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lms-99e2329a-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #F59E0B;
    color: #fff;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 6px;
}
.lms-99e2329a-card-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.lms-99e2329a-meta {
    display: flex;
    gap: 15px;
    font-size: 13px;
    color: #64748B;
    margin-bottom: 10px;
}
.lms-99e2329a-title {
    font-size: 18px;
    font-weight: 600;
    color: #0F172A;
    margin: 0 0 10px;
    line-height: 1.4;
}
.lms-99e2329a-desc {
    font-size: 14px;
    color: #64748B;
    margin: 0 0 15px;
    flex-grow: 1;
}
.lms-99e2329a-rating {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 15px;
    font-size: 14px;
}
.lms-99e2329a-stars { color: #EAB308; }
.lms-99e2329a-rating-score { font-weight: 600; color: #0F172A; }
.lms-99e2329a-reviews { color: #94A3B8; }
.lms-99e2329a-instructor {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #475569;
    padding-bottom: 15px;
    border-bottom: 1px solid #E2E8F0;
    margin-bottom: 15px;
}
.lms-99e2329a-instructor img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
}
.lms-99e2329a-students {
    margin-left: auto;
    color: #64748B;
}
.lms-99e2329a-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lms-99e2329a-price {
    display: flex;
    flex-direction: column;
}
.lms-99e2329a-price-old {
    font-size: 12px;
    color: #94A3B8;
    text-decoration: line-through;
}
.lms-99e2329a-price-new {
    font-size: 18px;
    font-weight: 700;
    color: #7B61FF;
}
.lms-99e2329a-btn {
    background: linear-gradient(135deg, #7B61FF, #5a3cf5);
    color: #fff;
    padding: 10px 18px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.3s;
}
.lms-99e2329a-btn:hover {
    opacity: 0.9;
    color: #fff;
}
