.gs-sem-review-box-shortcode {
	padding: 0.5rem 0 0;
}
.gs-sem-review-box-shortcode h2 {
	font-family: var(--font-family);
    font-size: .9rem !important;
    line-height: 1.20 !important;
    border-radius: 8px;
    padding: 0.5em 0.8em;
    background: transparent;
    border: 2px solid #ffec80;
    color: var(--color-content-text) !important;
    display: inline-block;
    margin-bottom: 0.8rem;
}
.gs-sem-review-box-shortcode .review {
	line-height: 1.20 !important;
    border-radius: 8px;
    padding: 1rem;
    background: #F5F4F2;
    color: var(--color-content-text) !important;
    margin-bottom: 0.8rem;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px 6px;
}
.gs-sem-review-box-shortcode .review .review__body {
	margin-bottom: 1rem;
    grid-column: 1 / 3;
}
.gs-sem-review-box-shortcode .review .review__author {}
.gs-sem-review-box-shortcode .review .review__date {}