/* ===========================================================================
   AEO Engine Avatar Group
   Public WordPress mirror of Greenhouse TeamAvatarGroup kind="brands".
   =========================================================================== */

.gh-aeo-engine-stack {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	min-height: 42px;
	color: rgba(220, 231, 244, 0.76);
	font-family: Inter, Arial, sans-serif;
}

.gh-aeo-engine-label {
	font-size: 14px;
	line-height: 1.35;
	font-weight: 650;
	color: currentColor;
}

.gh-aeo-engine-avatars {
	display: inline-flex;
	align-items: center;
	isolation: isolate;
}

.gh-aeo-engine-disc {
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #f7f9fc;
	border: 2px solid #fff;
	box-shadow: 0 10px 24px rgba(0, 16, 32, 0.22), 0 0 0 1px rgba(12, 42, 72, 0.14);
	transition: transform 160ms ease, box-shadow 160ms ease, z-index 160ms ease;
	position: relative;
}

.gh-aeo-engine-disc + .gh-aeo-engine-disc {
	margin-left: -7px;
}

.gh-aeo-engine-disc:nth-child(1) {
	z-index: 4;
}

.gh-aeo-engine-disc:nth-child(2) {
	z-index: 3;
}

.gh-aeo-engine-disc:nth-child(3) {
	z-index: 2;
}

.gh-aeo-engine-disc:nth-child(4) {
	z-index: 1;
}

.gh-aeo-engine-disc:hover {
	transform: translateY(-5px);
	z-index: 10;
	box-shadow: 0 16px 30px rgba(0, 16, 32, 0.3), 0 0 0 1px rgba(56, 208, 201, 0.22);
}

.gh-aeo-engine-disc img {
	width: 22px;
	height: 22px;
	object-fit: contain;
	display: block;
}

.gh-aeo-engine-disc[data-provider='gemini'] img {
	width: 21px;
	height: 21px;
}

.gh-aeo-engine-disc[data-provider='perplexity'] img {
	width: 23px;
	height: 23px;
}

.gh-aeo-engine-stack--compact .gh-aeo-engine-disc {
	width: 34px;
	height: 34px;
}

.gh-aeo-engine-stack--compact .gh-aeo-engine-disc img {
	width: 19px;
	height: 19px;
}

.gh-aeo-engine-stack--large .gh-aeo-engine-disc {
	width: 46px;
	height: 46px;
}

.gh-aeo-engine-stack--large .gh-aeo-engine-disc img {
	width: 25px;
	height: 25px;
}

body.page-id-250265 .gh-aeo-engine-widget {
	margin-top: 16px !important;
	margin-bottom: 28px !important;
}

@media (max-width: 767px) {
	.gh-aeo-engine-stack {
		gap: 12px;
		min-height: 40px;
	}

	.gh-aeo-engine-label {
		font-size: 13px;
	}

	body.page-id-250265 .gh-aeo-engine-widget {
		margin-top: 14px !important;
		margin-bottom: 24px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.gh-aeo-engine-disc {
		transition: none;
	}

	.gh-aeo-engine-disc:hover {
		transform: none;
	}
}
