.wpsl-wrapper {
	margin: 14px 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.wpsl-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	max-width: 360px;
	min-height: 44px;
	padding: 10px 16px;
	border-radius: 8px;
	border: 1px solid #dadce0;
	background: #fff;
	color: #202124;
	font-weight: 600;
	text-decoration: none;
	box-shadow: 0 1px 2px rgba(0,0,0,.06);
	box-sizing: border-box;
}
.wpsl-button:hover,
.wpsl-button:focus {
	filter: brightness(.98);
	color: inherit;
	text-decoration: none;
}
.wpsl-provider-icon,
.wpsl-google-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	font-weight: 700;
	font-family: Arial, sans-serif;
	background: #fff;
}
.wpsl-google .wpsl-provider-icon { color: #4285f4; }
.wpsl-facebook { background: #1877f2; border-color: #1877f2; color: #fff; }
.wpsl-line { background: #06c755; border-color: #06c755; color: #fff; }
.wpsl-github { background: #24292f; border-color: #24292f; color: #fff; }
.wpsl-microsoft { background: #2f2f2f; border-color: #2f2f2f; color: #fff; }
.wpsl-notice {
	padding: 10px 12px;
	border-left: 4px solid #f59e0b;
	background: #fff8e5;
}
