/* wp-content/plugins/pickpicbuy-core/assets/css/auth-ux.css */
.ppb-password-control { display: grid; grid-template-columns: minmax(0,1fr); gap: 6px; }
.ppb-password-toggle { justify-self: end; min-height: 44px; padding: 8px 12px; border: 1px solid #b5c0b6; border-radius: 10px; background: #fffdf8; color: #102e36; font: inherit; font-size: 13px; cursor: pointer; }
.ppb-password-toggle:hover { background: #e9eee8; }
.ppb-password-toggle:focus-visible, .ppb-auth-email summary:focus-visible { outline: 3px solid #146faa; outline-offset: 3px; }
.ppb-auth-email { margin-block: 0 24px; }
.ppb-auth-email summary { min-height: 48px; padding: 14px 0; color: #102e36; font-weight: 700; cursor: pointer; }
.ppb-auth-email[open] summary { margin-bottom: 14px; }
.ppb-auth-card .ppb-social-auth__button--google { min-height: 52px; font-weight: 700; border-width: 2px; }
