.xp-auth-screen__container {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    min-height: 100vh;
    padding-top: 72px;
    padding-bottom: 48px;
}

.xp-auth-screen__panel {
    width: 100%;
    max-width: 640px;
}

.xp-auth-screen__card {
    width: 100%;
}

.xp-password-form {
    margin-top: 8px;
}

.xp-password-form__meta {
    margin: 2px 0 0;
    color: #8cb6be;
    font-size: 0.94rem;
    line-height: 1.65;
}

.xp-password-form__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
}

.xp-password-form__footer {
    margin-top: 24px;
}

@media (max-width: 768px) {
    .xp-auth-screen__container {
        padding-top: 34px;
        padding-bottom: 28px;
    }

    .xp-password-form__actions {
        width: 100%;
    }

    .xp-password-form__actions .xp-button {
        width: 100%;
        justify-content: center;
    }
}
