.is-system-profile-greenline-system.fixstable-system-presentation {
	--fixstable-system-border: color-mix(in srgb, #15803d 19%, transparent);
	--fixstable-system-muted: color-mix(in srgb, #172421 68%, transparent);
}

.is-system-profile-greenline-system.fixstable-kit-support-page,
.is-system-profile-greenline-system.fixstable-kit-search-results,
.is-system-profile-greenline-system.fixstable-kit-error-page {
	background:
		linear-gradient(180deg, rgba(132, 204, 22, 0.09), transparent 420px),
		#f4fbf6;
}

.is-system-profile-greenline-system :is(.fixstable-kit-support-hero, .fixstable-kit-search-results-header) {
	position: relative;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 18px 52px rgba(21, 128, 61, 0.09);
}

.is-system-profile-greenline-system :is(.fixstable-kit-support-hero, .fixstable-kit-search-results-header)::after {
	content: "";
	position: absolute;
	right: -70px;
	bottom: -90px;
	width: 240px;
	height: 240px;
	border: 42px solid rgba(132, 204, 22, 0.14);
	border-radius: 50%;
	pointer-events: none;
}

.is-system-profile-greenline-system .fixstable-kit-support-grid,
.is-system-profile-greenline-system .fixstable-kit-search-results-list {
	gap: 24px;
}

.is-system-profile-greenline-system .fixstable-kit-support-card,
.is-system-profile-greenline-system .fixstable-kit-search-result-card {
	background: #fff;
	border-top: 5px solid #84cc16;
}

.is-system-profile-greenline-system .fixstable-kit-support-card-meta,
.is-system-profile-greenline-system .fixstable-kit-search-result-card-meta {
	display: inline-flex;
	padding: 6px 9px;
	background: rgba(132, 204, 22, 0.12);
	border-radius: 999px;
}

.is-system-profile-greenline-system .fixstable-kit-support-inline-link::after {
	content: "Get details \2192";
	margin-left: 7px;
	font-size: 0;
}

.is-system-profile-greenline-system .fixstable-kit-support-inline-link::after {
	font-size: inherit;
	content: "\2192";
}

.is-system-profile-greenline-system .fixstable-kit-article-cta,
.is-system-profile-greenline-system .fixstable-kit-support-resource-cta {
	background: #15803d;
	color: #fff;
}

.is-system-profile-greenline-system .fixstable-kit-article-cta .fixstable-kit-support-card-meta,
.is-system-profile-greenline-system .fixstable-kit-support-resource-cta .fixstable-kit-support-card-meta {
	color: #d9f99d;
	background: transparent;
}
