

/* Start:/local/templates/zeecar/components/bitrix/news.list/reviews/style.css?17692567421324*/
.reviews-list {
    display: flex;
    flex-direction: column;
    max-width: 800px;
    margin: 0 auto;
}

.review-item {
    display: flex;
    flex-direction: column;
    border: 1px solid #e1e1e1;
    border-radius: 12px;
    background-color: #f9f9f9;
    padding: 2rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 2rem;
}

.review-header {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.review-user-avatar {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 1rem;
}

.review-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-user-info {
    display: flex;
    flex-direction: column;
}

.review-username {
    font-size: 1.2em;
    font-weight: 600;
    margin: 0;
    color: #333;
}

.review-date {
    font-size: 0.9em;
    color: #888;
}

.review-text {
    color: #333;
}

.review-media {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    border-radius: 8px;
    max-height: 450px;
}

.review-media img {
    max-width: 100%;
    object-fit: contain;
    height: auto;
    border-radius: 8px;
}

.review-media video {
    max-width: 100%;
    object-fit: contain;
    border-radius: 8px;
}

.review-item .review-text p {
    margin: 0;
    word-wrap: break-word;
}
/* End */
/* /local/templates/zeecar/components/bitrix/news.list/reviews/style.css?17692567421324 */
