@import '_content/RapidFireUI/RapidFireUI.mqcw54sdph.bundle.scp.css';
@import '_content/SwiftCoreUI/SwiftCoreUI.guyvlswdy3.bundle.scp.css';

/* /Pages/Courses/Catalog/Dropdown.razor.rz.scp.css */
.dropdown-wrapper[b-b63yacunj2] {
    position: relative;
    display: inline-block;
}

/* Button styling: wider, border, hover */
.dropdown-btn[b-b63yacunj2] {
    min-width: 44px;
    height: 36px;
    padding: 6px 10px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .18s ease;
}

    .dropdown-btn:hover[b-b63yacunj2] {
        border-color: #10b981;
        background: #f0fdf4;
        color: #10b981;
        transform: translateY(-1px);
    }

/* Menu (fixed positioning from JS prevents clipping by parents) */
.dropdown-menu[b-b63yacunj2] {
    min-width: 160px;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.12);
    box-shadow: 0 8px 18px rgba(0,0,0,0.12);
    padding: 6px 4px;
    z-index: 99999;
    animation: fadeSlide-b-b63yacunj2 0.16s ease-out;
    display:block;
}

/* Animation */
@keyframes fadeSlide-b-b63yacunj2 {
    from {
        opacity: 0;
        transform: translateY(-6px) scale(.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.dropdown-item[b-b63yacunj2] {
    width: 100%;
    text-align: left;
    padding: 10px 12px;
    font-size: 14px;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: background 0.12s ease, padding-left 0.12s ease;
    white-space: nowrap;
}

    .dropdown-item:hover[b-b63yacunj2] {
        background: #f6f7f8;
        padding-left: 18px;
    }

.dropdown-item-danger[b-b63yacunj2] {
    color: #dc3545;
}

    .dropdown-item-danger:hover[b-b63yacunj2] {
        background: #fff5f5;
    }
/* /Pages/Courses/Catalog/ProgramCard.razor.rz.scp.css */
/* ======= Program Card Styles ======= */
.program-card[b-0b21sai7lv] {
    background: white;
    border-radius: 1rem;
    border: 1px solid #e5e7eb;
    overflow: visible; /* important for dropdown */
    transition: all 0.3s;
    position: relative;
}

    .program-card:hover[b-0b21sai7lv] {
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    }

/*.program-image {
    position: relative;
    height: 12rem;
    overflow: hidden;
}

    .program-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s;
    }*/

/* Ensure the top image respects the card's rounded corners */
.program-image[b-0b21sai7lv] {
    position: relative;
    height: 12rem;
    overflow: hidden; /* clip children to this container */
    border-top-left-radius: 1rem; /* match .program-card border-radius */
    border-top-right-radius: 1rem;
}

    /* Make the img fill the container cleanly and be clipped */
    .program-image img[b-0b21sai7lv] {
        display: block; /* remove inline gap */
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-top-left-radius: inherit; /* inherit from container just in case */
        border-top-right-radius: inherit;
    }

.program-card:hover .program-image img[b-0b21sai7lv] {
    transform: scale(1.1);
}

.status-badge[b-0b21sai7lv] {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
    color: white;
}

.status-active[b-0b21sai7lv] {
    background: #10b981;
}

.status-draft[b-0b21sai7lv] {
    background: #f59e0b;
}

.status-archived[b-0b21sai7lv] {
    background: #6b7280;
}

.favorite-btn[b-0b21sai7lv] {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    width: 2rem;
    height: 2rem;
    background: white;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: all 0.2s;
}

    .favorite-btn:hover[b-0b21sai7lv] {
        background: #f3f4f6;
    }

    .favorite-btn .text-red[b-0b21sai7lv] {
        color: #ef4444;
    }

.program-content[b-0b21sai7lv] {
    padding: 1.25rem;
}

.program-header[b-0b21sai7lv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}

.category-badge[b-0b21sai7lv] {
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
}

.category-web-development[b-0b21sai7lv] {
    background: #dbeafe;
    color: #1e40af;
}

.category-mobile-development[b-0b21sai7lv] {
    background: #f3e8ff;
    color: #6b21a8;
}

.category-data-science[b-0b21sai7lv] {
    background: #e0e7ff;
    color: #3730a3;
}

.category-design[b-0b21sai7lv] {
    background: #fce7f3;
    color: #9f1239;
}

.category-unknown[b-0b21sai7lv] {
    background: #e0e7ff;
    color: #3730a3;
}

.category-marketing[b-0b21sai7lv] {
    background: #ccfbf1;
    color: #115e59;
}

.category-cloud-computing[b-0b21sai7lv] {
    background: #cffafe;
    color: #155e75;
}

.rating[b-0b21sai7lv] {
    color: #f59e0b;
    font-size: 0.875rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.program-title[b-0b21sai7lv] {
    font-size: 1.125rem;
    font-weight: bold;
    color: #111827;
    margin: 0 0 0.5rem 0;
    transition: color 0.2s;
}

.program-card:hover .program-title[b-0b21sai7lv] {
    color: #10b981;
}

.program-description[b-0b21sai7lv] {
    font-size: 0.875rem;
    color: #6b7280;
    margin: 0 0 1rem 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.program-meta[b-0b21sai7lv] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    font-size: 0.875rem;
    color: #6b7280;
    flex-wrap: wrap;
}

.meta-item[b-0b21sai7lv] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

    .meta-item i[b-0b21sai7lv] {
        color: #10b981;
    }

.program-badges[b-0b21sai7lv] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.level-badge[b-0b21sai7lv] {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-weight: 500;
}

.level-beginner[b-0b21sai7lv] {
    background: #fef3c7;
    color: #92400e;
}

.level-intermediate[b-0b21sai7lv] {
    background: #dbeafe;
    color: #1e40af;
}

.level-advanced[b-0b21sai7lv] {
    background: #fee2e2;
    color: #991b1b;
}

.certificate-badge[b-0b21sai7lv] {
    display: inline-flex;
    align-items: center;
    background: #d1fae5;
    color: #065f46;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-weight: 500;
}

.program-actions[b-0b21sai7lv] {
    display: flex;
    gap: 0.5rem;
}

.btn-view-details[b-0b21sai7lv] {
    flex: 1;
    background: #10b981;
    color: white;
    border: none;
    padding: 0.5rem;
    border-radius: 0.5rem;
    font-weight: 500;
    font-size: 0.875rem;
    cursor: pointer;
    transition: background 0.2s;
}

    .btn-view-details:hover[b-0b21sai7lv] {
        background: #059669;
    }

.btn-menu[b-0b21sai7lv] {
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid #d1d5db;
    background: white;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
}

    .btn-menu:hover[b-0b21sai7lv] {
        border-color: #10b981;
        background: #f0fdf4;
        color: #10b981;
    }


/* Program Card */
/*.program-card {
    background: white;
    border-radius: 1rem;
    border: 1px solid #e5e7eb;
    overflow: hidden;
    transition: all 0.3s;
}

    .program-card:hover {
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    }

.program-image {
    position: relative;
    height: 12rem;
    overflow: hidden;
}

    .program-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s;
    }

.program-card:hover .program-image img {
    transform: scale(1.1);
}

.status-badge {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
    color: white;
}

.status-active {
    background: #10b981;
}

.status-draft {
    background: #f59e0b;
}

.status-archived {
    background: #6b7280;
}

.favorite-btn {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    width: 2rem;
    height: 2rem;
    background: white;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.2s;
}

    .favorite-btn:hover {
        background: #f3f4f6;
    }

    .favorite-btn .text-red {
        color: #ef4444;
    }

.program-content {
    padding: 1.25rem;
}

.program-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}

.category-badge {
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
}

.category-web-development {
    background: #dbeafe;
    color: #1e40af;
}

.category-mobile-development {
    background: #f3e8ff;
    color: #6b21a8;
}

.category-data-science {
    background: #e0e7ff;
    color: #3730a3;
}

.category-design {
    background: #fce7f3;
    color: #9f1239;
}

.category-marketing {
    background: #ccfbf1;
    color: #115e59;
}

.category-cloud-computing {
    background: #cffafe;
    color: #155e75;
}

.rating {
    color: #f59e0b;
    font-size: 0.875rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.program-title {
    font-size: 1.125rem;
    font-weight: bold;
    color: #111827;
    margin: 0 0 0.5rem 0;
    transition: color 0.2s;
}

.program-card:hover .program-title {
    color: #10b981;
}

.program-description {
    font-size: 0.875rem;
    color: #6b7280;
    margin: 0 0 1rem 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.program-meta {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    font-size: 0.875rem;
    color: #6b7280;
    flex-wrap: wrap;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

    .meta-item i {
        color: #10b981;
    }

.program-badges {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.level-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-weight: 500;
}

.level-beginner {
    background: #fef3c7;
    color: #92400e;
}

.level-intermediate {
    background: #dbeafe;
    color: #1e40af;
}

.level-advanced {
    background: #fee2e2;
    color: #991b1b;
}

.certificate-badge {
    display: inline-flex;
    align-items: center;
    background: #d1fae5;
    color: #065f46;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-weight: 500;
}

.program-actions {
    display: flex;
    gap: 0.5rem;
}

.btn-view-details {
    flex: 1;
    background: #10b981;
    color: white;
    border: none;
    padding: 0.5rem;
    border-radius: 0.5rem;
    font-weight: 500;
    font-size: 0.875rem;
    cursor: pointer;
    transition: background 0.2s;
}

    .btn-view-details:hover {
        background: #059669;
    }

.btn-menu {
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid #d1d5db;
    background: white;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
}

    .btn-menu:hover {
        border-color: #10b981;
        background: #f0fdf4;
        color: #10b981;
    }*/
/* /Pages/Courses/Catalog/ProgramListItem.razor.rz.scp.css */
/* Program List Item - Magazine Style */
.program-list-item[b-o9f5wr0wl4] {
    background: white;
    border-radius: 1rem;
    border: 1px solid #e5e7eb;
    overflow: hidden;
    transition: all 0.3s;
    display: flex;
}

    .program-list-item:hover[b-o9f5wr0wl4] {
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    }

/* Colored Accent Bar */
.accent-bar[b-o9f5wr0wl4] {
    width: 0.5rem;
    flex-shrink: 0;
}

.accent-blue[b-o9f5wr0wl4] {
    background: linear-gradient(to bottom, #3b82f6, #2563eb);
}

.accent-purple[b-o9f5wr0wl4] {
    background: linear-gradient(to bottom, #a855f7, #9333ea);
}

.accent-indigo[b-o9f5wr0wl4] {
    background: linear-gradient(to bottom, #6366f1, #4f46e5);
}

.accent-pink[b-o9f5wr0wl4] {
    background: linear-gradient(to bottom, #ec4899, #db2777);
}

.accent-teal[b-o9f5wr0wl4] {
    background: linear-gradient(to bottom, #14b8a6, #0d9488);
}

.accent-cyan[b-o9f5wr0wl4] {
    background: linear-gradient(to bottom, #06b6d4, #0891b2);
}

.accent-gray[b-o9f5wr0wl4] {
    background: linear-gradient(to bottom, #6b7280, #4b5563);
}

/* Container */
.list-item-container[b-o9f5wr0wl4] {
    flex: 1;
    padding: 1.5rem;
}

/* Layout */
.list-item-layout[b-o9f5wr0wl4] {
    display: flex;
    gap: 1.5rem;
}

/* Image with Overlay */
.list-item-image-wrapper[b-o9f5wr0wl4] {
    position: relative;
    width: 16rem;
    height: 10rem;
    border-radius: 0.5rem;
    overflow: hidden;
    flex-shrink: 0;
    transition: box-shadow 0.3s;
}

.program-list-item:hover .list-item-image-wrapper[b-o9f5wr0wl4] {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.list-item-image[b-o9f5wr0wl4] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.program-list-item:hover .list-item-image[b-o9f5wr0wl4] {
    transform: scale(1.05);
}

.image-overlay[b-o9f5wr0wl4] {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}

.image-overlay-content[b-o9f5wr0wl4] {
    position: absolute;
    bottom: 0.75rem;
    left: 0.75rem;
    right: 0.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
}

.status-badge-overlay[b-o9f5wr0wl4] {
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
    color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

    .status-badge-overlay.status-active[b-o9f5wr0wl4] {
        background: #10b981;
    }

    .status-badge-overlay.status-draft[b-o9f5wr0wl4] {
        background: #f59e0b;
    }

    .status-badge-overlay.status-archived[b-o9f5wr0wl4] {
        background: #6b7280;
    }

.favorite-btn-overlay[b-o9f5wr0wl4] {
    width: 2rem;
    height: 2rem;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(4px);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
}

    .favorite-btn-overlay:hover[b-o9f5wr0wl4] {
        background: white;
    }

    .favorite-btn-overlay i[b-o9f5wr0wl4] {
        color: #374151;
    }

    .favorite-btn-overlay .text-red[b-o9f5wr0wl4] {
        color: #ef4444;
    }

/* Content Area */
.list-item-content-area[b-o9f5wr0wl4] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

/* Header Section */
.content-header[b-o9f5wr0wl4] {
    margin-bottom: 0.75rem;
}

.header-badges-row[b-o9f5wr0wl4] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.category-badge[b-o9f5wr0wl4] {
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
}

.category-web-development[b-o9f5wr0wl4] {
    background: #dbeafe;
    color: #1e40af;
}

.category-mobile-development[b-o9f5wr0wl4] {
    background: #f3e8ff;
    color: #6b21a8;
}

.category-data-science[b-o9f5wr0wl4] {
    background: #e0e7ff;
    color: #3730a3;
}

.category-design[b-o9f5wr0wl4] {
    background: #fce7f3;
    color: #9f1239;
}

.category-marketing[b-o9f5wr0wl4] {
    background: #ccfbf1;
    color: #115e59;
}

.category-cloud-computing[b-o9f5wr0wl4] {
    background: #cffafe;
    color: #155e75;
}

.rating-badge[b-o9f5wr0wl4] {
    color: #f59e0b;
    font-size: 0.875rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.divider[b-o9f5wr0wl4] {
    color: #d1d5db;
    font-size: 0.75rem;
}

.update-time[b-o9f5wr0wl4] {
    color: #6b7280;
    font-size: 0.75rem;
}

.content-title[b-o9f5wr0wl4] {
    font-size: 1.25rem;
    font-weight: bold;
    color: #111827;
    margin: 0 0 0.5rem 0;
    transition: color 0.2s;
}

.program-list-item:hover .content-title[b-o9f5wr0wl4] {
    color: #10b981;
}

.content-description[b-o9f5wr0wl4] {
    font-size: 0.875rem;
    color: #6b7280;
    margin: 0 0 0.75rem 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Stats Grid */
.stats-grid-list[b-o9f5wr0wl4] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    margin-bottom: 1rem;
}

@media (min-width: 640px) {
    .stats-grid-list[b-o9f5wr0wl4] {
        grid-template-columns: repeat(4, 1fr);
    }
}

.stat-item[b-o9f5wr0wl4] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.stat-icon[b-o9f5wr0wl4] {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.stat-icon-emerald[b-o9f5wr0wl4] {
    background: #f0fdf4;
    color: #10b981;
}

.stat-icon-blue[b-o9f5wr0wl4] {
    background: #eff6ff;
    color: #3b82f6;
}

.stat-icon-purple[b-o9f5wr0wl4] {
    background: #faf5ff;
    color: #a855f7;
}

.stat-icon-amber[b-o9f5wr0wl4] {
    background: #fffbeb;
    color: #f59e0b;
}

.stat-details[b-o9f5wr0wl4] {
    flex: 1;
    min-width: 0;
}

.stat-label[b-o9f5wr0wl4] {
    font-size: 0.75rem;
    color: #6b7280;
    margin: 0 0 0.125rem 0;
    line-height: 1;
}

.stat-value[b-o9f5wr0wl4] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #111827;
    margin: 0;
    line-height: 1.2;
}

/* Footer Section */
.content-footer[b-o9f5wr0wl4] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    margin-top: auto;
    padding-top: 0.75rem;
    border-top: 1px solid #f3f4f6;
}

.footer-badges[b-o9f5wr0wl4] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.level-badge[b-o9f5wr0wl4] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.25rem 0.625rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-weight: 500;
}

.level-beginner[b-o9f5wr0wl4] {
    background: #fef3c7;
    color: #92400e;
}

.level-intermediate[b-o9f5wr0wl4] {
    background: #dbeafe;
    color: #1e40af;
}

.level-advanced[b-o9f5wr0wl4] {
    background: #fee2e2;
    color: #991b1b;
}

.certificate-badge-footer[b-o9f5wr0wl4] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    background: #d1fae5;
    color: #065f46;
    padding: 0.25rem 0.625rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-weight: 500;
}

.language-badge[b-o9f5wr0wl4] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    background: #f3f4f6;
    color: #374151;
    padding: 0.25rem 0.625rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-weight: 500;
}

/* Footer Actions */
.footer-actions[b-o9f5wr0wl4] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.btn-view-details-list[b-o9f5wr0wl4] {
    background: #10b981;
    color: white;
    border: none;
    padding: 0.5rem 1.25rem;
    border-radius: 0.5rem;
    font-weight: 500;
    font-size: 0.875rem;
    cursor: pointer;
    transition: background 0.2s;
}

    .btn-view-details-list:hover[b-o9f5wr0wl4] {
        background: #059669;
    }

.btn-edit-list[b-o9f5wr0wl4] {
    background: white;
    color: #374151;
    border: 1px solid #d1d5db;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-weight: 500;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.2s;
}

    .btn-edit-list:hover[b-o9f5wr0wl4] {
        border-color: #10b981;
        background: #f0fdf4;
        color: #10b981;
    }

.btn-menu-list[b-o9f5wr0wl4] {
    background: white;
    border: 1px solid #d1d5db;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
}

    .btn-menu-list:hover[b-o9f5wr0wl4] {
        border-color: #d1d5db;
        background: #f9fafb;
    }

/* Responsive */
@media (max-width: 1024px) {
    .list-item-layout[b-o9f5wr0wl4] {
        flex-direction: column;
    }

    .list-item-image-wrapper[b-o9f5wr0wl4] {
        width: 100%;
        height: 10rem;
    }

    .list-item-container[b-o9f5wr0wl4] {
        padding: 1rem;
    }
}

@media (max-width: 640px) {
    .list-item-container[b-o9f5wr0wl4] {
        padding: 1rem;
    }

    .content-footer[b-o9f5wr0wl4] {
        flex-direction: column;
        align-items: stretch;
    }

    .footer-badges[b-o9f5wr0wl4] {
        width: 100%;
    }

    .footer-actions[b-o9f5wr0wl4] {
        width: 100%;
    }

    .btn-view-details-list[b-o9f5wr0wl4],
    .btn-edit-list[b-o9f5wr0wl4] {
        flex: 1;
    }
}
/* /Pages/Courses/Catalog/TrainerCourseCatalog.razor.rz.scp.css */
/* Global Styles */
.course-view[b-no6ec6nxj1] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background-color: #f9fafb;
    min-height: 100vh;
}

/* Header */
.header[b-no6ec6nxj1] {
    background: white;
    border-bottom: 1px solid #e5e7eb;
    position: sticky;
    top: 0;
    z-index: 50;
}

.header-content[b-no6ec6nxj1] {
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-left[b-no6ec6nxj1] {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.logo[b-no6ec6nxj1] {
    font-size: 1.5rem;
    font-weight: bold;
    color: #111827;
    margin: 0;
}

.nav-menu[b-no6ec6nxj1] {
    display: flex;
    gap: 1.5rem;
}

.nav-link[b-no6ec6nxj1] {
    color: #6b7280;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s;
    padding-bottom: 0.25rem;
}

    .nav-link:hover[b-no6ec6nxj1] {
        color: #111827;
    }

    .nav-link.active[b-no6ec6nxj1] {
        color: #10b981;
        border-bottom: 2px solid #10b981;
    }

.header-right[b-no6ec6nxj1] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.icon-btn[b-no6ec6nxj1] {
    padding: 0.5rem;
    color: #6b7280;
    background: transparent;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.2s;
}

    .icon-btn:hover[b-no6ec6nxj1] {
        color: #111827;
        background: #f3f4f6;
    }

.avatar[b-no6ec6nxj1] {
    width: 2.5rem;
    height: 2.5rem;
    background: #10b981;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
}

/* Main Content */
.course-view .main-content[b-no6ec6nxj1] {
    width: 100%; /* full width on small screens */
    /*max-width: 440px;*/ /* stops it from being wider than iPhone Max */
    padding: 1.5rem 1.5rem; /* prevent content touching edges */
    margin: 0 auto; /* center content on larger screens */
    box-sizing: border-box;
}
/*.main-content {
    padding: 2rem;
}*/

/* Page Header */
.page-header[b-no6ec6nxj1] {
    margin-bottom: 2rem;
}

.page-title-section[b-no6ec6nxj1] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    gap: 1rem;
}

.page-title[b-no6ec6nxj1] {
    font-size: 1.25rem;
    font-weight: bold;
    color: #111827;
    margin: 0 0 0.5rem 0;
}

.page-subtitle[b-no6ec6nxj1] {
    color: #6b7280;
    margin: 0;
}

.btn-primary[b-no6ec6nxj1] {
    background: #10b981;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.2s;
}

    .btn-primary:hover[b-no6ec6nxj1] {
        background: #059669;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

/* Stats Grid */
.stats-grid[b-no6ec6nxj1] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.stat-card[b-no6ec6nxj1] {
    padding: 1.5rem;
    border-radius: 1rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

    .stat-card:hover[b-no6ec6nxj1] {
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
        transform: translateY(-4px);
    }

.wave-bg-1[b-no6ec6nxj1] {
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e9f0 100%);
}

.wave-bg-2[b-no6ec6nxj1] {
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
}

.wave-bg-3[b-no6ec6nxj1] {
    background: linear-gradient(135deg, #f3e5f5 0%, #e1bee7 100%);
}

.wave-bg-4[b-no6ec6nxj1] {
    background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
}

.stat-header[b-no6ec6nxj1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.stat-label[b-no6ec6nxj1] {
    font-size: 0.875rem;
    color: #374151;
    font-weight: 500;
}

.stat-icon[b-no6ec6nxj1] {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(4px);
}

    .stat-icon.bg-gray i[b-no6ec6nxj1] {
        color: #374151;
    }

    .stat-icon.bg-green i[b-no6ec6nxj1] {
        color: #10b981;
    }

    .stat-icon.bg-purple i[b-no6ec6nxj1] {
        color: #8b5cf6;
    }

    .stat-icon.bg-amber i[b-no6ec6nxj1] {
        color: #f59e0b;
    }

.stat-value[b-no6ec6nxj1] {
    font-size: 2rem;
    font-weight: bold;
    color: #111827;
    margin: 0.5rem 0;
}

.stat-change[b-no6ec6nxj1] {
    font-size: 0.875rem;
    color: #6b7280;
    margin: 0;
}

.text-success[b-no6ec6nxj1] {
    color: #10b981;
}

/* Filter Section */
.filter-section[b-no6ec6nxj1] {
    background: white;
    border-radius: 1rem;
    border: 1px solid #e5e7eb;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.filter-controls[b-no6ec6nxj1] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
}

.search-bar[b-no6ec6nxj1] {
    flex: 1;
    min-width: 300px;
    position: relative;
}

.search-icon[b-no6ec6nxj1] {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
}

.search-input[b-no6ec6nxj1] {
    width: 100%;
    padding: 0.75rem 1rem 0.75rem 2.75rem;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    transition: all 0.2s;
}

    .search-input:focus[b-no6ec6nxj1] {
        outline: none;
        border-color: #10b981;
        box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
    }

.filter-buttons[b-no6ec6nxj1] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.btn-outline[b-no6ec6nxj1] {
    padding: 0.625rem 1rem;
    border: 1px solid #d1d5db;
    background: white;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.2s;
}

    .btn-outline:hover[b-no6ec6nxj1] {
        background: #f9fafb;
    }

.badge[b-no6ec6nxj1] {
    background: #10b981;
    color: white;
    font-size: 0.75rem;
    padding: 0.125rem 0.5rem;
    border-radius: 9999px;
}

.select-input[b-no6ec6nxj1] {
    padding: 0.625rem 1rem;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
    background: white;
    cursor: pointer;
    transition: all 0.2s;
}

    .select-input:hover[b-no6ec6nxj1] {
        background: #f9fafb;
    }

    .select-input:focus[b-no6ec6nxj1] {
        outline: none;
        border-color: #10b981;
        box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
    }

.view-toggle[b-no6ec6nxj1] {
    display: flex;
    background: #f3f4f6;
    border-radius: 0.5rem;
    padding: 0.25rem;
}

    .view-toggle button[b-no6ec6nxj1] {
        padding: 0.5rem 0.75rem;
        background: transparent;
        border: none;
        border-radius: 0.375rem;
        color: #374151;
        cursor: pointer;
        transition: all 0.2s;
    }

        .view-toggle button.active[b-no6ec6nxj1] {
            background: white;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        }

        .view-toggle button:hover:not(.active)[b-no6ec6nxj1] {
            background: #e5e7eb;
        }

/* Advanced Filters */
.advanced-filters[b-no6ec6nxj1] {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
}

.filter-grid[b-no6ec6nxj1] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}

.filter-field[b-no6ec6nxj1] {
    display: flex;
    flex-direction: column;
}

.filter-label[b-no6ec6nxj1] {
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
    margin-bottom: 0.5rem;
}

.filter-select[b-no6ec6nxj1] {
    padding: 0.5rem 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    font-size: 0.875rem;
}

    .filter-select:focus[b-no6ec6nxj1] {
        outline: none;
        border-color: #10b981;
        box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
    }

.filter-actions[b-no6ec6nxj1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-text[b-no6ec6nxj1] {
    color: #6b7280;
    background: transparent;
    border: none;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    padding: 0.5rem;
    transition: color 0.2s;
}

    .btn-text:hover[b-no6ec6nxj1] {
        color: #111827;
    }

.btn-primary-sm[b-no6ec6nxj1] {
    background: #10b981;
    color: white;
    border: none;
    padding: 0.5rem 1.5rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
}

    .btn-primary-sm:hover[b-no6ec6nxj1] {
        background: #059669;
    }

/* Active Filters */
.active-filters[b-no6ec6nxj1] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
}

.filter-label-text[b-no6ec6nxj1] {
    font-size: 0.875rem;
    color: #6b7280;
    font-weight: 500;
}

.filter-tag[b-no6ec6nxj1] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #d1fae5;
    color: #065f46;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.875rem;
}

.filter-tag-amber[b-no6ec6nxj1] {
    background: #fef3c7;
    color: #92400e;
}

.filter-tag-close[b-no6ec6nxj1] {
    background: transparent;
    border: none;
    color: inherit;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    transition: opacity 0.2s;
}

    .filter-tag-close:hover[b-no6ec6nxj1] {
        opacity: 0.7;
    }

/* Programs Grid */
.programs-grid[b-no6ec6nxj1] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 1.5rem;
}

/* Programs List */
.programs-list[b-no6ec6nxj1] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Program List Item - Magazine Style */
[b-no6ec6nxj1] .program-list-item {
    background: white;
    border-radius: 1rem;
    border: 1px solid #e5e7eb;
    overflow: hidden;
    transition: all 0.3s;
    display: flex;
}

    [b-no6ec6nxj1] .program-list-item:hover {
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    }

/* Colored Accent Bar */
[b-no6ec6nxj1] .accent-bar {
    width: 0.5rem;
    flex-shrink: 0;
}

[b-no6ec6nxj1] .accent-blue {
    background: linear-gradient(to bottom, #3b82f6, #2563eb);
}

[b-no6ec6nxj1] .accent-purple {
    background: linear-gradient(to bottom, #a855f7, #9333ea);
}

[b-no6ec6nxj1] .accent-indigo {
    background: linear-gradient(to bottom, #6366f1, #4f46e5);
}

[b-no6ec6nxj1] .accent-pink {
    background: linear-gradient(to bottom, #ec4899, #db2777);
}

[b-no6ec6nxj1] .accent-teal {
    background: linear-gradient(to bottom, #14b8a6, #0d9488);
}

[b-no6ec6nxj1] .accent-cyan {
    background: linear-gradient(to bottom, #06b6d4, #0891b2);
}

[b-no6ec6nxj1] .accent-gray {
    background: linear-gradient(to bottom, #6b7280, #4b5563);
}

/* Container */
[b-no6ec6nxj1] .list-item-container {
    flex: 1;
    padding: 1.5rem;
}

/* Layout */
[b-no6ec6nxj1] .list-item-layout {
    display: flex;
    gap: 1.5rem;
}

/* Image with Overlay */
[b-no6ec6nxj1] .list-item-image-wrapper {
    position: relative;
    width: 16rem;
    height: 10rem;
    border-radius: 0.5rem;
    overflow: hidden;
    flex-shrink: 0;
    transition: box-shadow 0.3s;
}

[b-no6ec6nxj1] .program-list-item:hover .list-item-image-wrapper {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

[b-no6ec6nxj1] .list-item-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

[b-no6ec6nxj1] .program-list-item:hover .list-item-image {
    transform: scale(1.05);
}

[b-no6ec6nxj1] .image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}

[b-no6ec6nxj1] .image-overlay-content {
    position: absolute;
    bottom: 0.75rem;
    left: 0.75rem;
    right: 0.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

[b-no6ec6nxj1] .status-badge-overlay {
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
    color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

    [b-no6ec6nxj1] .status-badge-overlay.status-active {
        background: #10b981;
    }

    [b-no6ec6nxj1] .status-badge-overlay.status-draft {
        background: #f59e0b;
    }

    [b-no6ec6nxj1] .status-badge-overlay.status-archived {
        background: #6b7280;
    }

[b-no6ec6nxj1] .favorite-btn-overlay {
    width: 2rem;
    height: 2rem;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(4px);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
}

    [b-no6ec6nxj1] .favorite-btn-overlay:hover {
        background: white;
    }

    [b-no6ec6nxj1] .favorite-btn-overlay .text-red {
        color: #ef4444;
    }

/* Content Area */
[b-no6ec6nxj1] .list-item-content-area {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

/* Header Section */
[b-no6ec6nxj1] .content-header {
    margin-bottom: 0.75rem;
}

[b-no6ec6nxj1] .header-badges-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

[b-no6ec6nxj1] .rating-badge {
    color: #f59e0b;
    font-size: 0.875rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

[b-no6ec6nxj1] .divider {
    color: #d1d5db;
    font-size: 0.75rem;
}

[b-no6ec6nxj1] .update-time {
    color: #6b7280;
    font-size: 0.75rem;
}

[b-no6ec6nxj1] .content-title {
    font-size: 1.25rem;
    font-weight: bold;
    color: #111827;
    margin: 0 0 0.5rem 0;
    transition: color 0.2s;
}

[b-no6ec6nxj1] .program-list-item:hover .content-title {
    color: #10b981;
}

[b-no6ec6nxj1] .content-description {
    font-size: 0.875rem;
    color: #6b7280;
    margin: 0 0 0.75rem 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Stats Grid */
[b-no6ec6nxj1] .stats-grid-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    margin-bottom: 1rem;
}

@media (min-width: 640px) {
    [b-no6ec6nxj1] .stats-grid-list {
        grid-template-columns: repeat(4, 1fr);
    }
}

[b-no6ec6nxj1] .stat-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

[b-no6ec6nxj1] .stat-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-no6ec6nxj1] .stat-icon-emerald {
    background: #f0fdf4;
    color: #10b981;
}

[b-no6ec6nxj1] .stat-icon-blue {
    background: #eff6ff;
    color: #3b82f6;
}

[b-no6ec6nxj1] .stat-icon-purple {
    background: #faf5ff;
    color: #a855f7;
}

[b-no6ec6nxj1] .stat-icon-amber {
    background: #fffbeb;
    color: #f59e0b;
}

[b-no6ec6nxj1] .stat-details {
    flex: 1;
    min-width: 0;
}

[b-no6ec6nxj1] .stat-label {
    font-size: 0.75rem;
    color: #6b7280;
    margin: 0;
}

[b-no6ec6nxj1] .stat-value {
    font-size: 0.875rem;
    font-weight: 600;
    color: #111827;
    margin: 0;
}

/* Footer Section */
[b-no6ec6nxj1] .content-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    margin-top: auto;
    padding-top: 0.75rem;
    border-top: 1px solid #f3f4f6;
}

[b-no6ec6nxj1] .footer-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

[b-no6ec6nxj1] .certificate-badge-footer {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    background: #d1fae5;
    color: #065f46;
    padding: 0.25rem 0.625rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-weight: 500;
}

[b-no6ec6nxj1] .language-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    background: #f3f4f6;
    color: #374151;
    padding: 0.25rem 0.625rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-weight: 500;
}

/* Footer Actions */
[b-no6ec6nxj1] .footer-actions {
    display: flex;
    gap: 0.5rem;
}

[b-no6ec6nxj1] .btn-view-details-list {
    background: #10b981;
    color: white;
    border: none;
    padding: 0.5rem 1.25rem;
    border-radius: 0.5rem;
    font-weight: 500;
    font-size: 0.875rem;
    cursor: pointer;
    transition: background 0.2s;
}

    [b-no6ec6nxj1] .btn-view-details-list:hover {
        background: #059669;
    }

[b-no6ec6nxj1] .btn-edit-list {
    background: white;
    color: #374151;
    border: 1px solid #d1d5db;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-weight: 500;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.2s;
}

    [b-no6ec6nxj1] .btn-edit-list:hover {
        border-color: #10b981;
        background: #f0fdf4;
        color: #10b981;
    }

[b-no6ec6nxj1] .btn-menu-list {
    background: white;
    border: 1px solid #d1d5db;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
}

    [b-no6ec6nxj1] .btn-menu-list:hover {
        border-color: #d1d5db;
        background: #f9fafb;
    }

/* List View Responsive */
@media (max-width: 1024px) {
    [b-no6ec6nxj1] .list-item-layout {
        flex-direction: column;
    }

    [b-no6ec6nxj1] .list-item-image-wrapper {
        width: 100%;
        height: 10rem;
    }

    [b-no6ec6nxj1] .list-item-container {
        padding: 1rem;
    }
}

@media (max-width: 640px) {
    [b-no6ec6nxj1] .content-footer {
        flex-direction: column;
        align-items: stretch;
    }

    [b-no6ec6nxj1] .footer-actions {
        width: 100%;
        justify-content: stretch;
    }

    [b-no6ec6nxj1] .btn-view-details-list,
    [b-no6ec6nxj1] .btn-edit-list {
        flex: 1;
    }
}

/* Pagination */
.pagination[b-no6ec6nxj1] {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    border-radius: 1rem;
    border: 1px solid #e5e7eb;
    padding: 1.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.pagination-info[b-no6ec6nxj1] {
    font-size: 0.875rem;
    color: #6b7280;
}

.font-semibold[b-no6ec6nxj1] {
    font-weight: 600;
    color: #111827;
}

.pagination-buttons[b-no6ec6nxj1] {
    display: flex;
    gap: 0.5rem;
}

.pagination-btn[b-no6ec6nxj1] {
    padding: 0.5rem 1rem;
    border: 1px solid #d1d5db;
    background: white;
    border-radius: 0.5rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

    .pagination-btn:hover:not(:disabled):not(.pagination-btn-active)[b-no6ec6nxj1] {
        background: #f9fafb;
    }

    .pagination-btn:disabled[b-no6ec6nxj1] {
        opacity: 0.5;
        cursor: not-allowed;
    }

.pagination-btn-active[b-no6ec6nxj1] {
    background: #10b981;
    color: white;
    border-color: #10b981;
}

/* Responsive */
@media (max-width: 768px) {
    .course-view .main-content[b-no6ec6nxj1] {
        max-width: 430px; /* match iPhone Max */
    }

    .nav-menu[b-no6ec6nxj1] {
        display: none;
    }

    .header-content[b-no6ec6nxj1] {
        padding: 1rem;
    }

   /* .main-content {
        padding: 1rem;
    }*/

    .page-title-section[b-no6ec6nxj1] {
        flex-direction: column;
    }

    .stats-grid[b-no6ec6nxj1] {
        grid-template-columns: repeat(2, 1fr);
    }

    .filter-controls[b-no6ec6nxj1] {
        flex-direction: column;
    }

    .search-bar[b-no6ec6nxj1] {
        width: 100%;
        min-width: 0;
    }

    .programs-grid[b-no6ec6nxj1] {
        grid-template-columns: 1fr;
    }

    .pagination[b-no6ec6nxj1] {
        flex-direction: column;
        text-align: center;
    }
}
