<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.review {
    border: 5px solid #00abbd;
    height: 100%;
}
.review-image {
    display: flex;
    align-items: end;
}

.review-image .review-autor {
    width: calc(100% - 80px);
    padding: 0 0 0 10px;
}

.review-image img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 5px solid #00abbd;
    margin: -20px 0px 0 -14px;
}

.review-name {
    font-weight: 500;
}

.review-date {
    font-size: 14px;
    opacity: 0.8;
}

.review-text {
    padding: 20px;
}</pre></body></html>