.asl-social-login {
	margin-top: -4px;
	max-width: 220px;
	margin-left: auto;
	margin-right: auto;
}

.asl-buttons {
	display: flex;
	flex-direction: column;
	gap: .6rem;
}

.asl-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .6rem;
	width: 100%;
	min-height: 38px;
	padding: .55rem 1rem;
	border-radius: 6px;
	font-family: "Heebo", Arial, sans-serif;
	font-weight: 400;
	text-decoration: none;
	border: 1px solid transparent;
	transition: opacity .15s ease, box-shadow .15s ease;
}

.asl-btn:hover {
	text-decoration: none;
	opacity: .92;
}

.asl-btn .asl-icon {
	display: inline-flex;
	align-items: center;
}

.asl-btn-google {
	position: relative;
	justify-content: flex-start;
	gap: 0;
	min-height: 0;
	padding: 3px;
	color: #fff;
    background: rgb(66, 133, 244);
    border-color: rgb(66, 133, 244);
	font-weight: 400;
}

.asl-btn-google:hover {
	color: #fff;
	box-shadow: 0 1px 3px rgba(60, 64, 67, .3);
	opacity: 1;
}

.asl-btn-google .asl-icon {
	justify-content: center;
	width: 28px;
	min-width: 28px;
	height: 28px;
	background: #fff;
	border-radius: 3px;
}

.asl-btn-google .asl-label {
	flex: 1;
	text-align: center;
	font-size: 13px;
	font-weight: 400;
}

.asl-btn-apple {
	background: #000;
	color: #fff;
	border-color: #000;
}

.asl-btn-apple:hover,
.asl-btn-apple:focus {
	color: #fff;
}

#checkout .asl-social-login a.asl-btn {
	text-decoration: none;
}

#checkout .asl-social-login a.asl-btn-google,
#checkout .asl-social-login a.asl-btn-google:hover,
#checkout .asl-social-login a.asl-btn-google:focus {
	color: #fff;
}
