.formattedReview {
    margin: 1em 0;
    display: flex;
    flex-flow: row nowrap;
    background: #faf8f1;
    position: relative;
}
.dogbiteReview:first-of-type {
    display: none;
}

.reviewInhoud {
    padding: 1rem;
}

.reviewAanbeveling {
    background: rgba(81, 231, 27, 0.3);
    display: block;
    width: fit-content;
    padding: .5rem 1rem;
}

.reviewRating {
    min-width: 5rem;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #e71b23;
    color: white;
}
.ratingBig {
    font-size: 3rem;
    line-height: 1.1;
}

.reviewComment {
    padding-left: 6rem;
    margin-bottom: 2rem;
}