.event-contact { display: list-item; margin-left: 1rem; padding-left: 1rem; }
.event-contact .contact-name { font-weight: bold; }
.event-contact + .event-contact {
	padding-top: 18px;
}

.section-resources .resources-block .cpt-tags-wrapper, .section-resources .resources-block .cpt-tags-content {
	padding-top: 18px;
}
.section-resources .resources-block:first-child .cpt-tags-wrapper {
	padding-top: 0;
}
.section-resources .resources-block .cpt-tags-content {
    padding-bottom: 6px;
}

.cpt-tags-toggle {
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
	list-style: none;
}

.cpt-tags-toggle::-webkit-details-marker {
	display: none;
}

.cpt-tags-icon {
	width: 18px;
	text-align: center;
	line-height: 1;
	display: inline-flex;
}

.cpt-tags-icon::before {
	content: "+";
}

.cpt-tags-wrapper[open] .cpt-tags-icon::before {
	content: "−";
}

.cpt-tags-spacer {
	margin-left: auto;
}

.resource-item a,
.event-contact a {
	text-decoration: none;
}

.resource-item a:hover,
.event-contact a:hover {
	text-decoration: underline;
}