hr {
    margin-bottom: 14px;
    border: none;
    border-top: 1px solid #e6e6e6;
}

.right-pannel-couse-list {
    padding-left: 60px !important;
}


/* ===================== COURSE CARD (SIMPLE) ===================== */
.course-simple {
    position: relative;
    display: flex;
    align-items: stretch;
    min-height: 200px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    box-sizing: border-box;
}

    /* spacing between cards */
    .course-simple + .course-simple {
        margin-top: 16px;
    }


    /* ===================== THUMBNAIL ===================== */
    .course-simple .thumb {
        position: relative;
        flex: 0 0 354px;
        align-self: stretch;
        overflow: hidden;
        border-radius: 8px 0 0 8px;
        box-sizing: border-box;
    }

        .course-simple .thumb img {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            border-radius: 8px 0 0 8px;
        }


    /* ===================== CONTENT ===================== */
    .course-simple .content {
        flex: 1 1 auto;
        padding: 25px 30px 15px 15px;
    }

    .course-simple .title {
        display: -webkit-box;
        margin: 4px 0 8px;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.4;
        color: #111827;
        height: calc(17px * 1.4 * 2);
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .course-simple .overview {
        display: -webkit-box;
        margin-bottom: 12px;
        font-size: 14px;
        line-height: 1.5;
        color: #000000E0;
        height: calc(13px * 1.5 * 2);
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }


    /* ===================== META ===================== */
    .course-simple .meta {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-bottom: 6px;
        font-size: 14px;
        color: #070A0E;
    }

        .course-simple .meta i,
        .course-simple .meta .icon {
            margin-right: 6px;
            font-size: 18px;
            color: #374151;
            vertical-align: middle;
        }


/* ===================== PRICE ===================== */
.course-price {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

    .course-price .current-price {
        font-size: 16px;
        font-weight: 700;
        color: #111827;
    }

    .course-price .off-price {
        font-size: 13px;
        color: #6b7280;
        text-decoration: line-through;
    }


/* ===================== ACTION ===================== */
.course-action a {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 13px;
    text-decoration: none;
    background: #0ea5a1;
    color: #fff;
}


/* ===================== BADGE ===================== */
.discount-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    padding: 6px 8px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    background: #fff;
    color: #d94666;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}


/* ===================== RATING ===================== */
.course-card-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.course-author {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.course-author-avatar {
    width: 40px;
    height: 40px;
    max-width: 40px;
    max-height: 40px;
    flex: 0 0 40px;
    border-radius: 50%;
    object-fit: cover;
}

.course-author-info {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.course-author-label {
    font-size: 14px;
    line-height: 1.4;
    color: #4A4C4F;
}

.course-author-name {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    color: #070A0E;
}

.course-rating-summary {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 0 0 auto;
}

.course-rating-top {
    display: flex;
    align-items: center;
    gap: 8px;
}

.rating-render i {
    margin-right: 4px;
    font-size: 16px;
    color: #f59e0b;
}

.rating-value {
    font-size: 16px;
    font-weight: 700;
    color: black;
}

.rating-count {
    font-size: 14px;
    font-weight: 400;
    color: black;
}


/* ===================== PAGINATION CONTAINER ===================== */

.mt--60 {
    margin-top: 20px !important;
}
.pagination-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 12px;
}

    .pagination-container nav {
        margin-left: auto;
    }

.page-info {
    font-size: 14px;
    color: #4A4C4F;
    white-space: nowrap;
    flex: 0 0 auto;
}

    .page-info strong {
        color: #111827;
        font-weight: 600;
    }

.course-category-pagination {
    display: flex !important;
    justify-content: flex-end !important;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 0;
}

    .course-category-pagination .course-category-page-item,
    .course-category-pagination .course-category-page-ellipsis {
        margin: 0;
    }

        .course-category-pagination .course-category-page-item a,
        .course-category-pagination .course-category-page-ellipsis span {
            display: flex;
            align-items: center;
            justify-content: center;
            min-width: 36px;
            height: 40px;
            padding: 0 16px;
            border: 1px solid #E8E8E8;
            border-radius: 0 !important;
            background: white;
            color: #4A4C4F;
            font-size: 16px;
            font-weight: 500;
            line-height: 1;
            text-decoration: none;
            margin-left: -1px;
            transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
        }

        .course-category-pagination .course-category-page-item:first-child a {
            border-radius: 4px 0 0 4px !important;
            margin-left: 0;
        }

        .course-category-pagination .course-category-page-item:last-child a {
            border-radius: 0 4px 4px 0 !important;
        }

        .course-category-pagination .course-category-page-prev a,
        .course-category-pagination .course-category-page-next a {
            min-width: 68px;
        }

        .course-category-pagination .course-category-page-item:not(.active):not(.disabled):hover a {
            background: #F5F5F5;
            color: #0078D4;
        }

    .course-category-pagination .course-category-page-item.active a {
        background: #3431C6 !important;
        color: white !important;
        border-color: #3431C6 !important;
        z-index: 1;
        position: relative;
    }

        .course-category-pagination .course-category-page-item.disabled a {
            color: #9A9A9A;
            cursor: default;
            pointer-events: none;
        }

        .course-category-pagination .course-category-page-ellipsis span {
            cursor: default;
            font-weight: 600;
        }
