.sc-social-login-container {
	margin: 10px 0;
	width: 100%;
}

.sc-social-login-buttons {
	display: block;
	width: 100%;
}

.sc-social-login-buttons a {
	text-decoration: none !important;
	display: block;
	width: 100%;
	border: 0;
	outline: 0;
	box-shadow: none;
}

.sc-social-login-button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	border-radius: var(--sc-social-btn-radius, 100px);
	overflow: hidden;
	cursor: pointer;
	transition: opacity 0.2s ease, box-shadow 0.2s ease;
	min-height: 44px;
	width: 100%;
	padding: 10px 16px;
	box-sizing: border-box;
	font-size: 15px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	line-height: 1;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12);
}

.sc-social-login-button:hover {
	opacity: 0.88;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.sc-social-login-button-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	line-height: 0;
}

.sc-social-login-button-icon svg {
	width: 24px;
	height: 24px;
}

.sc-social-login-button-label {
	color: #fff;
	white-space: nowrap;
	font-weight: 600;
	letter-spacing: 0.3px;
}

/* Google: white background needs dark text + border */
.sc-social-login-button[data-provider="google"] {
	border: 1px solid #dadce0;
}

.sc-social-login-button[data-provider="google"] .sc-social-login-button-label {
	color: #3c4043;
}

.sc-social-login-button[data-provider="google"]:hover {
	background-color: #f7f8f8 !important;
}

/* Unlink button */
.sc-social-login-button-unlink .sc-social-login-button-label {
	color: #fff;
}

/* WC grouping */
.sc-social-login-wc-buttons {
	margin: 12px 0;
}

/* WC checkout: extra bottom spacing */
.sc-social-login-wc-checkout {
	margin-bottom: 24px;
}

.sc-social-login-wc-buttons .sc-social-login-container + .sc-social-login-container {
	margin-top: 8px;
}
