/**
 * Social login button styles (overrides for theme conflicts).
 * Google brand color: #4285F4 (official Sign-in button blue).
 * VK brand color: #0077FF (official VK blue).
 */
.hp-social-links .hp-social-links__item--google {
	background-color: #4285f4 !important;
}
.hp-social-links .hp-social-links__item--google:hover {
	background-color: #3367d6 !important;
}

.hp-social-links .hp-social-links__item--vkontakte {
	background-color: #0077ff !important;
}
.hp-social-links .hp-social-links__item--vkontakte:hover {
	background-color: #0066dd !important;
}

/* Social buttons in footer: between "Войти" and "Еще нет аккаунта?" */
.hp-form__footer .hp-social-links {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.hp-social-links .hp-social-links__item {
    margin-bottom: 1rem !important;
}

