.ppm-sl-buttons {
	display: flex;
	flex-direction: column;
	gap: 12px;
	max-width: 320px;
}

.ppm-sl-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 11px 20px;
	border-radius: 6px;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	transition: opacity 0.2s ease, box-shadow 0.2s ease;
	cursor: pointer;
	line-height: 1;
}

.ppm-sl-btn:hover {
	opacity: 0.9;
	box-shadow: 0 2px 8px rgba(0,0,0,0.18);
	text-decoration: none;
}

.ppm-sl-btn--google {
	background: #fff;
	color: #3c4043;
	border: 1px solid #dadce0;
}

.ppm-sl-btn--google:hover {
	color: #3c4043;
	background: #f8f9fa;
}

.ppm-sl-btn--linkedin {
	background: #0077b5;
	color: #fff;
	border: 1px solid #0077b5;
}

.ppm-sl-btn--linkedin:hover {
	color: #fff;
	background: #005f91;
}

.ppm-sl-error {
	background: #fde8e8;
	color: #c0392b;
	border: 1px solid #f5c6cb;
	border-radius: 5px;
	padding: 10px 14px;
	margin-bottom: 14px;
	font-size: 14px;
}
