.sosl-social-login {
	width: 100%;
}

.sosl-button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	width: 100%;
	min-height: 2.75rem;
	padding: 0.65rem 1rem;
	border: 1px solid #dadce0;
	border-radius: 0.5rem;
	background: #fff;
	color: #1f1f1f;
	font: inherit;
	font-size: 0.9375rem;
	font-weight: 500;
	text-decoration: none;
	transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.sosl-button:hover,
.sosl-button:focus {
	background: #f8f9fa;
	border-color: #c6c6c6;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
	color: #1f1f1f;
	text-decoration: none;
}

.sosl-button__icon {
	display: inline-flex;
	flex-shrink: 0;
}

.sosl-button__label {
	line-height: 1.2;
}
