h1.course-detail-main-title {
    color: #333;
    font-size: 1.5rem; /* media-breakpoint mobile */
    text-shadow: none;
    margin-bottom: 1.5rem;
    margin-top: 0px;
}

.jumplink {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 1050;
}

html {
    scroll-padding-top: 200px;
}

.wbox-breadcrump-col {
    display: none;
}

@media screen and (min-width:768px) {
    h1.course-detail-main-title {
        font-size: 1.75rem;
        margin-bottom: 1.75rem;
    }
}
@media screen and (min-width:992px) {
    h1.course-detail-main-title {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
}

html .swal2-styled.swal2-confirm {
    background: #9BA647;
}

html .swal2-styled.swal2-confirm:focus {
    box-shadow: 0 0 0 3px rgba(155, 166, 71, 0.5)
}

#lightgallery {
    flex-wrap: wrap;
}

#lightgallery a {
    position: relative;
    display: block;
    text-decoration: none;
    max-width: calc(50% - 15px);
}

@media (min-width: 767px) {
    #lightgallery a {
        max-width: calc(33.33% - 12px);
    }

    #lightgallery.gridsmall a {
        max-width: calc(25% - 15px);
    }
}

#lightgallery a:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    transition: all 0.4s ease-in-out;
}

#lightgallery a:hover:before {
    background: rgba(0,0,0,0.45)
}

/* additions for gallery from bootstrap5 */
.d-flex {
    display: flex;
}

.mb-5 {
    margin-bottom: 3rem !important;
}
.gap-3 {
    gap: 1rem !important;
}

@media (max-width: 480px) {
    .wbox-img-left {
        width: 100%;
        overflow: auto;
    }

    .jumplink {
        margin-top: 20px;
        margin-left: 15px;
        max-width: 200px;
    }
}
 

ol {
    list-style-position: outside;
    padding-left: 1rem;
}

.ccm-page .wbox-content-header-col {
    margin-bottom: 40px;
}