.page-kind-ARTICLE .articleHtmlContent h3 + h5,
.articleHtmlContent h3 + div {
	font-family: 'Netflix Sans', sans-serif;
	color: rgba(var(--text-color-rgb), 0.55);
	margin-top: 0 !important;
	font-weight: 300;
	text-transform: none;
	font-size: 1.25rem;
    line-height: 160%;
    font-weight: 300;
    letter-spacing: -0.01em;
}

.page-kind-ARTICLE .articleHtmlContent h3 + h5:before,
.articleHtmlContent h3 + div:before {
	content: 'Add to Calendar: ';
	font-weight: 900;
}

.page-kind-ARTICLE .articleHtmlContent h3 + h5 > a,
.articleHtmlContent h3 + div > a {
	text-decoration-color: rgba(var(--text-color-rgb), 0.55) !important;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    text-decoration-color: var(--accent-color);
    -webkit-text-decoration-color: var(--accent-color);
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    text-underline-offset: 0.1em;
}

.page-kind-ARTICLE .articleHtmlContent h3 + h5 > a:hover,
.articleHtmlContent h3 + div > a:hover {
	color: var(--accent-color);
}
