.simple-linkedin-login-wrap {
	margin: 16px 0;
}

.simple-linkedin-login-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	box-sizing: border-box;
	width: 100%;
	padding: 10px 16px;
	background-color: #0a66c2;
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.2;
	text-decoration: none;
	border: 1px solid #0a66c2;
	border-radius: 6px;
	transition: background-color 0.15s ease, border-color 0.15s ease;
}

.simple-linkedin-login-button:hover,
.simple-linkedin-login-button:focus {
	background-color: #004182;
	border-color: #004182;
}

.simple-linkedin-login-button__icon {
	width: 20px;
	height: 20px;
	flex: 0 0 auto;
}
