.recovery-form h1 { font-size: 25px; line-height: 1.3; margin: 26px 0; text-align: center; }
.recovery-brand { display: block; text-align: center; }
.recovery-brand img { max-width: 100%; height: auto; }
.recovery-form label { display: block; margin-bottom: 7px; }
.recovery-form .form-control { width: 100%; min-height: 44px; }
.recovery-form small { display: block; margin-top: 8px; line-height: 1.5; }
.recovery-form .alert { line-height: 1.6; overflow-wrap: break-word; }
.recovery-code { font-family: Consolas, monospace; font-size: 13px; }
.recovery-submit { width: 100%; margin: 8px 0 0; white-space: normal; min-height: 44px; }
.recovery-secondary { text-align: center; margin-top: 20px; }
.recovery-links { display: flex; justify-content: space-between; gap: 16px; margin-top: 24px; flex-wrap: wrap; }
.recovery-form a { color: #f2aa82; }
.recovery-form a:hover, .recovery-form a:focus { color: #fff; }
@media (max-width: 480px) {
    .vpg-refresh.recovery-view .youplay-login { padding: 24px 0; }
    .vpg-refresh.recovery-view .youplay-form { padding: 20px; }
    .recovery-form h1 { font-size: 23px; }
}
