/* Minimal styling */
.qlcf {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1rem;
}
.qlcf .qlcf-input,
.qlcf .qlcf-date {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.qlcf button {
  padding: 8px 14px;
  border: none;
  border-radius: 6px;
  background: #2271b1;
  color: #fff;
  cursor: pointer;
}
.qlcf .qlcf-reset {
  background: #777;
}
#coursesList time{
	font-weight: 700;
    border: 1.5px solid;
    display: inline-block;
    border-radius: 50px;
    padding: 5px 20px;
	color: black !important;
}

#coursesList h3{
	font-size:22px;
	font-weight:600;
	margin-top:12px;
	min-height:60px;
}
.lp_course .wp-block-group {
    height: 100%;
    position: relative;
    display: flex;
    align-content: space-around;
    flex-direction: column;
    justify-content: space-between;
}
#coursesList .lp_course{
	text-decoration:none !important;
}
#coursesList{    
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding:0 !important;
}
@media screen and (min-width:641px) and (max-width:1024px){
	#coursesList {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
}
@media screen and (max-width:640px){
	#coursesList{    
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.courses-paragraph br{
		display:none;
	}
	.courses-posts{
		padding-bottom:0 !important;
	}
	#coursesList .lp_course{
		height:auto;
	}
}
img.attachment-full.size-full.wp-post-image {}.wp-block-group.is-layout-flow.wp-block-group-is-layout-flow {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  overflow: hidden;
}

.wp-block-group.is-layout-flow.wp-block-group-is-layout-flow > .wp-block-post-featured-image {
  margin: 40px 0 0 !important;
  align-self: flex-end;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 100%;
}
.qlcf .qlcf-input, .qlcf .qlcf-date{
	padding:4px;
	height:40px;
}
.qlcf{
	justify-content:space-between;
}
.qlcf-date {
	
    padding-left: 17px !important;
  appearance: none; /* hides default OS styling */
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml,%3Csvg fill='black' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat;
  background-size: 30px;
  background-position: right 2px center; /* move arrow inside */
  padding-right: 30px; /* space for arrow */
  border: 1px solid #ccc;
  border-radius: 6px;
  height: 36px;
  cursor: pointer;
}
.qlcf .qlcf-input{
	max-width:85%;
	 padding-left: 20px;
}
.ast-single-post .entry-content a, .ast-comment-content a:not(.ast-comment-edit-reply-wrap a){
	text-decoration:none ;
}
.lp_course {
	position:relative;
}

.lp_course figure a{
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
}
.lp_course .wp-block-group{
	height:100%;
	position:relative;
}
.lp_course:nth-child(6n+1) .wp-block-group{
	background:linear-gradient(180deg,rgba(67,96,99,0.22) 0%, rgba(135,194,201,0.22) 100%);
}

.lp_course:nth-child(6n+2) .wp-block-group{
	background: #C3DEB9D6;
}
.lp_course:nth-child(6n+3) .wp-block-group{
	background: #EBCEEAD6;
}
.lp_course:nth-child(6n+4) .wp-block-group{
background: #EED881D6;
}
.lp_course:nth-child(6n+5) .wp-block-group{
background: #B9C5DED6;

}
.lp_course:nth-child(6n+6) .wp-block-group{
background: #9C938ED6;
}
.course-read-more{
	color:#001EC9;
	font-weight:600;
	font-size:16px;
	padding:0 20px;
}
.lp_course .wp-block-group{
	padding-top:16px;
}