.social-login-link__button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 10px 12px;
	line-height: 1;
	width: 100%;
	min-height: 40px;
	height: 40px;
	font-size: 14px;
	font-weight: 500;
	border-radius: 4px;
	color: rgba(255, 255, 255, 1);
	transition: 0.3s ease;
	cursor: pointer;
	border: none;
	position: relative;
}

.social-login-link__button:hover {
	scale: 1.01;
}

.social-login-link__button svg {
	margin-left: -20px;
	width: 20px;
	height: 20px;
}

.social-login-link__provider-apple {
	background: #000000;
}

.social-login-link__provider-facebook {
	background: #0866ff;
	border: 1px solid #0866ff;
}

.social-login-link__provider-google {
	background: #ffffff;
	border: 1px solid #747775;
	color: #1f1f1f;
}

.social-login-link__loading-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -1px;
	left: -1px;
	height: 38px;
	width: calc(100% + 1px);
	border-radius: inherit;
	background: #000000;
	border: 1px solid #000000;
}

.social-login-link__loading svg {
	margin-left: initial;
	width: inherit;
	height: inherit;
}

.social-login-link__loading-wrapper-facebook {
	background: #0866ff;
	border: 1px solid #0866ff;
}

.social-login-link__loading-wrapper-facebook svg {
	color: #fff;
}

.social-login-link__loading-wrapper-google {
	background: #ffffff;
	border: 1px solid #747775;
}

.social-login-link__loading-wrapper-google svg {
	color: #1f1f1f;
}

.social-login-link__loading-wrapper-apple .social-login-link__loading {
	color: #ffffff;
}

.social-login-link__button--loading:hover {
	scale: 1;
}

svg.social-login-link__apple-icon {
	height: 40px;
}
