body:has(.hmls-event-single) .wp-block-post-title {
	width: min(960px, calc(100vw - 40px)) !important;
}

body .hmls-event-single,
body .hmls-event-single__pager,
body .hmls-event-single__actions {
	--hmls-event-wide-width: min(960px, calc(100vw - 40px));
}

.hmls-event-single__lineup .hmls-event-lineup__line--floor-break,
.hmls-event-single__lineup .hmls-event-lineup__line--manual-break,
.hmls-event-single__lineup .hmls-event-lineup__line--role-break {
	margin-top: 1em;
	padding-top: 0.2em;
}

.hmls-event-single__lineup .hmls-event-lineup__line--role {
	color: var(--hmls-event-muted);
	font-size: 0.78rem;
	letter-spacing: 0.12em;
	line-height: 1.4;
	margin-bottom: 0.15em;
	text-transform: uppercase;
}

.hmls-event-single {
	display: grid;
	gap: 18px;
	margin: 0 0 24px;
}

.hmls-event-single--cancelled {
	border-top: 3px solid #b42318;
	padding-top: 14px;
}

.hmls-event-single__status {
	font-size: 0.9rem;
	padding: 9px 12px;
}

.hmls-event-single__flyer {
	margin: 0 auto;
	max-width: 520px;
	width: min(100%, 520px);
}

