﻿.profile-card-greetings {
    color: var(--mud-palette-primary);
}


/* Avatar */
.profile-card-avatar-item {
    display: flex;
    justify-content: center;
}

    .profile-card-avatar {
        background-size: cover;
        border-radius: 50%;
        height: 300px;
        width: 300px;
    }

.profile-card-content-grid {
    display: flex;
}

.profile-card-email-item {
    display: flex;
    flex-direction: column;
    padding: 4px 0 0 40px !important;
}

    .profile-card-email-title {
        color: var(--mud-palette-primary);
        padding: 4px 0 0 0 !important;
    }

    .profile-card-email {
        padding: 0 0 0 16px !important;
    }


/* Card Actions */
.profile-card-actions {
    justify-content: end;
}