/*************************************************************/
/* Default List                                              */
/*************************************************************/

.bw-upcoming-courses.no-more .bw-post-view-more-container,
.bw-upcoming-courses.loading .bw-post-view-more-container {
	display: none !important;
}
.bw-upcoming-courses {
	transition: opacity 0.5s ease;
}
.bw-upcoming-courses.loading {
	opacity: 0.5;
}

.bw-upcoming-courses h3 {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.125;
	margin-bottom: 0.125em;
	font-family: var(--global-body-font-family);
}
.bw-upcoming-courses .bw-uc-course {
	padding-bottom: 0.75em;
}
.bw-post-count-total {
	margin: 10px;
}
/*************************************************************/
/* Responsive                                                */
/*************************************************************/
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
}
