/* Airbnb Style Reviews - front-end styles */

.asr-reviews-wrap {
    width: 100%;
    box-sizing: border-box;
}

.asr-review-card {
    box-sizing: border-box;
    padding: 4px 0;
}

.asr-review-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.asr-avatar-img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.asr-avatar-initial {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #f2d9c2;
    color: #a0522d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 600;
    flex-shrink: 0;
}

.asr-header-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.asr-reviewer-name {
    font-weight: 600;
    font-size: 16px;
    color: #222;
    line-height: 1.3;
}

.asr-years {
    font-size: 14px;
    color: #6a6a6a;
    line-height: 1.3;
}

.asr-meta-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    font-size: 14px;
    color: #6a6a6a;
    margin-bottom: 10px;
}

.asr-stars {
    letter-spacing: 1px;
    font-size: 14px;
    color: #222;
}

.asr-dot {
    color: #6a6a6a;
}

.asr-review-text {
    font-size: 15px;
    line-height: 1.5;
    color: #222;
    word-wrap: break-word;
}

.asr-no-reviews {
    color: #6a6a6a;
    font-style: italic;
}
