.card .course-title {
    background-color: #fbddc3ff;
    display: flex;
    padding: 5px 0px;
    height: 60px;
}

    .card .course-title .card-title {
        height:50px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        font-size: 25px;
        align-content: center;
        font-weight: bold;
        padding:0 15px;
    }

.card .card-content {
    height: 200px;
    overflow: hidden;
    padding: 24px 15px;
}
.card .card-content p {
    font-size:16px;
}
.card .card-image {
    aspect-ratio: 1 / 1;
}

    .card .card-image img {
        height: 100%;
    }

.card-image {
    position: relative;
}

.btn-enrol {
    background-color: #ff6601ff;
    color: white;
    font-size: clamp(15px, 2vw, 20px);
    text-align: center;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.star-rating {
    color: #ff6601ff;
}

.info-line {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}

    .info-line .badge-title {
        min-width: 50px;
    }

    .info-line .star-rating {
        min-width: 50px;
    }

.more-link {
    color: #42a5f5;
    cursor: pointer;
}

.categories {
    display: flex;
    justify-content: flex-end;
    height: 55px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
}

    .categories span {
        padding: 0 11.25px !important;
        border-radius: 50px;
        font-size: 18px;
        align-content: center;
        height: 40px;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.points {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    font-size: 16px;
}

a {
    color: inherit; /* Inherit the color from the parent element */
    text-decoration: none; /* Remove underline */
}

    a:hover, a:visited, a:active {
        color: inherit; /* Prevent color changes on hover, visited, and active states */
        text-decoration: none; /* Ensure no underline on hover or active */
    }

.flex-container {
    display: flex;
    justify-content: center; /* Horizontally centers the button */
}

.card-image img {
    height: 250px;
}

.dd-categories {
    display: block !important;
    float: right;
    line-height: 110%;
    margin: 1.52rem 0 .912rem 0;
}

.a-course-detail-tag {
    cursor: pointer;
}

.card-action {
    display: flex;
}

    .card-action p {
        height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 18px;
    }


.card-title-wrapper {
    display: flex;
}

.btn-enrol-wrapper {
    display: flex;
}

.price-tag {
    text-align: end;
}

.banner-pc {
    display: block;
}

.banner-vertical {
    display: none;
}

.banner-horizontal {
    display: none;
}

#banner {
    position: relative;
    z-index: +2;
}

@media only screen and (max-width: 767px) {
    .banner-pc {
        display: none;
    }

    .ModCourseC .container {
        padding-top: initial;
    }

    .banner-vertical {
        padding-top: 36px;
        display: block;
    }

    #dnn_contentPane {
        padding-top: 20px;
    }

    .points {
        margin-top: 25px;
    }
}

@media only screen and (max-height:500px) {
    .banner-pc {
        display: none;
    }

    .ModCourseC .container {
        padding-top: initial;
    }

    .banner-horizontal {
        width: 100%;
        padding-top: 44px;
        display: block;
    }

    #dnn_contentPane {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .points {
        margin-top: 25px;
    }
}

.categories-title {
    background-color: #fbddc3ff;
    display: flex;
    padding-bottom: 10px;
    height: 50px;
}
.load-more {
    font-size: clamp(15px, 2vw, 20px);
}
/*.badge-title p {
    font-size: 16px;
}*/
