.wc-lost-password-form__notices:not(:empty) {
	margin-bottom: var(--wp--preset--spacing--s, 20px);
}

.wc-lost-password-form--busy {
	cursor: wait;
}

.wc-lost-password-form--busy .lost_reset_password button[type="submit"]:disabled {
	cursor: wait;
	opacity: 0.7;
}
