<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
	color: var(--primary-color);
}

.brxe-text ul,
.brxe-text-basic ul {
	margin-top: 0;
	padding-left: 15px;
}
.brxe-text ul li::marker,
.brxe-text-basic ul li::marker,
.brxe-text ol li::marker,
.brxe-text-basic ol li::marker {
	color: var(--primary-color);
}

.section-corner {
	position: relative !important;
}
.section-corner .section-corner-shape {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	color: #fff;
	pointer-events: none;
	overflow: hidden;
}
.section-corner .section-corner-shape &gt; svg {
	width: 100%;
	height: auto;
	transform: scale(2);
	-webkit-transform: scale(2);
	transform-origin: top center;
	-webkit-transform-origin: top center;
	fill: var(--white-color, white);
}

article[data-category*="articles"] {
	border: 2px solid var(--primary-color) !important;
}
article[data-category*="news"] {
	border: 2px solid var(--secondary-color) !important;
}
article[data-category*="news"]:hover {
	box-shadow: 0 0 10px 0 var(--secondary-color) !important;
}
article[data-category*="news"] .brxe-post-title {
	color: var(--secondary-color) !important;
}</pre></body></html>