.aroosyar-profile-widget {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 18px 20px;
    margin-bottom: 20px;
}

.aroosyar-profile-widget__avatar {
    position: relative;
    width: 72px;
    height: 72px;
    flex-shrink: 0;
}

.aroosyar-profile-widget__avatar img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

.aroosyar-profile-widget__avatar-edit {
    position: absolute;
    bottom: -2px;
    left: -2px;
    width: 26px;
    height: 26px;
    background: #c9184a;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    cursor: pointer;
    border: 2px solid #fff;
}

.aroosyar-profile-widget__name {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 4px;
}

.aroosyar-profile-widget__role {
    display: inline-block;
    background: #fff0f3;
    color: #c9184a;
    font-size: 12px;
    padding: 3px 12px;
    border-radius: 999px;
}
