/* The player's own page (ProfilesController#show), and a tab in the native
   shell — so it carries the links a tab bar has no room for. */

.profile__name {
    font-size: 1.1em;
}

.profile__email,
.profile__realm {
    font-size: 0.75em;
    overflow-wrap: anywhere;
}

.profile__stats {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.15rem 1rem;
    font-size: 0.75em;
}

.profile__stats dd {
    text-align: right;
    font-weight: bold;
}

.profile__links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.profile__links .nes-btn {
    flex: 1 1 auto;
    margin: 0;
}
