.shefa-avatar {
    flex-shrink: 0;
    vertical-align: middle;
}

.shefa-avatar-initials {
    user-select: none;
    letter-spacing: 0.02em;
}

.shefa-avatar-img {
    background: #eaf5e6;
}

.shefa-drawer-card {
    background: #fff;
    border: 1px solid #e2efe0;
    border-radius: 16px;
    padding: 0;
    margin-bottom: 14px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(93, 143, 83, 0.06);
}

.shefa-drawer-card-row {
    padding: 12px 14px;
    border-bottom: 1px solid #eef4ec;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.shefa-drawer-card-row:last-child {
    border-bottom: none;
}

.shefa-drawer-card-label {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6c757d;
    margin-bottom: 2px;
}

.shefa-drawer-card-value {
    color: #2f4a2c;
    font-weight: 500;
}

.shefa-rater-card {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-bottom: 1px solid #eef4ec;
}

.shefa-rater-card:last-child {
    border-bottom: none;
}

.shefa-rater-stars {
    margin-left: auto;
    color: #ffb400;
    font-weight: 600;
    white-space: nowrap;
}

.shefa-review-meta-line {
    font-size: 0.82rem;
    color: #6c757d;
    margin-bottom: 4px;
}

.shefa-review-meta-line .shefa-review-author {
    font-weight: 600;
    color: #497143;
}
