.vsfc-single {
	--vsfc-red: #ff0000;
	--vsfc-gray: #777;
	background: #fff;
	color: var(--vsfc-gray);
	font-family: "Open Sans", Arial, sans-serif;
}

.vsfc-single-hero {
	align-items: center;
	background-color: #444;
	background-position: center;
	background-size: cover;
	display: flex;
	justify-content: center;
	min-height: 220px;
	padding: 36px 20px;
}

.vsfc-single-hero-inner {
	background: rgba(0, 0, 0, .72);
	box-sizing: border-box;
	max-width: 780px;
	padding: 38px 55px;
	text-align: center;
	width: 100%;
}

.vsfc-single-hero h1 {
	color: #fff !important;
	font-family: "Open Sans", Arial, sans-serif !important;
	font-size: 38px !important;
	font-weight: 400 !important;
	line-height: 1.25 !important;
	margin: 0 !important;
	padding: 0 !important;
	text-transform: uppercase;
}

.vsfc-single-accent {
	background: var(--vsfc-red);
	height: 4px;
}

.vsfc-single-layout {
	display: grid;
	gap: 34px;
	grid-template-columns: 275px minmax(0, 1fr);
	margin: 0 auto;
	max-width: 1180px;
	padding: 42px 24px 70px;
}

.vsfc-side-group {
	border-left: 3px solid var(--vsfc-red);
	margin: 0 0 7px;
}

.vsfc-side-group summary {
	background: #eee;
	color: #666;
	cursor: pointer;
	font-size: 18px;
	list-style: none;
	padding: 13px 22px;
	position: relative;
}

.vsfc-side-group summary::-webkit-details-marker { display: none; }
.vsfc-side-group summary::after {
	content: "›";
	position: absolute;
	right: 20px;
	transform: rotate(0deg);
}
.vsfc-side-group[open] summary::after { transform: rotate(90deg); }
.vsfc-side-group.is-current summary { background: #ed2929; color: #fff; }

.vsfc-side-group ul {
	list-style: none !important;
	margin: 0 !important;
	padding: 3px 18px 8px 24px !important;
}

.vsfc-side-group li { line-height: 1.35; margin: 0; padding: 8px 0; }
.vsfc-side-group a { color: #666 !important; font-size: 13px; text-decoration: none !important; }
.vsfc-side-group li.is-active a,
.vsfc-side-group a:hover { color: var(--vsfc-red) !important; }

.vsfc-info-section { margin: 0 0 14px; padding: 0; }
.vsfc-info-section h2 {
	align-items: center;
	color: #444 !important;
	display: flex;
	font-family: "Open Sans", Arial, sans-serif !important;
	font-size: 21px !important;
	font-weight: 400 !important;
	gap: 14px;
	line-height: 1.25 !important;
	margin: 0 0 16px !important;
	padding: 0 !important;
}
.vsfc-info-section h2::after {
	border-top: 1px dotted #aaa;
	content: "";
	flex: 1;
}
.vsfc-info-value { font-size: 14px; line-height: 1.55; }
.vsfc-info-value p { margin: 0 0 12px; }
.vsfc-info-value ul { list-style: square; padding-left: 20px; }
.vsfc-registration a { color: #168ac1 !important; text-decoration: none !important; }
.vsfc-registration a:hover { text-decoration: underline !important; }
.vsfc-session-list { display: grid; gap: 7px; }
.vsfc-session-line { align-items: center; display: grid; gap: 12px; grid-template-columns: max-content max-content; }
.vsfc-session-date { min-width: 0; }
.vsfc-session-time { border-left: 1px solid #ccc; padding-left: 12px; white-space: nowrap; }

@media (max-width: 800px) {
	.vsfc-single-layout { grid-template-columns: 1fr; padding-top: 28px; }
	.vsfc-single-sidebar { order: 2; }
	.vsfc-single-content { order: 1; }
	.vsfc-single-hero { min-height: 170px; }
	.vsfc-single-hero-inner { padding: 26px 24px; }
	.vsfc-single-hero h1 { font-size: 28px !important; }
	.vsfc-session-line { grid-template-columns: 1fr; }
	.vsfc-session-time { border-left: 0; padding-left: 0; }
}
