.learndash-course-grid .items-wrapper.grid {
    display: grid;
    grid-template-columns: repeat( 3, minmax( 0, 1fr ) );
    column-gap: 30px;
    row-gap: 30px;
    margin-bottom: 30px;
}

.learndash-course-grid .items-wrapper.grid .item .content .entry-content {
    float: none;
    margin: auto;
    width: auto;
}

.learndash-course-grid {
	margin-top: 1.5rem;
}

.learndash-course-grid .items-wrapper.grid {
	gap: 1.5rem;
}

.learndash-course-grid .toggle-filter,
.learndash-course-grid .learndash-course-grid-filter {
	display: none;
}

.learndash-course-grid .items-wrapper .the-body-politic .post {
    line-height: 1.428571429;
    background-color: #ffffff;
    border: 2px solid var(--wp--preset--color--black);
    border-radius: 32px;
	overflow: hidden;
    -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;
}

.learndash-course-grid .items-wrapper .the-body-politic .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 .the-body-politic .ribbon::before {

}

.learndash-course-grid .items-wrapper .the-body-politic .thumbnail {
	margin: 0;
    padding: 0;
}

.learndash-course-grid .items-wrapper .the-body-politic .thumbnail .image,
.learndash-course-grid .items-wrapper .the-body-politic .thumbnail .image img {
	max-height: 28vh;
}

.learndash-course-grid .items-wrapper .the-body-politic .thumbnail .image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.learndash-course-grid .items-wrapper .the-body-politic .thumbnail .image a {
	display: block;
}

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

.learndash-course-grid .items-wrapper .the-body-politic .thumbnail img {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
}

.learndash-course-grid .items-wrapper .the-body-politic .content {
    padding: .5rem 30px 2rem;
    color: #333333;
}

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

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

.learndash-course-grid .items-wrapper .the-body-politic .content .entry-title {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.2;
    color: #333;
	margin-top: 0;
	margin-bottom: 2.5rem;
}

.learndash-course-grid .items-wrapper .the-body-politic .content .entry-title a {
    color: var(--wp--preset--color--tertiary);
    font-size: var(--wp--preset--font-size--medium);
    font-weight: bold;
    line-height: 1.2;
    text-decoration: none;
	text-transform: uppercase;
}

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

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

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

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

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

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


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

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

.learndash-course-grid .items-wrapper .the-body-politic .content .button-wrapper {
    /* text-align: right; */
}

.learndash-course-grid .items-wrapper .the-body-politic .bottom-meta {
	color: var(--wp--preset--color--primary);
    display: flex;
	flex-direction: column;
    font-size: var(--wp--preset--font-size--small);
	font-weight: 400;
    gap: 1rem;
}

.learndash-course-grid .items-wrapper .the-body-politic .bottom-meta .section {
	display: flex;
    align-items: center;
	gap: 1rem;
}

.learndash-course-grid .items-wrapper .the-body-politic .bottom-meta .section svg {
	height: auto;
	max-width: 25px;
}

.learndash-course-grid .items-wrapper .the-body-politic .bottom-meta .section .icon {
    display: flex;
	align-items: center;
}

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

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

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