@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css';

/* /Components/Pages/Profile.razor.rz.scp.css */
.profile-page[b-1vqzm7onyp] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 960px;
    margin: 2rem auto;
}

.profile-header[b-1vqzm7onyp] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.profile-header h1[b-1vqzm7onyp] {
    margin: 0;
}

.profile-grid[b-1vqzm7onyp] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.5rem;
    align-items: stretch;
}

.profile-card[b-1vqzm7onyp] {
    padding: 1.5rem;
}

.profile-card h2[b-1vqzm7onyp] {
    margin-top: 0;
    margin-bottom: 1.25rem;
}

.profile-message[b-1vqzm7onyp] {
    margin-bottom: 1rem;
}
