/* Content pages (template2): dark readable WYSIWYG */

.page-template2 .container {
	max-width: 1600px;
}

.content-page-wysiwyg {
	padding: 22px 0 36px;
}

.content-page-wysiwyg__inner {
	max-width: 1160px;
	margin: 0 auto;
	color: #e9edf4;
	font-size: 18px;
	line-height: 1.85;
	word-break: break-word;
}

.content-page-wysiwyg--template2 .content-page-wysiwyg__inner,
.content-page-wysiwyg--template2 .content-page-wysiwyg__inner * {
	color: inherit !important;
}

.content-page-wysiwyg--template2 .content-page-wysiwyg__inner h1,
.content-page-wysiwyg--template2 .content-page-wysiwyg__inner h2,
.content-page-wysiwyg--template2 .content-page-wysiwyg__inner h3,
.content-page-wysiwyg--template2 .content-page-wysiwyg__inner h4,
.content-page-wysiwyg--template2 .content-page-wysiwyg__inner h5,
.content-page-wysiwyg--template2 .content-page-wysiwyg__inner h6 {
	color: #ffffff !important;
	line-height: 1.35;
	margin: 0 0 14px;
}

.content-page-wysiwyg--template2 .content-page-wysiwyg__inner p {
	margin: 0 0 14px;
}

.content-page-wysiwyg--template2 .content-page-wysiwyg__inner a {
	color: #7ec8ff !important;
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-color: rgba(126, 200, 255, 0.55);
	transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.content-page-wysiwyg--template2 .content-page-wysiwyg__inner a:hover,
.content-page-wysiwyg--template2 .content-page-wysiwyg__inner a:focus-visible {
	color: #b6e3ff !important;
	text-decoration-color: rgba(182, 227, 255, 0.9);
}

.content-page-wysiwyg--template2 .content-page-wysiwyg__inner ul,
.content-page-wysiwyg--template2 .content-page-wysiwyg__inner ol {
	margin: 0 0 14px 22px;
}

.content-page-wysiwyg--template2 .content-page-wysiwyg__inner li {
	margin-bottom: 6px;
}

@media (max-width: 768px) {
	.content-page-wysiwyg__inner {
		font-size: 16px;
		line-height: 1.75;
	}
}
