html body.single-kyoiq_video a.kyoiq-video-single__channel-label,
html body.single-kyoiq_video a.kyoiq-video-single__channel-label:visited {
	color: #fff !important;
	text-decoration: none !important;
	cursor: pointer !important;
	transition: background-color 0.16s ease, border-color 0.16s ease, outline-color 0.16s ease !important;
}

html body.single-kyoiq_video a.kyoiq-video-single__channel-label:hover,
html body.single-kyoiq_video a.kyoiq-video-single__channel-label:focus,
html body.single-kyoiq_video a.kyoiq-video-single__channel-label:focus-visible {
	color: #fff !important;
	background: var(--kyoiq-color-video-brand-hover) !important;
	background-color: var(--kyoiq-color-video-brand-hover) !important;
	border-color: var(--kyoiq-color-video-brand-hover) !important;
	outline: 2px solid rgba(255, 0, 51, 0.28) !important;
	outline-offset: 2px !important;
	box-shadow: none !important;
	text-decoration: none !important;
}

html body.single-kyoiq_video a.kyoiq-video-single__channel-label:hover i,
html body.single-kyoiq_video a.kyoiq-video-single__channel-label:focus i,
html body.single-kyoiq_video a.kyoiq-video-single__channel-label:focus-visible i {
	color: #fff !important;
}
