/* Recovery pages: small, scoped additions to the shared Ciblup entry shell. */
.entry-recovery-layout .entry-content{padding-top:42px;padding-bottom:42px}
.entry-recovery-layout .entry-auth{max-width:470px!important}
.entry-recovery-layout .entry-primary{margin-top:28px}
.entry-recovery-layout .entry-recovery-link{display:flex}
.entry-recovery-layout .entry-notice,.entry-recovery-layout .entry-error{margin-top:20px!important}
.entry-recovery-layout .entry-password button{min-width:72px;min-height:44px}
/* Keep recovery actions readable even when another entry theme rule wins on the dark surface. */
.entry-recovery-layout .entry-primary{-webkit-appearance:none;appearance:none;color-scheme:light;background:#243b33;color:#fff}
.entry-recovery-layout .entry-primary:hover,.entry-recovery-layout .entry-primary:focus-visible{background:#1b3029;color:#fff}
[data-theme=dark] .entry-recovery-layout .entry-primary{background:#b4dfd3;color:#202b29}
[data-theme=dark] .entry-recovery-layout .entry-primary:hover,[data-theme=dark] .entry-recovery-layout .entry-primary:focus-visible{background:#c4e9df;color:#202b29}
.entry-recovery-layout .entry-primary:disabled{opacity:1;background:#52675f;color:#fff}
[data-theme=dark] .entry-recovery-layout .entry-primary:disabled{background:#52675f;color:#fff}
@media(max-width:760px){.entry-recovery-layout .entry-content{padding-top:28px;padding-bottom:32px}.entry-recovery-layout .entry-primary{margin-top:24px}}
