.welcome-panel {
    padding: 0 1.25rem;
}

    .welcome-panel > div {
        margin-top: 0.75rem;
    }

.my-account-panel {
    padding: 0 1.25rem;
}

section.my-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid var(--bwj-background-mid);
}

.my-profile > .initial-badge {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 9.4rem;
    height: 9.4rem;
    border-radius: 50%;
    background-color: var(--bwj-theme-primary);
}

.initial-badge > h2 {
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    color: var(--bwj-white);
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
}

h3.profile-name {
    margin: 0;
    margin-top: 1rem;
    font-size: 1.5rem;
    font-weight: 600;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

p.profile-email {
    margin: 0;
    margin-top: 0.6rem;
    margin-bottom: 1.6rem;
    font-size: 1rem;
    line-height: 1.5em;
    font-weight: normal;
    color: var(--bwj-grey);
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.my-account-panel > div,
.my-account-panel > form {
    margin: 0;
    margin-top: 1.25rem;
    padding: 0;
}
