/* static/css/tests/review.css */


.tests-review-container {
    display: flex;
    align-items: stretch;
}

.review-card {
    border: 1px solid #DAE0EB;
    border-radius: 10px;
    padding: 20px;
    background: white;
    border: 1px solid #c1cce2;
    box-shadow: 0px 2px 6px #e6edfc8f;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.stars {
    color: #EFCE4A;
    font-size: 18px;
}

.verified {
    font-size: 14px;
    color: gray;
    margin-top: 5px;
}

.verified i {
    color: lightgray;
}

.review-text {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
}

.review-author {
    margin: 0;
    font-size: 14px;
    color: #808080;
}

.review-header{
    text-align: center;
}

.review-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}