.evt-single {
	margin: 1.5rem 0;
	font-size: 15px;
	line-height: 1.5;
}

.evt-single-summary {
	margin: 1rem 0 1.25rem;
}

.evt-single-detail {
	margin-top: 1.5rem;
}

.evt-single-status {
	display: inline-block;
	font-weight: 600;
	font-size: 13px;
	padding: 4px 12px;
	border-radius: 4px;
	background: #fbeaea;
	color: #b32d2e;
	margin: 0 0 12px;
}

.evt-single-subtitle {
	font-size: 1.05em;
	color: #555;
	margin: 0 0 16px;
}

.evt-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 18px;
}

.evt-chip {
	display: inline-flex;
	align-items: center;
	font-size: 13px;
	padding: 5px 12px;
	border-radius: 999px;
	background: #f1f1f1;
	color: #444;
}

.evt-chip-primary {
	background: #eaf2fb;
	color: #1b4f80;
	font-weight: 600;
}

.evt-actions,
.evt-virtual {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 20px;
}

.evt-single .evt-btn {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	padding: 9px 18px;
	border-radius: 6px;
	border: 1px solid #cfcfcf;
	color: #222 !important;
	text-decoration: none !important;
	background: #fff;
}

.evt-single .evt-btn:hover {
	border-color: #999;
	color: #222 !important;
}

.evt-single .evt-btn-primary {
	background: #1b4f80 !important;
	border-color: #1b4f80;
	color: #fff !important;
}

.evt-single .evt-btn-primary:hover {
	background: #163f66 !important;
	color: #fff !important;
}

.evt-section {
	border-top: 1px solid #ececec;
	padding-top: 16px;
	margin-top: 16px;
}

.evt-section-title {
	font-size: 12px !important;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .04em;
	color: #888;
	margin: 0 0 6px !important;
}

.evt-loc-name {
	font-weight: 600;
	margin: 0 0 2px;
}

.evt-loc-addr,
.evt-loc-contact,
.evt-loc-social {
	margin: 2px 0;
	color: #555;
	font-size: 14px;
}

.evt-faq {
	border-bottom: 1px solid #ececec;
	padding: 10px 0;
}

.evt-faq summary {
	cursor: pointer;
	font-weight: 600;
	list-style: revert;
}

.evt-faq-a {
	margin-top: 8px;
	color: #555;
}

.evt-related {
	margin: 0;
	padding-left: 1.2em;
}

.evt-related li {
	margin: 4px 0;
}
