﻿.crjd-user-view {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: flex-end;
}

.crjd-user-name {
    font-weight: 600;
}

.crjd-auth-link {
    text-decoration: none;
}

    .crjd-auth-link:hover {
        text-decoration: underline;
    }