.hmls-event-single__flyer img {
	border-radius: 8px;
	display: block;
	height: auto;
	margin: 0 auto;
	max-height: min(680px, 72vh);
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.hmls-event-single__facts {
	border-bottom: 1px solid #e1e5e9;
	border-top: 1px solid #e1e5e9;
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0;
	padding: 16px 0;
}

.hmls-event-single__facts div {
	display: grid;
	gap: 5px;
	min-width: 0;
}

.hmls-event-single__fact--fee {
	grid-column: 1 / -1;
}

.hmls-event-single__facts dt {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #4d5a54;
	display: inline-flex;
	font-size: 0.76rem;
	font-weight: 850;
	justify-self: start;
	letter-spacing: 0;
	line-height: 1.2;
	min-height: 0;
	padding: 0;
}

.hmls-event-single__facts dd {
	color: #33413b;
	font-size: 0.96rem;
	font-weight: 400;
	line-height: 1.72;
	margin: 0;
	overflow-wrap: anywhere;
}

.hmls-event-single__facts dd strong {
	font-weight: inherit;
}

.hmls-event-single__venue-link {
	color: inherit;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

.hmls-event-single__venue-link:hover,
.hmls-event-single__venue-link:focus {
	color: var(--hmls-event-warm-dark);
}

.hmls-event-single__fee-list {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 18px;
}

.hmls-event-single__fee-list span {
	min-width: 0;
	overflow-wrap: anywhere;
}

.hmls-event-single__facts dd small {
	color: #59636e;
	display: inline;
	font-size: 0.9rem;
	font-weight: 500;
	margin-left: 0.45em;
}

.hmls-event-single__external-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin: 18px auto 28px;
}

.hmls-event-single__external-link {
	align-items: center;
	border-radius: 6px;
	display: inline-flex;
	font-size: 0.9rem;
	font-weight: 850;
	justify-content: center;
	line-height: 1;
	min-height: 42px;
	padding: 12px 16px;
	text-decoration: none;
}

.hmls-event-single__external-link--detail {
	background: #fff;
	border: 1px solid #c6cdd5;
	color: #1f252b;
}

.hmls-event-single__external-link--detail:hover,
.hmls-event-single__external-link--detail:focus {
	background: #f6f7f9;
	color: #111;
}

.hmls-event-single__tags {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin: -4px 0 0;
}

.hmls-event-single__tag {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1;
	min-height: 30px;
	padding: 7px 10px;
}

.hmls-event-single__tag--genre {
	background: var(--hmls-event-genre-bg, #ecf5ff);
	border: 1px solid var(--hmls-event-genre-border, #c9dff7);
	color: var(--hmls-event-genre-color, #1f252b);
}

.hmls-event-single__tag--time {
	background: var(--hmls-event-after-hours-bg, var(--hmls-event-warm));
	border: 1px solid var(--hmls-event-after-hours-border, var(--hmls-event-warm));
	border-radius: 3px;
	color: var(--hmls-event-after-hours-color, #fff);
}

.hmls-event-single__section {
	align-content: start;
	display: grid;
	gap: 10px;
	grid-template-rows: auto auto;
	margin: 0 0 24px;
}

.hmls-event-single__media-section {
	margin-top: 34px;
	padding-top: 8px;
}

.hmls-event-single__body {
	align-items: start;
	display: grid;
	gap: 22px;
}

.hmls-event-single__body--split {
	column-gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hmls-event-single__body--split .hmls-event-single__section--overview {
	grid-column: 2 / -1;
}

.hmls-event-single__body .hmls-event-single__section {
	margin-bottom: 0;
}

.hmls-event-single__section h2 {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #4d5a54;
	display: inline-flex;
	font-size: 0.76rem;
	font-weight: 850;
	justify-self: start;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
	min-height: 0;
	padding: 0;
}

.hmls-event-single__section p {
	margin: 0;
	overflow-wrap: anywhere;
}

.hmls-event-single__overview {
	color: #33413b;
	font-size: 0.96rem;
	line-height: 1.72;
}

.hmls-event-single__lineup {
	color: #33413b;
	font-size: 0.96rem;
	line-height: 1.72;
}

.hmls-event-single__overview-text {
	display: grid;
	gap: 0.85em;
}

.hmls-event-single__overview-text p {
	margin: 0;
}

.hmls-event-single__pager {
	border-top: 1px solid #e1e5e9;
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 24px 0 0;
	padding-top: 16px;
}

.hmls-event-single__pager-link {
	background: #fff;
	border: 1px solid #c6cdd5;
	border-radius: 6px;
	color: #33413b;
	display: grid;
	gap: 6px;
	min-width: 0;
	padding: 12px 14px;
	text-decoration: none;
}

.hmls-event-single__pager-link--next {
	text-align: right;
}

.hmls-event-single__pager-link span {
	color: #68727d;
	font-size: 0.78rem;
	font-weight: 400;
	line-height: 1.2;
}

.hmls-event-single__pager-link strong {
	font-size: 0.96rem;
	font-weight: 400;
	line-height: 1.35;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hmls-event-single__pager-link:hover,
.hmls-event-single__pager-link:focus {
	background: #f6f7f9;
	color: #111;
}

.hmls-event-single__actions {
	align-items: center;
	border-top: 1px solid #e1e5e9;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin: 18px 0 0;
	padding-top: 16px;
}

.hmls-event-single__back-link {
	align-items: center;
	background: #fff;
	border: 1px solid #c6cdd5;
	border-radius: 6px;
	color: #1f252b;
	display: inline-flex;
	font-size: 0.88rem;
	font-weight: 800;
	justify-content: center;
	line-height: 1;
	min-height: 40px;
	padding: 10px 12px;
	text-decoration: none;
}

.hmls-event-single__back-link:hover,
.hmls-event-single__back-link:focus {
	background: #f6f7f9;
	color: #111;
}

.hmls-event-single__actions .hmls-event-correction {
	margin: 0;
}

.hmls-event-single__priority-auth {
	margin: 0 0 18px;
}

.hmls-event-single__priority-auth .hmls-event-correction {
	margin: 0;
}

.hmls-event-single__actions--expanded .hmls-event-correction {
	flex-basis: 100%;
	order: 2;
}

.hmls-event-single__embeds {
	display: grid;
	gap: 12px;
	margin: 0 auto;
	max-width: 760px;
	width: 100%;
}

.hmls-event-single__embed {
	background: #f4f6f8;
	border-radius: 8px;
	overflow: hidden;
	width: 100%;
}

.hmls-event-single__embed iframe {
	border: 0;
	display: block;
	width: 100%;
}

.hmls-event-single__embed--youtube,
.hmls-event-single__embed--vimeo {
	aspect-ratio: 16 / 9;
}

.hmls-event-single__embed--youtube iframe,
.hmls-event-single__embed--vimeo iframe {
	height: 100%;
}

.hmls-event-single__embed--soundcloud iframe {
	height: 166px;
}

.hmls-event-single__embed--mixcloud iframe {
	height: 120px;
}

.hmls-event-single__embed--spotify iframe {
	height: 152px;
}

@media (max-width: 860px) {
	.hmls-event-single__flyer {
		width: min(100%, 440px);
	}

	.hmls-event-single__flyer img {
		max-height: 64vh;
	}

	.hmls-event-single__facts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hmls-event-single__body--split {
		grid-template-columns: 1fr;
	}

	.hmls-event-single__body--split .hmls-event-single__section--overview {
		grid-column: auto;
	}
}

@media (max-width: 640px) {
	.hmls-event-single {
		gap: 14px;
	}

	.hmls-event-single__flyer {
		width: min(100%, 360px);
	}

	.hmls-event-single__flyer img {
		max-height: 58vh;
	}

	.hmls-event-single__facts {
		grid-template-columns: 1fr;
		padding: 13px 0;
	}

	.hmls-event-single__external-links {
		align-items: stretch;
		flex-direction: column;
	}

	.hmls-event-single__external-link {
		width: 100%;
	}

	.hmls-event-single__pager {
		grid-template-columns: 1fr;
	}

	.hmls-event-single__pager-link--next {
		text-align: left;
	}

	.hmls-event-single__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.hmls-event-single__back-link,
	.hmls-event-single__actions .hmls-event-correction__link {
		width: 100%;
	}
}
