.is-system-profile-service-support-system.fixstable-system-presentation {
	--fixstable-system-border: color-mix(in srgb, var(--fixstable-kit-primary, #2fa8ff) 18%, transparent);
}

.is-system-profile-service-support-system.fixstable-kit-support-page,
.is-system-profile-service-support-system.fixstable-kit-search-results,
.is-system-profile-service-support-system.fixstable-kit-error-page {
	background:
		linear-gradient(180deg, color-mix(in srgb, var(--fixstable-kit-primary, #2fa8ff) 8%, transparent), transparent 420px),
		var(--fixstable-kit-background, #f5f8fb);
}

.is-system-profile-service-support-system .fixstable-kit-support-card,
.is-system-profile-service-support-system .fixstable-kit-search-result-card {
	border-top: 3px solid var(--fixstable-kit-primary, #2fa8ff);
}

.is-system-profile-service-support-system .fixstable-kit-support-inline-link::after {
	content: "\2192";
	margin-left: 8px;
}
