.cky-btn-revisit-wrapper {
	width: 32px !important;
	height: 32px !important;
	background-color: var(--color-header-middle-text) !important;
}

.cky-btn-revisit-wrapper .cky-btn-revisit img {
	width: 20px !important;
	height: 20px !important;
}

.ka_title_underline .w-text-value {
	display: inline-block;
	position: relative;
}

.ka_title_underline .w-text-value strong {
	color: var(--color-content-primary);
	background: linear-gradient(155deg, #e6ff06 0%, #ff8f06 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.ka_title_underline .w-text-value::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 100%;
	height: .5px;
	background: var(--color-content-primary);
}