.ofr-review-group {
    margin-bottom: 60px;
}
.ofr-review-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.ofr-product-info {
    flex: 1 1 260px;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    text-align: left;
}

.ofr-product-info h3 {
	color: black !important;
	font-weight: 600;
	margin: 0 0 16px 0;
	}

.ofr-review-list {
    flex: 2 1 600px;
}
.ofr-aggregate-rating-score {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 0.4rem;
}

.ofr-out-of {
    font-size: 1.6rem;
    font-weight: 600;
    color: inherit;
}
.ofr-product-info .ofr-review-stars {
    font-size: 1.6rem;
    color: inherit;
    margin-bottom: 20px;
    letter-spacing: 0.15em;
}
.ofr-review-card {
    padding: 20px 0;
    text-align: left;
}
.ofr-review-stars {
    color: inherit;
    font-size: 1.2rem;
    margin-bottom: 8px;
    letter-spacing: 0.15em;
}
.ofr-review-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.3rem;
}
.ofr-review-body {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
}
.ofr-review-meta {
    font-size: 1.2rem;
    color: inherit;
    font-weight:600;
}
.ofr-review-verified {
    color: inherit;
    font-weight:400;
}
.ofr-review-citation {
    color: inherit;
}

.ofr-review-date {
	color: inherit;
	font-weight:400;
}