.learndash-course-grid .items-wrapper .ping_grid .post {
    line-height: 1.428571429;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 5%);
    -moz-box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 5%);
    -webkit-box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 5%);
}

.learndash-course-grid .items-wrapper .ping_grid .ribbon {
    text-shadow: 0 1px rgb( 0 0 0 / 30% );
    position: absolute;
    z-index: 2;
    top: 20px;
    right: 20px;
    left: auto;
    padding: 10px 12px;
    border-radius: 6px;
    color: #fff;
    background: #fd6703;
    font-weight: bold;
    font-size: 1rem;
}

.learndash-course-grid .items-wrapper .ping_grid .ribbon::before {
    
}

.learndash-course-grid .items-wrapper .ping_grid .thumbnail {
    margin: 0;
    padding: 0;
}

.learndash-course-grid .items-wrapper .ping_grid .video > * {
    border-radius: 5px;
}

.learndash-course-grid .items-wrapper .ping_grid .thumbnail img {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
	border-radius:20px;
}

.learndash-course-grid .items-wrapper .ping_grid .content {
    padding: 30px 22px;
    color: #333333;
}

.learndash-course-grid .items-wrapper .ping_grid .content > *:not(:last-child) {
    margin-bottom: 20px;
}

.learndash-course-grid .items-wrapper .ping_grid .content .top-meta > *:not(:last-child) {
    margin-bottom: 20px;
}

.learndash-course-grid .items-wrapper .ping_grid .content .entry-title{
    font-size: 22px !important;
    line-height: 1.2;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
	
	color:#fff; 
	font-weight: normal; 
	font-family: 'Poppins'; 
	text-transform: none; 
}


.learndash-course-grid .items-wrapper .ping_grid .content .entry-title a {
    text-decoration: none;
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: bold;
}

.learndash-course-grid .items-wrapper .ping_grid .content .entry-content {
    margin-bottom: 20px ;
}

.learndash-course-grid .items-wrapper .ping_grid .content .entry-content > * {
    margin: 0;
}

.learndash-course-grid .items-wrapper .ping_grid .content .author {
    font-size: 0.875rem;
    color: #949ca1;
}

.learndash-course-grid .items-wrapper .ping_grid .content .reviews,
.learndash-course-grid .items-wrapper .ping_grid .content .categories {
    font-size: 0.875rem;
    display: flex;
    align-items: center;
}

.learndash-course-grid .items-wrapper .ping_grid .icon {
    justify-content: center;
    margin-right: 3px;
}

.learndash-course-grid .items-wrapper .ping_grid .content .categories .icon {
    font-size: 0.875rem;
    display: flex;
    align-items: center;
}


.learndash-course-grid .items-wrapper .ping_grid .content .reviews .label {
    margin-right: 10px;
}

.learndash-course-grid .items-wrapper .ping_grid .content .reviews .stars {
    color: #ffb703;
}

.learndash-course-grid .items-wrapper .ping_grid .bottom-meta {
    display: grid;
    grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
    font-size: 0.75rem;
    gap: 15px;
    justify-content: space-between; /* Ensure spacing between items */
    overflow: auto; /* Allow overflow to ensure scaling works */
}

.learndash-course-grid .items-wrapper .ping_grid .bottom-meta .section {
    display: flex;
    align-items: center;
}

.learndash-course-grid .items-wrapper .ping_grid .bottom-meta .section .icon {
    width: auto;
    height: auto;
    display: block;
    font-size: 1rem;
    padding: 5px;
    background: #00bcb6;
    color: #fff;
    border-radius: 5px;
}

.learndash-course-grid .items-wrapper .ping_grid .bottom-meta .section .wrapper {
    margin-left: 5px;
}

.learndash-course-grid .items-wrapper .ping_grid .bottom-meta .section .wrapper .label {
    font-weight: bold;
}

.learndash-course-grid .items-wrapper .ping_grid .bottom-meta .section .wrapper > * {
    display: block;
}

