/* _content/Dynamic.WorkReports.Web/Components/Pages/People.razor.rz.scp.css */
.people-row-actions[b-9a7vb0yw8h] {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    white-space: nowrap;
}

.profile-edit-icon[b-9a7vb0yw8h] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    border: 1px solid var(--line);
    border-radius: 6px;
    color: var(--green);
    background: #fff;
}

.profile-edit-icon:hover[b-9a7vb0yw8h] {
    background: #edf4ef;
    border-color: #aac2b5;
    text-decoration: none;
}

.role-edit-link[b-9a7vb0yw8h] {
    font-weight: 600;
}
/* _content/Dynamic.WorkReports.Web/Components/Shared/OverallRating.razor.rz.scp.css */
.overall-rating[b-vf29y63ow3] { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.rating-stars[b-vf29y63ow3] { color: #976617; letter-spacing: 1px; font-size: 16px; }
.rating-empty[b-vf29y63ow3] { color: #7b8981; }
