.account-page-grid{display:grid;grid-template-columns:minmax(280px,.7fr) minmax(360px,1.3fr);gap:20px}.account-profile,.password-card{padding:28px}.account-profile{text-align:center}.profile-avatar{display:grid;place-items:center;width:72px;height:72px;margin:0 auto 14px;border-radius:50%;background:#dceef1;color:#176879;font-size:22px;font-weight:800}.account-profile h2{margin:0}.account-profile>p{color:var(--muted);margin:.4rem 0 1rem}.role-list{display:flex;justify-content:center;gap:6px;flex-wrap:wrap}.role-list span{background:#eef3f5;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:700}.account-profile dl{text-align:left;margin:24px 0 0}.account-profile dl div{padding:12px 0;border-top:1px solid var(--border)}.account-profile dt{font-size:12px;color:var(--muted)}.account-profile dd{margin:4px 0 0;font-weight:650}.password-card form{display:grid;gap:7px;margin-top:22px}.password-card input{box-sizing:border-box;width:100%;padding:11px;border:1px solid var(--border);border-radius:8px;font:inherit}.password-card form>span,.validation-summary{color:#b42318;font-size:13px}.password-card form>small{color:var(--muted);margin-bottom:7px}.password-card button{margin-top:10px;justify-self:start}@media(max-width:760px){.account-page-grid{grid-template-columns:1fr}}
