<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! @version 1.1.0 */
.nb-seo-audit {
	font-size: 13px;
	font-family: -apple-system, 'Helvetica Neue', Arial, sans-serif;
	color: #000;
}
.nb-seo-audit-header {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e0e0e0;
	background-color: #f7f7f7;
	color: #5f5f5f;
	padding-left: 10px;
	padding-right: 10px;
}
.nb-seo-audit-checks {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.nb-seo-audit-url {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 15px;
	padding-top: 15px;
}
.nb-seo-audit-url-link {
	color: inherit;
	display: inline-block;
}
.nb-seo-audit-url-link:hover {
	color: inherit;
	text-decoration: underline;
}
.nb-seo-audit-check {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 10px;
}
.nb-seo-audit-check:hover {
	text-decoration: none;
	color: #000;
}
.nb-seo-audit-check-icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	border: 3px solid #ff0404;
	background-color: #ffb5b5;
}
.nb-seo-audit-check-icon:before {
	content: '\0021';
	display: block;
	font-size: 30px;
	color: #ff0404;
}
.nb-seo-audit-check-icon-passed {
	border-color: #3fb326;
	background-color: #abe89b;
}
.nb-seo-audit-check-icon-passed:before {
	content: '\2713';
	display: block;
	font-size: 30px;
	color: #3fb326;
}
.nb-seo-audit-check-title {
	font-size: 10px;
	margin-top: 6px;
	opacity: 0.6;
}
.nb-seo-audit-items .nb-seo-audit-check-icon {
	width: 60px;
	height: 60px;
	border-width: 4px;
}
.nb-seo-audit-items .nb-seo-audit-check-icon:before {
	font-size: 40px;
}
.nb-seo-audit-items .nb-seo-audit-check-title {
	font-weight: 300;
	font-size: 22px;
	margin-top: 7px;
	opacity: 1;
}
.nb-seo-audit-item {
	margin-bottom: 30px;
	border-bottom: 1px solid #e0e0e0;
}
.nb-seo-audit-item:last-child {
	margin-bottom: 0;
	border-style: none;
}
.nb-seo-audit-item-content {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.nb-seo-audit-item-title {
	position: relative;
	padding: 10px 25px 10px 0;
	font-size: 14px;
}
.nb-seo-audit-item-title:hover {
	cursor: pointer;
}
.nb-seo-audit-item-title:after {
	display: block;
	position: absolute;
	top: 24px;
	right: 14px;
	content: ' ';
	width: 12px;
	height: 12px;
	border-top: 2px solid #7b7878;
	border-right: 2px solid #7b7878;
	-webkit-transform: rotateZ(135deg);
	transform: rotateZ(135deg);
	-webkit-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
}
.nb-seo-audit-item-description {
	opacity: 0.6;
	padding: 0 0 10px;
	display: none;
}
.nb-seo-audit-item-has-visible-description .nb-seo-audit-item-description {
	display: block;
}
.nb-seo-audit-item-has-visible-description .nb-seo-audit-item-title:after {
	top: 13px;
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}
.nb-seo-audit-table {
	margin-top: 10px;
}
.nb-seo-audit-table-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 5px;
}
.nb-seo-audit-table-row:first-of-type {
	padding-left: 0;
	padding-right: 0;
}
.nb-seo-audit-table-row:nth-child(even) {
	background-color: #f1f1f1;
}
.nb-seo-audit-edit-btn {
	border: 2px solid #e7e7e7;
	border-radius: 5px;
	padding: 10px 15px;
	background-color: #fff;
	color: #000;
	cursor: pointer;
	text-align: center;
}
.nb-seo-audit-edit-btn:hover {
	background-color: #e7e7e7;
}

</pre></body></html>