.profile-page {
    max-width: 560px;
}

.profile-page h1 {
    margin-bottom: 34px;
}

.profile-details {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 14px;
    margin: 0;
    overflow: hidden;
}

.profile-details > div {
    border-top: 1px solid var(--line);
    padding: 18px 20px;
}

.profile-details > div:first-child {
    border-top: 0;
}

.profile-details dt {
    color: var(--muted);
    font-size: .8rem;
    font-weight: 800;
    margin-bottom: 6px;
}

.profile-details dd {
    margin: 0;
    overflow-wrap: anywhere;
}

.profile-details a {
    color: var(--ink);
    text-underline-offset: 4px;
}

@media (max-width: 480px) {
    .profile-page h1 {
        font-size: 2.5rem;
    }

    .profile-details > div {
        padding-inline: 16px;
    }
}
