﻿/*body {
    font-family: Arial, sans-serif;
    max-width: 700px;
    margin: 30px auto;
    border: 1px solid #ccc;
    padding: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}*/

.review-header {
    display: flex;
    align-items: flex-start;
}

.avatar {
    width: 50px;
    height: 50px;
    background-color: #6a1b9a;
    color: white;
    font-size: 34px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 15px;
}

.review-content {
    flex-grow: 1;
}

.ratingStar
{
    width: 20px;
    height: 20px;
}

.company-name {
    font-weight: bold;
    color: #333333;
    font-size: 16px;
    margin-bottom: 4px;
}

.description-short {
    font-size: 14px;
    color: #555;
    margin-bottom: 6px;
    color: #808080;
}

.rating {
    font-size: 14px;
    color: #ff9800;
    display: flex;
    align-items: center;
}

    .rating span {
        margin-right: 4px;
    }

    .rating .score {
        color: #1a73e8;
        margin-left: 6px;
    }

.review-body {
    margin-top: 12px;
    font-size: 14px;
    color: #333;
    padding-left:68px;
    line-height: 1.5;
    width:90%
}
