body {
    font-size: 16px;
    color: #1b1b1b;
    line-height: 1.44;
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    margin: 0;
    /* Make text look sharper */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: never;
}
p {
    margin: 0;
}

.levelWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vumcStyleCircle {
    background: linear-gradient(130deg, #c68055 7%, #f3b36b);
    border-radius: 50%;
    position: relative;
    box-shadow: 5px 5px 10px #dcdcdb;
}
.levelBackgroundCircle {
    width: 34px;
    height: 34px;
    position: absolute;
    z-index: 0;
    margin: -10px 0px 0px -15px;
}
.levelText {
    font-size: 16px;
    line-height: 120%;
    font-family: "PT Sans", sans-serif;
    letter-spacing: 0.5px;
    margin: 0;
    z-index: 10;
    position: relative;
}

.bestRated {
    font-size: 16px;
    line-height: 120%;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.bestRated img {
    width: 17px;
    height: 17px;
}


h4.courseName {
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    line-height: 120%;
    margin: 8px 0 0;
}

.diamondTextIconWrapper {
    margin-top: 21px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}
.diamondIcon {
    width: 22px;
    height: 22px;
    min-width: 22px;
}
.diamondText {
    margin: 0;
    font-size: 18px;
    line-height: 120%;
    font-family: "PT Sans", sans-serif;
    letter-spacing: 0.25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.benefitsWrapper {
    display: flex;
    margin: 23px 0 0;
}
.benefitsText {
    font-size: 18px;
    line-height: 120%;
    font-family: "PT Sans", sans-serif;
    letter-spacing: 0.5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dateContainerWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 28px;
    flex-wrap: wrap;
    row-gap: 10px;
}
.dateContainer {
    display: flex;
    align-items: baseline;
    flex-direction: row;
    gap: 9px;
}
.dateIcon {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dateIcon img {
    width: 16px;
    height: 16px;
}
.dateContent {
    display: flex;
    align-items: center;
    gap: 6px;
}
div.dateContent p {
    font-size: 18px;
    line-height: 120%;
    font-family: "PT Sans", sans-serif;
    letter-spacing: 0.5px;
}
div.dateContent span {
    font-size: 18px;
    font-family: "PT Sans", sans-serif;
}
.actionLink {
    font-size: 16px;
    line-height: 120%;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.5px;
    background: rgba(226, 141, 53, 45%);
    border-radius: 18px;
    width: 161px;
    height: 35px;
    display: flex;
    justify-content: center;
    color: #1b1b1b;
    text-decoration: none;
    gap: 4px;
    align-items: center;
}
.actionLink img {
    width: 21px;
    height: 21px;
}

#filtersWrapper {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    column-gap: 10px;
    margin-top: 15px;
    margin-left: 25px;
}
#search {
    border: none;
    border-bottom: 1px solid #ce8959;
    color: #524135;
    font-size: 16px;
    line-height: 16px;
    padding: 4px;
    outline: none;
    background: url("search-icon.svg") no-repeat right center;
    background-size: 20px;
    font-family: "Roboto", sans-serif;
}
#search:focus, #search:hover {
    /*border-bottom: 1px solid #f3cca7; */
    color: #ce8959;
}

#filters {
    display: grid;
    justify-content: flex-end;
    gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 100%;
}
select {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ce8959;
    color: #524135;
    font-size: 16px;
    line-height: 16px;
    padding: 4px;
    outline: none;
    background: inherit;
    font-family: "Roboto", sans-serif;
}
select:hover {
    /*border-bottom: 1px solid #f3cca7; */
    color: #ce8959;
}





#coursesContainer {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}
.courseCardWrapper {
    border-bottom: 1px solid #DBDAD9;
}
.courseCardContainer {
}
.highlightBackground {
    background: repeating-linear-gradient(130deg, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faeea0 35%, #ffefc2 40%, #fad4a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
    background-size: 100% 500%;
    animation: gradient 10s infinite linear;
    margin: 3px 3px;
    padding: 2px;
    border-radius: 23px;
}
.highlightForeground {
    background: white;
    border-radius: 21px;
    padding: 18px 20px;
}
@keyframes gradient {
    0% {
        background-position: 50% 0%;
    }
    50% {
        background-position: 50% 100%;
    }
    100% {
        background-position: 50% 0%;
    }
}


.showMoreHolder {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}
.loadedCourses {
    margin-left: auto;
    margin-right: auto;
}
.progressBar {
    width: 90%;
    height: 2px;
    background: rgba(243, 204, 167, 0.9);
    margin: 20px auto;
    border-radius: 1px;
}
.progress {
    height: 100%;
    background: #e28d35;
    border-radius: 2px;
    transition: width 0.5s;
}

.showMoreButton {
    font-size: 16px;
    line-height: 120%;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.5px;
    background: inherit;
    border-radius: 18px;
    width: 161px;
    height: 35px;
    display: flex;
    justify-content: center;
    color: #1b1b1b;
    text-decoration: none;
    gap: 4px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    border: rgba(226, 141, 53, 45%) 2px solid;
    cursor: pointer;
}



@media only screen and (max-width: 450px) {
    #filtersWrapper {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 15px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    #filters {
        justify-content: center;
        flex-wrap: wrap;
    }
    select {
        width: 100%;
    }


    .levelText {
        font-size: 14px;
        letter-spacing: 0;
    }


    h4.courseName {
        font-size: 21px;
    }


    .diamondTextIconWrapper {
        margin-top: 24px;
        display: block;
        position: relative;
    }
    .diamondIcon {
        width: 22px;
        height: 22px;
        min-width: 22px;
        position: absolute;
        top: -3px;
        left: 1px;
    }
    .diamondText {
        margin: 0;
        font-size: 18px;
        letter-spacing: 0;
        -webkit-line-clamp: 2;
        text-indent: 27px;
    }


    .benefitsWrapper {
        margin: 20px 0 0;
    }
    .benefitsText {
        font-size: 16px;
        letter-spacing: 0;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }


    .dateContainerWrapper {
        margin-top: 32px;
    }
    .dateContainer {
        width: 100%;
    }
    .dateIcon {
        display: none;
    }
    .dateContent {
        display: flex;
        gap: 5px;
        justify-content: flex-start;
        width: 100%;
        flex-wrap: wrap;
    }
    div.dateContent p {
        font-size: 14px;
        letter-spacing: 0;
    }
    div.dateContent span {
        font-size: 16px;
        font-family: "PT Sans", sans-serif;
    }
    .actionLink {
        font-size: 16px;
        letter-spacing: 0;
        width: 100%;
        margin-top: 20px;
    }

}