#ipro-account-embed .ipro-embed__nav,
[data-ipro-account-embed] .ipro-embed__nav{display:flex;gap:.5rem;flex-wrap:wrap;margin:0 0 1.5rem;padding:0;border-bottom:1px solid var(--ipro-account-border)}
#ipro-account-embed .ipro-embed__nav-button,
[data-ipro-account-embed] .ipro-embed__nav-button{min-height:44px;padding:.7rem 1rem;border:0;border-bottom:3px solid transparent;background:transparent;color:var(--ipro-account-muted);font:inherit;font-size:16px;font-weight:600;line-height:1.3;cursor:pointer}
#ipro-account-embed .ipro-embed__nav-button[aria-current=page],
[data-ipro-account-embed] .ipro-embed__nav-button[aria-current=page]{border-bottom-color:var(--ipro-account-primary);color:var(--ipro-account-foreground)}
#ipro-account-embed .ipro-embed__nav-button:focus-visible,
[data-ipro-account-embed] .ipro-embed__nav-button:focus-visible{outline:3px solid #ffcf33;outline-offset:2px}
#ipro-account-embed .ipro-embed__profile,
[data-ipro-account-embed] .ipro-embed__profile{display:grid;gap:1rem;max-width:34rem}
#ipro-account-embed .ipro-embed__profile label,
[data-ipro-account-embed] .ipro-embed__profile label{display:grid;gap:.4rem;color:var(--ipro-account-foreground);font-weight:600}
#ipro-account-embed .ipro-embed__profile input,
[data-ipro-account-embed] .ipro-embed__profile input{box-sizing:border-box;width:100%;min-height:48px;padding:.8rem;border:1px solid var(--ipro-account-border);border-radius:.8rem;background:var(--ipro-account-input);color:var(--ipro-account-foreground);font:inherit}
#ipro-account-embed .ipro-embed__profile-actions,
[data-ipro-account-embed] .ipro-embed__profile-actions{display:flex;gap:.75rem;flex-wrap:wrap}
#ipro-account-embed .ipro-embed__profile-note,
[data-ipro-account-embed] .ipro-embed__profile-note{margin:0;color:var(--ipro-account-muted)}
#ipro-account-embed .ipro-embed__load-more,
[data-ipro-account-embed] .ipro-embed__load-more{margin:1rem 0}
#ipro-account-embed .ipro-embed__button[aria-busy=true],
[data-ipro-account-embed] .ipro-embed__button[aria-busy=true]{cursor:wait;opacity:.65}
@media(max-width:480px){#ipro-account-embed .ipro-embed__profile-actions,[data-ipro-account-embed] .ipro-embed__profile-actions{display:grid}#ipro-account-embed .ipro-embed__profile-actions .ipro-embed__button,[data-ipro-account-embed] .ipro-embed__profile-actions .ipro-embed__button{width:100%}}