/* Nextend Google Sign-In placement only — v1.0.52
   Button design is intentionally left to Nextend default styles. */

body.ep-auth-template .ep-auth-card .ep-social-login {
	margin-top: 16px !important;
	width: 100% !important;
	text-align: center !important;
}

body.ep-auth-template .ep-auth-card .ep-social-divider {
	display: flex !important;
	align-items: center !important;
	gap: 12px !important;
	margin: 8px 0 14px !important;
	color: #71809f !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	line-height: 1 !important;
	text-transform: lowercase !important;
}

body.ep-auth-template .ep-auth-card .ep-social-divider::before,
body.ep-auth-template .ep-auth-card .ep-social-divider::after {
	content: "" !important;
	flex: 1 1 auto !important;
	height: 1px !important;
	background: #dfe6f2 !important;
}

/* Center Nextend's default button without changing the button design. */
body.ep-auth-template .ep-auth-card .ep-social-login .nsl-container,
body.ep-auth-template .ep-auth-card .ep-social-login .nsl-container-buttons {
	margin-left: auto !important;
	margin-right: auto !important;
}

/* Hide a manually inserted Nextend shortcode if it sits outside the plugin login/signup card. */
body.ep-auth-template .elementor-widget-shortcode .nsl-container,
body.ep-auth-template .elementor-widget-shortcode .nsl-container-buttons {
	display: none !important;
}

/* But keep the plugin-rendered Nextend shortcode visible inside the auth card. */
body.ep-auth-template .ep-auth-card .ep-social-login .nsl-container,
body.ep-auth-template .ep-auth-card .ep-social-login .nsl-container-buttons {
	display: block !important;
}
