.password-control{display:grid;grid-template-columns:minmax(0,1fr) 48px;align-items:stretch;gap:8px;width:100%;min-width:0}
.password-control input{min-width:0;width:100%}
/* Keep the reveal button compact even inside forms with full-width .btn rules. */
.password-control .password-toggle{width:48px;min-width:48px;max-width:48px;min-height:44px;padding:8px;align-self:stretch;display:flex;align-items:center;justify-content:center}
.password-toggle svg{width:22px;height:22px;flex:none}
.password-toggle:focus-visible{outline:2px solid #d5b3ef;outline-offset:3px}
