<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dynamic-content ul li {
	line-height: 22px;
}

.dynamic-content a:link {
	text-decoration: none;
}

.dynamic-content a:link:hover {
	color: #005972;
}

.dynamic-content p a:link {
	text-decoration: underline;
}

.dynamic-content p a:link:hover {
	color: #005972;
}

ol li {
	color: #605f5f;
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 20px 0;
}

#knowledge-center-root ol li {
	color: inherit
}

/* Link issue in dynamic-content on IE */
.dynamic-content a.arrow-right {
	position: relative;
	text-decoration: none;
}

.dynamic-content a.arrow-right::before {
	content: '';
    position: absolute !important;
    width: calc(100% - 54px);
    height: 1px;
    background-color: #000;
    left: 18px;
    bottom: 9px;
}
</pre></body></html>