.ping_flexbox_card-top{
    --padding-top: 25px;
    --padding-bottom: 25px;
    --padding-left: 30px;
    --padding-right: 30px;

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

.ping_flexbox_card-top > div{
	display: flex;
    align-items: center;
	gap: 5px;
}

.ping_flexbox_card-top .ping_categories{
    font-size: 15px;
    font-weight: 400;
}

.ping_flexbox_card-top > span{
    font-size: 15px;
    font-weight: 900;
}


.ping_value{
	float: right;
}

.content{
    color: #fff !important;
    border-radius: 20px;
    background-image: linear-gradient(180deg, #1A2763 0%, #282747 100%);
    display: flex; 
    flex-direction: column; 
    justify-content: space-between;
}

.ping_dashboard_netflix_slider_wrapper h2{
	padding: 0px 30px 0px 30px;
	color: #272E38 !important;
    font-family: "Mukta", Sans-serif !important;
    font-size: 30px !important;
    font-weight: 600 !important;
}

.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage{
	color: #5271FF !important;
}
.learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage{
    background-color: #5271FF !important;  
}
.learndash-course-grid .items-wrapper.ping_skin {
  	user-select: none;
    padding-top: 20px;
    padding-bottom: 11px;
    position: relative;
    display: flex;
    font-size: 0.75rem;
    gap: 15px; /* Gap between items */
	scroll-snap-type: x mandatory;
  	position: relative;
	scroll-behavior: smooth; /* Enables smooth scrolling */
  	padding-left: 30px;
	padding-right: 30px;
	margin: -30px 0px 0px 0px;    
	overflow: auto; /* Enable scrolling */
    -ms-overflow-style: none; /* Hide scrollbar in Internet Explorer and Edge */
    scrollbar-width: none; /* Hide scrollbar in Firefox */
}
.learndash-course-grid .items-wrapper.ping_skin::-webkit-scrollbar {
	display: none; /* Hide scrollbar in Chrome, Safari, and newer Edge */
}
.ping_card_progress div div .ld-progress-heading{
	width:100%;
}

.ping_start-course-button{
	display: flex;
    align-items: center;
    justify-content: flex-end;
	font-size: 18px;
    font-weight: 100;
    text-transform: none;
}

.ping_card_progress div div div .ld-progress-stats{
	gap: 6px;
}

.item {
  	user-select: none;
    border-radius: 10px;
    flex: 1 0 calc(20% - 30px); /* Each item can grow and shrink, starting width is 20% */
    max-width: calc(20% - 30px); /* Set max-width for larger screens */
	scroll-behavior: smooth;
  	scroll-snap-align: center;
	margin-bottom: 5px;
}

.ping_txt-hover:hover{
	color: #5271FF;
}
.content {
    transition: transform 0.3s ease-out;
    box-shadow: 0 0 0 5px rgba(82, 113, 255, 0);
    border: 2.5px solid transparent; /* Gebruik transparante border */
}

.content:hover {
    transform: scale(1.05);
    border-color: #ffffff; /* Verander alleen de kleur van de border */
    box-shadow: 0 0 0 5px rgba(82, 113, 255, 100%);
}

.ping-cursor-custom-pointer-hover{
	pointer-events:none;
}

@media (max-width: 1600px) {
    .item {
        flex: 1 0 calc(25% - 30px); /* Each item takes 1/4 of the width minus half of the gap */
        max-width: calc(25% - 30px); 
    }
}

@media (max-width: 1400px) {
    .item {
        flex: 1 0 calc(33.33% - 30px); /* Each item takes 1/3 of the width minus half of the gap */
        max-width: calc(33.33% - 30px); 
    }
}

@media (max-width: 1200px) {
    .item {
        flex: 1 0 calc(50% - 30px); /* Each item takes 1/2 of the width minus half of the gap */
        max-width: calc(50% - 30px); /* Set max-width to 1/3 */
    }
}

@media (max-width: 700px) {
    .item {
        flex: 1 0 calc(100% - 30px); /* Each item takes 100% of the width */
        max-width: calc(100% - 30px); /* Set max-width to 100% */
    }
}