/**
 * Upcoming Shows presentation.
 */

.dr-shows-page .content-area {
	margin-bottom: clamp(3rem, 7vw, 6rem);
	margin-top: clamp(2rem, 5vw, 4rem);
}

.dr-shows-page .entry.single-entry {
	background: transparent;
	box-shadow: none;
}

.dr-shows-page .entry-content-wrap {
	background: #fffdfa;
	border: 1px solid rgba(35, 111, 107, 0.14);
	border-radius: 1.5rem;
	box-shadow: 0 1.5rem 4rem rgba(17, 18, 21, 0.07);
	padding: clamp(1.5rem, 4vw, 3.5rem);
}

.dr-shows {
	color: var(--global-palette4, #363a3f);
	margin: 0 auto;
	max-width: 68rem;
}

.dr-shows-page-content__intro {
	color: var(--global-palette5, #6c7278);
	font-size: clamp(1.05rem, 2vw, 1.22rem);
	line-height: 1.65;
	margin: 0 auto 2rem;
	max-width: 68rem;
}

.dr-shows__header {
	margin-bottom: clamp(1.5rem, 4vw, 2.75rem);
	max-width: 48rem;
}

.dr-shows__eyebrow,
.dr-show__act {
	color: var(--global-palette1, #236f6b);
	font-size: 0.74rem;
	font-weight: 750;
	letter-spacing: 0.14em;
	line-height: 1.3;
	margin: 0 0 0.55rem;
	text-transform: uppercase;
}

.dr-shows__title {
	color: var(--global-palette3, #111215);
	font-size: clamp(1.8rem, 4vw, 2.8rem);
	letter-spacing: -0.025em;
	line-height: 1.08;
	margin: 0;
}

.dr-shows__intro {
	font-size: clamp(1rem, 1.6vw, 1.14rem);
	line-height: 1.65;
	margin: 0.9rem 0 0;
	max-width: 42rem;
}

.dr-shows__list {
	background: #f7f2ec;
	border: 1px solid rgba(17, 18, 21, 0.09);
	border-radius: 1.15rem;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.dr-shows__item {
	border-top: 1px solid rgba(17, 18, 21, 0.1);
	margin: 0;
	padding: 0;
}

.dr-shows__item:first-child {
	border-top: 0;
}

.dr-show {
	align-items: center;
	display: grid;
	gap: clamp(1rem, 2.8vw, 2rem);
	grid-template-columns: 5.5rem minmax(0, 1fr) minmax(8rem, auto);
	padding: clamp(1.1rem, 2.6vw, 1.65rem) clamp(1rem, 3vw, 2rem);
}

.dr-show__date {
	align-items: center;
	align-self: stretch;
	background: #ddf5f2;
	border-radius: 0.9rem;
	color: var(--global-palette3, #111215);
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 1;
	min-height: 5.75rem;
	padding: 0.7rem 0.5rem;
	text-align: center;
}

.dr-show__month {
	color: var(--global-palette1, #236f6b);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.dr-show__day {
	font-size: 2rem;
	font-weight: 760;
	letter-spacing: -0.055em;
	line-height: 1.05;
	margin-top: 0.15rem;
}

.dr-show__year {
	color: var(--global-palette5, #6c7278);
	font-size: 0.65rem;
	font-weight: 650;
	margin-top: 0.2rem;
}

.dr-show__details,
.dr-show__actions {
	min-width: 0;
}

.dr-show__act {
	margin-bottom: 0.35rem;
}

.dr-show__title {
	color: var(--global-palette3, #111215);
	font-size: clamp(1.15rem, 2vw, 1.42rem);
	letter-spacing: -0.015em;
	line-height: 1.25;
	margin: 0;
}

.dr-show__venue {
	font-weight: 650;
	line-height: 1.45;
	margin: 0.28rem 0 0;
}

.dr-show__meta {
	color: var(--global-palette5, #6c7278);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.91rem;
	gap: 0.3rem 1.15rem;
	line-height: 1.5;
	margin: 0.3rem 0 0;
}

.dr-show__location,
.dr-show__time {
	display: inline-flex;
}

.dr-show__location + .dr-show__time::before {
	color: var(--global-palette2, #63cfc8);
	content: "•";
	margin-right: 1.15rem;
}

.dr-show__actions {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
	justify-self: end;
	text-align: right;
}

.dr-show__action {
	color: var(--global-palette1, #236f6b);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.4;
	text-decoration: none;
	text-transform: uppercase;
}

.dr-show__action:hover {
	color: var(--global-palette3, #111215);
}

.dr-show__action:focus-visible,
.dr-shows__empty a:focus-visible {
	border-radius: 0.2rem;
	outline: 3px solid var(--global-palette2, #63cfc8);
	outline-offset: 0.22rem;
}

.dr-shows__empty {
	background: #f7f2ec;
	border: 1px solid rgba(35, 111, 107, 0.16);
	border-left: 0.3rem solid var(--global-palette2, #63cfc8);
	border-radius: 0.9rem;
	padding: clamp(1.25rem, 3vw, 2rem);
}

.dr-shows__empty-title {
	color: var(--global-palette3, #111215);
	font-size: clamp(1.05rem, 2vw, 1.25rem);
	font-weight: 720;
	margin: 0;
}

.dr-shows__empty-copy {
	margin: 0.45rem 0 0;
}

.dr-shows__empty a {
	color: var(--global-palette1, #236f6b);
	font-weight: 700;
}

.dr-shows--compact {
	max-width: none;
}

.dr-shows--compact .dr-shows__header {
	margin-bottom: 1.5rem;
}

.dr-shows--compact .dr-shows__title {
	font-size: clamp(1.65rem, 3.5vw, 2.25rem);
}

.dr-shows--compact .dr-shows__list,
.dr-shows--compact .dr-shows__empty {
	background: rgba(255, 255, 255, 0.82);
}

.dr-shows--compact .dr-show {
	grid-template-columns: 4.8rem minmax(0, 1fr) minmax(7rem, auto);
	padding: 1rem clamp(0.9rem, 2vw, 1.35rem);
}

.dr-shows--compact .dr-show__date {
	min-height: 4.8rem;
}

@media (min-width: 1025px) {
	.dr-epk__section--shows .dr-epk__shell {
		padding-bottom: 2.5rem;
	}

	.dr-shows--master .dr-show__actions {
		margin-inline-end: clamp(1.5rem, 3vw, 3rem);
	}
}

@media (max-width: 720px) {
	.dr-shows-page .entry-content-wrap {
		border-radius: 1.1rem;
	}

	.dr-show,
	.dr-shows--compact .dr-show {
		align-items: start;
		gap: 1rem;
		grid-template-columns: 4.35rem minmax(0, 1fr);
		padding: 1rem;
	}

	.dr-show__date,
	.dr-shows--compact .dr-show__date {
		min-height: 4.6rem;
	}

	.dr-show__day {
		font-size: 1.7rem;
	}

	.dr-show__actions {
		align-items: flex-start;
		flex-direction: row;
		flex-wrap: wrap;
		grid-column: 2;
		justify-self: start;
		text-align: left;
	}
}

@media (max-width: 420px) {
	.dr-show__meta {
		display: block;
	}

	.dr-show__location,
	.dr-show__time {
		display: flex;
	}

	.dr-show__location + .dr-show__time::before {
		content: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.dr-show__action,
	.dr-shows__empty a {
		scroll-behavior: auto;
		transition: none;
	}
}
