.edd-sauth-wrap {
	margin: 1rem 0;
}

.edd-sauth-heading {
	margin: 0 0 0.75rem;
	font-weight: 600;
	text-align: center;
}

.edd-sauth-error {
	margin-bottom: 0.75rem;
	padding: 0.65rem 0.85rem;
	border: 1px solid #f5c2c7;
	border-radius: 6px;
	background: #f8d7da;
	color: #842029;
	font-size: 0.9rem;
}

.edd-sauth-buttons {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

.edd-sauth-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	min-height: 44px;
	padding: 0.55rem 1rem;
	border: 1px solid #dadce0;
	border-radius: 6px;
	background: #fff;
	color: #3c4043;
	font-size: 0.95rem;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	transition: background-color 0.15s ease, box-shadow 0.15s ease;
}

.edd-sauth-btn:hover,
.edd-sauth-btn:focus {
	background: #f8f9fa;
	box-shadow: 0 1px 2px rgba(60, 64, 67, 0.15);
	color: #202124;
	text-decoration: none;
}

.edd-sauth-btn-icon {
	width: 20px;
	height: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.edd-sauth-btn-google .edd-sauth-btn-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='%23EA4335' d='M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z'/%3E%3Cpath fill='%234285F4' d='M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z'/%3E%3Cpath fill='%23FBBC05' d='M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z'/%3E%3Cpath fill='%2334A853' d='M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.15 1.45-4.92 2.3-8.16 2.3-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z'/%3E%3C/svg%3E");
}

.edd-sauth-btn-facebook {
	border-color: #1877f2;
	background: #1877f2;
	color: #fff;
}

.edd-sauth-btn-facebook:hover,
.edd-sauth-btn-facebook:focus {
	background: #166fe5;
	color: #fff;
}

.edd-sauth-btn-facebook .edd-sauth-btn-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M22 12a10 10 0 1 0-11.6 9.9v-7h-2.3V12h2.3V9.8c0-2.3 1.4-3.6 3.5-3.6 1 0 2 .2 2 .2v2.2h-1.1c-1.1 0-1.4.7-1.4 1.4V12h2.4l-.4 2.9h-2v7A10 10 0 0 0 22 12'/%3E%3C/svg%3E");
}

.edd-sauth-context-checkout {
	margin-bottom: 1.5rem;
	padding: 1rem;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #fafafa;
}

.edd-sauth-context-wp-login {
	margin-bottom: 1rem;
}
