.course-card__price span.-old-price {
    text-decoration: line-through;
    color: #738089;
    margin-left: 0.5555555556rem;
    position: relative;
    top: -0.0555555556rem;
}

.filter-display button {
    width: 2.6666666667rem;
    height: 2.6666666667rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0.2777777778rem;
    outline: none;
    border: 0;
    font-size: 0;
    padding: 0;
    background: #c68642;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.filter-display button.is-active {
    background: #ebedee;
    cursor: default;
    pointer-events: none;
}

.list-group-item {
    font-size: 16px;
    border: none;
    padding: 8px 0px;
}

.list-group-item a {
    text-decoration: none;
    color: #000;
}

.list-group-item a:hover {
    color: #007bff;
}

.active-category {
    font-weight: bold;
    color: #007bff;
}

.badge {
    font-size: 14px;
    color: #000000;
    background-color: transparent !important;
    margin-left: auto;
    font-weight: bold;
    padding: 0;
}

.overlay-content.show-more {
    max-height: 180px;
    height: min-content;
    overflow-y: hidden;
    position: relative;
}

.overlay-content-max-h-800.show-more {
    max-height: 800px;
}

.overlay-content-max-h-700.show-more {
    max-height: 700px;
}

.overlay-content-max-h-600.show-more {
    max-height: 600px;
}

.overlay-content-max-h-500.show-more {
    max-height: 500px;
}

.overlay-content-max-h-400.show-more {
    max-height: 400px;
}

.overlay-content-max-h-300.show-more {
    max-height: 300px;
}

.overlay-content-max-h-200.show-more {
    max-height: 200px;
}

.overlay-content-max-h-150.show-more {
    max-height: 150px;
}

.overlay-content-max-h-100.show-more {
    max-height: 100px;
}

.overlay-content.show-less {
    position: relative;
    padding-bottom: 40px;
}

.overlay-content.show-more p:last-child {
    position: absolute;
    width: -webkit-fill-available;
    z-index: 1111;
    bottom: 0px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%);
    padding: 30px 0px 6px 0px;
}

.overlay-content.show-less p:last-child {
    padding: 5px 0px;
    width: -webkit-fill-available;
    position: absolute;
    z-index: 1111;
    bottom: -8px;
}

a.overlay-action.title.text-14px {
    color: black;
    font-weight: bold;
    transition: color 0.3s ease, transform 0.3s ease;
}

a.overlay-action.title.text-14px:hover {
    color: #007bff;
    transform: scale(1.1);
}

