.wpsl-wrapper {
	margin: 14px 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.wpsl-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	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;
	transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}
.wpsl-button:hover,
.wpsl-button:focus {
	filter: brightness(.98);
	color: inherit;
	text-decoration: none;
	transform: translateY(-1px);
	box-shadow: 0 4px 10px rgba(0,0,0,.10);
}
.wpsl-provider-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	line-height: 1;
	flex: 0 0 26px;
}
.wpsl-icon-letter {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 800;
	background: #fff;
}
.wpsl-icon-google { color: #4285f4; font-size: 18px; }
.wpsl-icon-facebook { color: #1877f2; font-size: 23px; font-family: Georgia, serif; }
.wpsl-icon-line { color: #06c755; font-size: 9px; letter-spacing: -.4px; }
.wpsl-icon-github { color: #24292f; font-size: 18px; }
.wpsl-icon-x { color: #000; font-size: 20px; }
.wpsl-icon-apple { color: #000; font-size: 21px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; }
.wpsl-icon-microsoft {
	display: grid;
	grid-template-columns: repeat(2, 11px);
	grid-template-rows: repeat(2, 11px);
	gap: 2px;
	width: 24px;
	height: 24px;
}
.wpsl-icon-microsoft i { display: block; }
.wpsl-icon-microsoft i:nth-child(1) { background: #f25022; }
.wpsl-icon-microsoft i:nth-child(2) { background: #7fba00; }
.wpsl-icon-microsoft i:nth-child(3) { background: #00a4ef; }
.wpsl-icon-microsoft i:nth-child(4) { background: #ffb900; }
.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: #fff; border-color: #dadce0; color: #202124; }
.wpsl-x { background: #000; border-color: #000; color: #fff; }
.wpsl-apple { background: #fff; border-color: #dadce0; color: #111; }
.wpsl-notice {
	padding: 10px 12px;
	border-left: 4px solid #f59e0b;
	background: #fff8e5;
}
