/*
 * Kea Skies account social login polish.
 * Keeps Nextend social login quick, labelled, and visually calm.
 */

/*
 * The Divi page still contains the retired full-width social-login stack.
 * Keep it out of the live layout without deleting modules and renumbering the
 * working auth panel below it.
 */
body.page-id-637 .et_pb_text_6,
body.page-id-637 .et_pb_code_15,
body.page-id-637 .et_pb_code_16,
body.page-id-637 .et_pb_code_17,
body.page-id-637 .et_pb_code_18,
body.page-id-637 .et_pb_image_7 {
	display: none !important;
}

body.page-id-637 .auth-social-grid {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 8px !important;
	justify-content: flex-start !important;
	align-items: center !important;
}

body.page-id-637 .auth-social-grid .et_pb_module,
body.page-id-637 .auth-social-grid .et_pb_code_inner,
body.page-id-637 .auth-social-grid .nsl-container,
body.page-id-637 .auth-social-grid .nsl-container-buttons,
body.page-id-637 .auth-social-grid a {
	width: 44px !important;
	max-width: 44px !important;
	height: 44px !important;
	overflow: visible !important;
}

body.page-id-637 .auth-social-grid a {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

body.page-id-637 .auth-social-grid .nsl-container-buttons {
	display: block !important;
}

body.page-id-637 .auth-social-grid div.nsl-container .nsl-button-default,
body.page-id-637 .auth-social-grid div.nsl-container .nsl-button-icon,
body.page-id-637 .auth-social-grid .nsl-button {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 0 !important;
	width: 40px !important;
	min-width: 40px !important;
	height: 40px !important;
	min-height: 40px !important;
	padding: 0 !important;
	border: 1px solid rgba(22, 76, 55, .16) !important;
	border-radius: 13px !important;
	background: rgba(255, 255, 255, .98) !important;
	box-shadow: 0 1px 0 rgba(255, 255, 255, .82), 0 8px 18px rgba(37, 35, 31, .045) !important;
	color: #164c37 !important;
	overflow: hidden !important;
	transform: none !important;
	transition: border-color .16s ease, box-shadow .16s ease, background-color .16s ease !important;
}

body.page-id-637 .auth-social-grid .nsl-button-label-container,
body.page-id-637 .auth-social-grid div.nsl-container .nsl-button-default div.nsl-button-label-container {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	min-width: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	border: 0 !important;
	white-space: nowrap !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
}

body.page-id-637 .auth-social-grid .nsl-button-svg-container {
	flex: 0 0 auto !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 18px !important;
	height: 18px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	filter: saturate(.68) contrast(.96) !important;
	opacity: .86 !important;
}

body.page-id-637 .auth-social-grid .nsl-button-svg-container svg {
	width: 18px !important;
	height: 18px !important;
	display: block !important;
}

body.page-id-637 .auth-social-grid .nsl-button-discord svg path {
	fill: #587466 !important;
}

body.page-id-637 .auth-social-grid a:hover .nsl-button,
body.page-id-637 .auth-social-grid a:focus-visible .nsl-button,
body.page-id-637 .auth-social-grid .nsl-button:hover,
body.page-id-637 .auth-social-grid .nsl-button:focus-visible {
	border-color: rgba(22, 76, 55, .32) !important;
	background: #fff !important;
	box-shadow: 0 1px 0 rgba(255, 255, 255, .9), 0 12px 24px rgba(22, 76, 55, .1) !important;
	outline: none !important;
	transform: none !important;
}

@media (max-width: 420px) {
	body.page-id-637 .auth-social-grid .et_pb_module,
	body.page-id-637 .auth-social-grid .et_pb_code_inner,
	body.page-id-637 .auth-social-grid .nsl-container,
	body.page-id-637 .auth-social-grid .nsl-container-buttons,
	body.page-id-637 .auth-social-grid a {
		width: 44px !important;
		max-width: 44px !important;
		min-width: 44px !important;
		height: 44px !important;
		min-height: 44px !important;
	}

	body.page-id-637 .auth-social-grid div.nsl-container .nsl-button-default,
	body.page-id-637 .auth-social-grid div.nsl-container .nsl-button-icon,
	body.page-id-637 .auth-social-grid .nsl-button {
		width: 40px !important;
		max-width: 40px !important;
		min-width: 40px !important;
		height: 40px !important;
		min-height: 40px !important;
	}
}
