.wxpn-default-page {
	--wxpn-default-page-content-width: 816px;
	padding: 40px 0 72px;
	background: #fff;
}

.wxpn-default-page.has-gradient {
	background:
		linear-gradient(180deg, color-mix(in srgb, var(--wxpn-page-gradient, #fff) 16%, #fff 84%) 0, #fff 240px);
}

.wxpn-default-page__wrap {
	width: min(100%, 1250px);
	margin: 0 auto;
	padding: 0 24px;
}

.wxpn-default-page__tertiary-nav {
	margin: 0 auto 28px;
	border-bottom: 1px solid #d7d7d7;
}

.wxpn-default-page__tertiary-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

.wxpn-default-page__tertiary-list > li {
	position: relative;
}

.wxpn-default-page__tertiary-list > li + li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 24px;
	background: rgba(17, 17, 17, 0.16);
	transform: translateY(-50%);
}

.wxpn-default-page__tertiary-list a {
	display: inline-flex;
	padding: 14px 28px;
	color: #111;
	font-size: 1.05rem;
	font-weight: 600;
	text-decoration: none;
}

.wxpn-default-page__tertiary-list .current-menu-item > a,
.wxpn-default-page__tertiary-list a:hover {
	color: #e45a16;
}

.wxpn-default-page__header {
	margin-bottom: 28px;
	text-align: center;
}

.wxpn-default-page__title {
	margin: 0 0 16px;
	color: #242424;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.05;
}

.wxpn-default-page__description {
	max-width: 760px;
	margin: 0 auto;
	color: #3f3f46;
	font-size: 1rem;
	line-height: 1.65;
}

.wxpn-default-page__content {
	width: min(100%, var(--wxpn-default-page-content-width));
	margin: 0 auto;
	color: #2b2b2b;
	font-size: 1rem;
	line-height: 1.8;
}

.wxpn-default-page__components {
	margin-bottom: 1.5rem;
}

.wxpn-default-page__anchor {
	display: block;
	height: 0;
	scroll-margin-top: 195px;
}

.wxpn-default-page__component--bodytext,
.wxpn-default-page__component--embedcode {
	margin-bottom: 1.5rem;
}

.wxpn-default-page__bodytext,
.wxpn-default-page__embedcode {
	font-size: 1.125rem;
	line-height: 1.7;
}

.wxpn-default-page__bodytext > *:last-child,
.wxpn-default-page__embedcode > *:last-child {
	margin-bottom: 0;
}

.wxpn-default-page__bodytext img,
.wxpn-default-page__embedcode img {
	display: block;
	max-width: 100%;
	height: auto;
}

.wxpn-default-page__bodytext iframe,
.wxpn-default-page__embedcode iframe {
	width: 100%;
	max-width: 100%;
}

.wxpn-default-page__component--promo-grid {
	margin-bottom: 2rem;
}

.wxpn-default-page__component--cta-group {
	margin-bottom: 2rem;
}

.wxpn-default-page__cta-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	column-gap: 15px;
	padding: 15px 0;
}

.wxpn-default-page__cta-card {
	width: 100%;
	flex: 1 0 30%;
	margin-bottom: 15px;
	padding: 20px;
	border: 1px solid #111;
}

.wxpn-default-page__cta-card--standard {
	background: #fff;
	color: #111;
}

.wxpn-default-page__cta-card--orange {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: #d93e01;
	color: #fff;
	transition: background-color 0.3s ease;
}

.wxpn-default-page__cta-card--orange:hover {
	background: #c65f12;
}

.wxpn-default-page__cta-title {
	margin: 0 0 12px;
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
}

.wxpn-default-page__cta-text {
	margin-top: 12px;
	min-height: 100px;
	font-size: 14px;
	line-height: 20px;
}

.wxpn-default-page__cta-text > :first-child {
	margin-top: 0;
}

.wxpn-default-page__cta-text > :last-child {
	margin-bottom: 0;
}

.wxpn-default-page__cta-link {
	display: inline-flex;
	align-items: center;
	color: inherit;
	text-decoration: none;
}

.wxpn-default-page__cta-link--standard {
	margin-top: 20px;
}

.wxpn-default-page__cta-link--orange {
	justify-content: flex-end;
	width: 100%;
	font-size: 20px;
}

.wxpn-default-page__cta-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 16px;
	border: 1px solid #111;
	background: transparent;
	color: inherit;
	font-size: 14px;
	font-weight: 700;
}

.wxpn-default-page__cta-icon {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
}

.wxpn-default-page__component--news-list,
.wxpn-default-page__component--video,
.wxpn-default-page__component--carousel,
.wxpn-default-page__component--setlist,
.wxpn-default-page__component--tags,
.wxpn-default-page__component--track-player,
.wxpn-default-page__component--table-lists,
.wxpn-default-page__component--cta-wide {
	margin-bottom: 2rem;
}

.wxpn-default-page__component-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 1.1rem;
	padding-bottom: 0.625rem;
	border-bottom: 1px solid #111;
}

.wxpn-default-page__component-title {
	margin: 0;
	font-size: 1.75rem;
	line-height: 1.1;
	font-weight: 700;
}

.wxpn-default-page__component-link {
	color: #d96e1b;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 600;
	text-decoration: none;
}

.wxpn-default-page__component-list {
	display: flex;
	flex-direction: column;
}

.wxpn-default-page__component-item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 210px;
	gap: 24px;
	padding: 1.25rem 0;
	border-bottom: 1px solid #111;
}

.wxpn-default-page__component-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.wxpn-default-page__component-tag {
	display: inline-block;
	margin-bottom: 0.65rem;
	padding: 0.26rem 0.5rem;
	background: #d96e1b;
	color: #fff;
	font-size: 11px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.wxpn-default-page__component-item-title {
	margin: 0;
	font-size: 1.5rem;
	line-height: 1.18;
	font-weight: 700;
}

.wxpn-default-page__component-item-title a {
	color: inherit;
	text-decoration: none;
}

.wxpn-default-page__component-meta {
	margin-top: 1.2rem;
	font-size: 14px;
	line-height: 1.3;
	font-style: italic;
	color: #444;
}

.wxpn-default-page__component-image,
.wxpn-default-page__component-image img {
	display: block;
	width: 100%;
}

.wxpn-default-page__cta-wide {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: 910px;
	min-height: 158px;
	gap: 12px;
	padding: 20px;
	border: 0;
	color: #fff;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
}

.wxpn-default-page__cta-wide-image {
	position: relative;
	width: 45%;
	min-width: 45%;
	aspect-ratio: 1 / 1;
}

.wxpn-default-page__cta-wide-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wxpn-default-page__cta-wide-copy {
	width: 100%;
}

.wxpn-default-page__content .wxpn-default-page__cta-wide-title {
	margin: 0 0 10px;
	color: #fff;
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	text-align: left;
}

.wxpn-default-page__cta-wide-text {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}

.wxpn-default-page__cta-wide-text p {
	margin: 0 0 20px;
}

.wxpn-default-page__content .wxpn-default-page__featured-link {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	min-width: 200px;
	min-height: 40px;
	padding: 8px 11px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	text-decoration: none;
}

.wxpn-default-page__featured-link::after {
	content: "\2192";
	margin-left: 28px;
	font-size: 18px;
	line-height: 1;
}

.wxpn-default-page__video {
	position: relative;
}

.wxpn-default-page__video-frame {
	position: relative;
	width: 100%;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: #000;
}

.wxpn-default-page__video-frame iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.wxpn-default-page__video-media {
	position: relative;
	display: block;
	text-decoration: none;
}

.wxpn-default-page__video-media img {
	display: block;
	width: 100%;
	height: auto;
}

.wxpn-default-page__video-play {
	position: absolute;
	left: 50%;
	top: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.45);
	color: #fff;
	transform: translate(-50%, -50%);
	font-size: 28px;
}

.wxpn-default-page__video-title {
	margin: 0.9rem 0 0;
	font-size: 1.4rem;
	line-height: 1.2;
	font-weight: 700;
}

.wxpn-default-page__carousel {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.wxpn-default-page__carousel-item {
	margin: 0;
}

.wxpn-default-page__carousel-item img {
	display: block;
	width: 100%;
	height: auto;
}

.wxpn-default-page__carousel-item figcaption {
	margin-top: 0.5rem;
	font-size: 0.9rem;
	line-height: 1.4;
}

.wxpn-default-page__setlist {
	padding: 24px;
	border: 1px solid #111;
}

.wxpn-default-page__setlist-title {
	margin: 0;
	font-size: 1.75rem;
	line-height: 1.1;
	font-weight: 700;
}

.wxpn-default-page__setlist-meta {
	margin-top: 0.5rem;
	color: #555;
	font-size: 0.95rem;
	line-height: 1.4;
}

.wxpn-default-page__setlist-list {
	margin: 1.25rem 0 0;
	padding-left: 1.25rem;
}

.wxpn-default-page__setlist-list li + li {
	margin-top: 0.45rem;
}

.wxpn-default-page__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.wxpn-default-page__tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 0 14px;
	border: 1px solid #111;
	background: #fff;
	color: #111;
	font-size: 0.92rem;
	font-weight: 600;
	text-decoration: none;
}

.wxpn-default-page__track-player {
	display: flex;
	flex-direction: column;
}

.wxpn-default-page__track-player-item {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	padding: 14px 0;
	border: 0;
	border-bottom: 1px solid #111;
	background: transparent;
	color: #111;
	text-align: left;
	font-size: 1rem;
	font-weight: 600;
	cursor: pointer;
}

.wxpn-default-page__track-player-caret {
	font-size: 1rem;
}

.wxpn-default-page__table-lists {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.wxpn-default-page__table-lists table {
	width: 100%;
	min-width: max-content;
	border-collapse: collapse;
}

.wxpn-default-page__table-lists th,
.wxpn-default-page__table-lists td {
	min-width: 120px;
	padding: 10px 12px;
	border: 1px solid #111;
	text-align: left;
	vertical-align: top;
}

.wxpn-default-page__promo-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 370px));
	justify-content: space-between;
	gap: 34px 44px;
}

.wxpn-default-page__promo-card {
	min-width: 0;
}

.wxpn-default-page__promo-link {
	display: block;
	color: #111;
	text-decoration: none;
}

.wxpn-default-page__promo-media {
	display: block;
	margin-bottom: 12px;
	line-height: 0;
}

.wxpn-default-page__promo-media img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.wxpn-default-page__promo-content {
	display: flex;
	align-items: center;
	border-left: 1px solid #111;
	padding-left: 8px;
	margin-top: 14px;
}

.wxpn-default-page__promo-title {
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	color: #1d1d1d;
}

.wxpn-default-page__quote {
	margin: 0 0 2rem;
	padding: 0 0 1.75rem;
	border-bottom: 4px solid #e45a16;
	color: #111;
	font-size: 1.9rem;
	font-weight: 700;
	line-height: 1.2;
}

.wxpn-default-page__bodytext .wxpn-default-page__quote {
	float: right;
	width: min(100%, 360px);
	margin: 0 0 2rem 2rem;
	font-size: 1.9rem;
	line-height: 1.1;
}

.wxpn-default-page__layout.has-sidebar {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 350px;
	gap: 36px;
	align-items: start;
}

.wxpn-default-page__layout.has-sidebar .wxpn-default-page__content {
	width: min(100%, var(--wxpn-default-page-content-width));
	margin: 0;
}

.wxpn-default-page__sidebar {
	display: grid;
	gap: 0;
	align-content: start;
}

.wxpn-default-page__sidebar-card {
	background: transparent;
	margin-top: 2rem;
}

.wxpn-default-page__sidebar-card:first-child {
	margin-top: 0;
}

.wxpn-default-page__sidebar-shell {
	border: 1px solid #111;
	background: #fff;
	box-shadow: 5px 5px 0 #ffce98;
}

.wxpn-default-page__sidebar-card--member {
	background: none !important;
}

.wxpn-default-page__sidebar-card--dark {
	background: transparent;
}

.wxpn-default-page__sidebar-card--dark .wxpn-default-page__sidebar-shell {
	background: #fff;
}

.wxpn-default-page__sidebar-card--callout {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.wxpn-default-page__sidebar-card--callout .wxpn-default-page__sidebar-shell {
	margin-top: -1px;
}

.wxpn-default-page__sidebar-card--generic {
	position: relative;
	overflow: visible;
}

.wxpn-default-page__sidebar-card--generic::before {
	display: none;
}

.wxpn-default-page__sidebar-card--generic > * {
	position: relative;
	z-index: 1;
}

.wxpn-default-page__sidebar-card--member::before {
	display: none;
}

.wxpn-default-page__sidebar-card--member .wxpn-default-page__sidebar-shell {
	position: relative;
	overflow: hidden;
	margin: -1px 0 0 0;
	background: #111;
	min-height: 188px;
	box-shadow: 5px 5px 0 #b7b7b7;
}

.wxpn-default-page__sidebar-card--member .wxpn-default-page__sidebar-shell::before {
	display: none;
}

.wxpn-default-page__sidebar-title {
	display: inline-block;
	margin: 0;
	padding: 8px 8px 3px;
	background: #111;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 26px;
}

.wxpn-default-page__sidebar-card--dark .wxpn-default-page__sidebar-title {
	background: #111;
}

.wxpn-default-page__sidebar-copy {
	padding: 12px;
	color: #2a2a2a;
	font-size: 0.8rem;
	line-height: 1.6;
}

.wxpn-default-page__sidebar-copy iframe {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	border: 0;
}

.wxpn-default-page__sidebar-card--callout .wxpn-default-page__sidebar-copy p {
	margin: 0 0 0.85rem;
}

.wxpn-default-page__sidebar-card--callout .wxpn-default-page__sidebar-copy p:last-child {
	margin-bottom: 0;
}

.wxpn-default-page__sidebar-card--dark .wxpn-default-page__sidebar-copy {
	color: #2a2a2a;
}

.wxpn-default-page__sidebar-card--member .wxpn-default-page__sidebar-image {
	display: none;
}

.wxpn-default-page__sidebar-card--member .wxpn-default-page__sidebar-copy,
.wxpn-default-page__sidebar-card--member .wxpn-default-page__sidebar-button {
	position: relative;
	z-index: 2;
}

.wxpn-default-page__sidebar-card--member .wxpn-default-page__sidebar-copy {
	padding: 16px;
	color: #fff;
	font-size: 0.875rem;
	line-height: 1.55;
}

.wxpn-default-page__sidebar-card--member .wxpn-default-page__sidebar-copy p {
	margin: 0 0 1rem;
}

.wxpn-default-page__sidebar-card--member .wxpn-default-page__sidebar-copy p:last-child {
	margin-bottom: 0;
}

.wxpn-default-page__sidebar-copy > *:last-child {
	margin-bottom: 0;
}

.wxpn-default-page__sidebar-image {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.wxpn-default-page__sidebar-button,
.wxpn-default-page__sidebar-link {
	display: inline-flex;
	align-items: center;
	margin: 0 12px 12px;
	padding: 10px 12px;
	border: 1px solid rgba(17, 17, 17, 0.24);
	color: #111;
	font-size: 0.75rem;
	font-weight: 700;
	text-decoration: none;
}

.wxpn-default-page__sidebar-button--dark {
	border-color: rgba(17, 17, 17, 0.2);
}

.wxpn-default-page__sidebar-card--dark .wxpn-default-page__sidebar-button {
	border-color: rgba(17, 17, 17, 0.24);
	color: #111;
}

.wxpn-default-page__sidebar-card--member .wxpn-default-page__sidebar-button {
	justify-content: space-between;
	min-width: 200px;
	margin: 0 16px 16px;
	padding: 10px 14px;
	border-color: #fff;
	color: #fff;
	background: transparent;
	white-space: nowrap;
}

.wxpn-default-page__sidebar-card--member .wxpn-default-page__sidebar-button::after {
	content: "\2192";
	margin-left: 7px;
	font-size: 18px;
	line-height: 1;
}

.wxpn-default-page__sidebar-list {
	list-style: none;
	margin: 0;
	padding: 10px 12px 12px;
}

.wxpn-default-page__sidebar-list li {
	padding: 10px 0;
	border-bottom: 1px solid #d8d8d8;
}

.wxpn-default-page__sidebar-list li:last-child {
	border-bottom: 0;
}

.wxpn-default-page__sidebar-list a {
	color: #111;
	font-size: 0.78rem;
	line-height: 1.4;
	text-decoration: none;
}

.wxpn-default-page__sidebar-calendar-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wxpn-default-page__sidebar-calendar-row {
	display: grid;
	grid-template-columns: 67px minmax(0, 1fr);
	gap: 12px;
	padding: 13px 12px 12px;
	border-bottom: 1px solid #111;
}

.wxpn-default-page__sidebar-calendar-row:last-child {
	border-bottom: 0;
}

.wxpn-default-page__sidebar-calendar-date {
	color: #111;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	min-width: 60px;
	margin-bottom: 3px;
	text-align: left;
	padding-top: 1px;
}

.wxpn-default-page__sidebar-calendar-date-label {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.5625rem;
	text-transform: uppercase;
}

.wxpn-default-page__sidebar-calendar-weekday {
	color: #5e6870;
	font-size: 0.6875rem;
	font-weight: 600;
	line-height: 1;
	text-transform: none;
}

.wxpn-default-page__sidebar-calendar-copy {
	min-width: 0;
}

.wxpn-default-page__sidebar-calendar-heading {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.wxpn-default-page__sidebar-calendar-title {
	display: block;
	flex: 1 1 auto;
	color: #111;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.15;
	text-decoration: none;
}

.wxpn-default-page__sidebar-calendar-arrow {
	flex: 0 0 auto;
	margin-top: -1px;
	color: #eb5b21;
	font-size: 34px;
	font-weight: 400;
	line-height: 0.85;
}

.wxpn-default-page__sidebar-calendar-venue {
	margin-top: 7px;
	color: #111;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
}

.wxpn-default-page__sidebar-meta {
	margin-bottom: 4px;
	color: #6b6b6b;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.wxpn-default-page__sidebar-subtext {
	margin-top: 4px;
	color: #555;
	font-size: 0.72rem;
	line-height: 1.45;
}

.wxpn-default-page__sidebar-card--artists {
	padding-bottom: 0;
}

.wxpn-default-page__sidebar-artist-grid {
	display: grid;
	gap: 12px;
	padding: 12px;
}

.wxpn-default-page__sidebar-artist-link {
	display: block;
	color: #111;
	text-decoration: none;
}

.wxpn-default-page__sidebar-artist-image {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.wxpn-default-page__sidebar-artist-name {
	display: block;
	padding-top: 8px;
	font-size: 0.78rem;
	line-height: 1.35;
}

.wxpn-default-page__sidebar-embed {
	padding: 12px;
}

.wxpn-default-page__sidebar-card--spotify {
	margin-bottom: 15px;
}

.wxpn-default-page__sidebar-card--spotify .wxpn-default-page__sidebar-shell {
	padding: 0;
}

.wxpn-default-page__sidebar-card--spotify .wxpn-default-page__sidebar-embed {
	padding: 0;
}

.wxpn-default-page__sidebar-card--spotify iframe {
	display: block;
	border: 0 !important;
}

.wxpn-default-page__sidebar-card--playlist {
	padding-bottom: 0;
}

.wxpn-default-page__sidebar-heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
	background: transparent;
}

.wxpn-default-page__sidebar-heading-link {
	margin: 8px 12px 0 0;
	background: transparent;
	color: #111;
	font-size: 0.72rem;
	font-weight: 700;
	text-decoration: none;
}

.wxpn-default-page__sidebar-playlist-shell {
	margin-top: -1px;
}

.wxpn-default-page__sidebar-playlist-date {
	padding: 10px 12px;
	border-top: 1px solid #111;
	border-bottom: 1px solid #111;
	color: #444;
	font-size: 0.875rem;
	line-height: 1;
	background-color: #fdf8f3;
	text-transform: uppercase;
}

.wxpn-default-page__sidebar-playlist {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wxpn-default-page__sidebar-playlist-row {
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr);
	gap: 12px;
	padding: 12px;
	border-bottom: 1px solid #111;
}

.wxpn-default-page__sidebar-playlist-row:last-child {
	border-bottom: 0;
}

.wxpn-default-page__sidebar-playlist-time {
	color: #111;
	font-size: 24px;
	font-weight: 800;
	line-height: 1;
	white-space: nowrap;
}

.wxpn-default-page__sidebar-playlist-copy {
	min-width: 0;
	padding-top: 2px;
}

.wxpn-default-page__sidebar-playlist-title {
	color: #111;
	font-size: 0.96rem;
	font-weight: 700;
	line-height: 1.15;
}

.wxpn-default-page__sidebar-playlist-artist {
	margin-top: 6px;
	color: #222;
	font-size: 0.88rem;
	line-height: 1.2;
}

.wxpn-default-page__sidebar-card--onair {
	padding-bottom: 0;
}

.wxpn-default-page__sidebar-card--eventinfo {
	padding-bottom: 0;
}

.wxpn-default-page__sidebar-eventinfo-group {
	padding: 14px 12px 16px;
}

.wxpn-default-page__sidebar-eventinfo-group + .wxpn-default-page__sidebar-eventinfo-group {
	border-top: 1px solid #111;
}

.wxpn-default-page__sidebar-eventinfo-program + .wxpn-default-page__sidebar-eventinfo-program {
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid #111;
}

.wxpn-default-page__sidebar-eventinfo-heading {
	color: #222;
	font-size: 1.125rem;
	line-height: 1.2;
	font-style: normal;
	font-weight: 400;
}

.wxpn-default-page__sidebar-eventinfo-heading .fa-calendar-days {
	margin-right: 6px;
}

.wxpn-default-page__sidebar-eventinfo-row {
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	gap: 8px;
	margin-top: 8px;
}

.wxpn-default-page__sidebar-eventinfo-program .wxpn-default-page__sidebar-eventinfo-row {
	grid-template-columns: 92px minmax(0, 1fr) 18px;
	align-items: start;
}

.wxpn-default-page__sidebar-eventinfo-program .wxpn-default-page__sidebar-eventinfo-row.is-no-schedule {
	grid-template-columns: minmax(0, 1fr) 18px;
}

.wxpn-default-page__sidebar-eventinfo-meta {
	color: #111;
	font-size: 0.72rem;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
}

.wxpn-default-page__sidebar-eventinfo-line + .wxpn-default-page__sidebar-eventinfo-line {
	margin-top: 8px;
}

.wxpn-default-page__sidebar-eventinfo-time {
	margin-top: 1px;
	font-size: 0.72rem;
	line-height: 1.15;
	font-weight: 700;
	text-transform: none;
}

.wxpn-default-page__sidebar-eventinfo-title {
	font-size: 1rem;
	line-height: 1.22;
	font-weight: 700;
}

.wxpn-default-page__sidebar-eventinfo-title a {
	color: #111;
	text-decoration: none;
}

.wxpn-default-page__sidebar-eventinfo-host {
	margin-top: 6px;
	color: #444;
	font-size: 0.875rem;
	line-height: 1.2;
}

.wxpn-default-page__sidebar-eventinfo-description {
	margin-top: 10px;
	color: #222;
	font-size: 0.875rem;
	line-height: 1.4;
	font-weight: 400;
}

.wxpn-default-page__sidebar-eventinfo-arrow {
	align-self: center;
	color: #d96e1b;
	font-size: 28px;
	line-height: 1;
	text-align: right;
}

.wxpn-default-page__sidebar-social-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 12px;
}

.wxpn-default-page__sidebar-social-link {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #111;
	font-size: 0.875rem;
	line-height: 1.2;
	text-decoration: none;
}

.wxpn-default-page__sidebar-social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	font-size: 16px;
	line-height: 1;
}

.wxpn-default-page__sidebar-social-handle {
	display: inline-block;
}

.wxpn-default-page__sidebar-video-list {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.wxpn-default-page__sidebar-video-card {
	min-width: 0;
}

.wxpn-default-page__sidebar-video-thumb {
	position: relative;
	display: block;
}

.wxpn-default-page__sidebar-video-thumb img {
	display: block;
	width: 100%;
	height: auto;
}

.wxpn-default-page__sidebar-video-play {
	position: absolute;
	left: 50%;
	top: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.45);
	color: #fff;
	font-size: 18px;
	transform: translate(-50%, -50%);
}

.wxpn-default-page__sidebar-video-title {
	margin: 8px 0 0;
	font-size: 1rem;
	line-height: 1.25;
	font-weight: 700;
}

.wxpn-default-page__sidebar-video-title a {
	color: #111;
	text-decoration: none;
}

.wxpn-default-page__sidebar-onair-body {
	padding: 14px 12px 16px;
}

.wxpn-default-page__sidebar-onair-title {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.05;
}

.wxpn-default-page__sidebar-onair-title a {
	color: #111;
	text-decoration: none;
}

.wxpn-default-page__sidebar-onair-host {
	margin-top: 6px;
	color: #444;
	font-size: 0.875rem;
	line-height: 1.2;
}

.wxpn-default-page__sidebar-onair-copy {
	margin-top: 14px;
	color: #222;
	font-size: 0.875rem;
	line-height: 1.45;
}

.wxpn-default-page__sidebar-ad {
	display: flex;
	justify-content: center;
}

.wxpn-default-page__content h2,
.wxpn-default-page__content h3,
.wxpn-default-page__content h4 {
	margin: 2.8rem 0 1rem;
	color: #111;
	font-weight: 700;
	line-height: 1.2;
}

.wxpn-default-page__content h2 {
	font-size: 20px;
	line-height: 24px;
	text-align: center;
}

.wxpn-default-page__content h3 {
	font-size: 1.4rem;
}
.wxpn-default-page__content .wxpn-sg-audio-block__single-title {
    margin: 0;
    color: inherit;
    font-weight: inherit;
    /* line-height: inherit; */
}
.wxpn-default-page__content p,
.wxpn-default-page__content ul,
.wxpn-default-page__content ol,
.wxpn-default-page__content figure {
	margin: 0 0 1.5rem;
}

.wxpn-default-page__content img {
	display: block;
	max-width: 100%;
	height: auto;
}

.wxpn-404-page {
	padding-top: 46px;
}

.wxpn-404-page__header {
	margin-bottom: 24px;
	text-align: left;
}

.wxpn-404-page__content {
	width: 100%;
}

.wxpn-404-page__hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	overflow: hidden;
	background: linear-gradient(135deg, #f7f4ef 0%, #f0ede7 100%);
}

.wxpn-404-page__hero-media {
	position: relative;
	width: min(100%, 1000px);
	margin: 0 auto;
}

.wxpn-404-page__hero-link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.wxpn-404-page__image {
	display: block;
	width: 100%;
	height: auto;
	filter: grayscale(100%);
}

.wxpn-404-page__hero-copy {
	display: none;
	width: 100%;
	padding: 24px 22px 28px;
	background: #eef5f7;
	color: #6ca9bb;
	text-align: center;
}

.wxpn-404-page__lede {
	margin: 0 0 16px;
	color: #6ca9bb;
	font-size: 1.45rem;
	font-weight: 700;
	line-height: 1.15;
	text-wrap: balance;
	font-family: Georgia, "Times New Roman", serif;
}

.wxpn-404-page__button {
	display: inline-flex;
	align-items: center;
	padding: 16px 24px;
	background: #7eb6c5;
	color: #fff;
	font-size: 1.35rem;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 8px 24px rgba(51, 88, 101, 0.18);
	font-family: Georgia, "Times New Roman", serif;
}

.wxpn-404-page__button:hover {
	color: #fff;
	background: #6aa7b8;
}

.wxpn-404-page__body {
	margin-top: 32px;
}

.wxpn-default-page__content figure {
	margin-left: auto;
	margin-right: auto;
}

.wxpn-default-page__content a {
	color: #111;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.wxpn-default-page__content blockquote {
	margin: 2rem 0;
	padding-left: 1.25rem;
	border-left: 3px solid #e45a16;
	color: #3f3f46;
	font-style: italic;
}

@media (min-width: 768px) {
	.wxpn-default-page__cta-wide {
		flex-direction: row;
	}

	.wxpn-default-page__cta-wide-image {
		width: 16%;
		min-width: 16%;
	}
}

@media (max-width: 768px) {
	.wxpn-default-page {
		padding: 28px 0 52px;
	}

	.wxpn-default-page__wrap {
		padding: 0 18px;
	}

	.wxpn-default-page__tertiary-list {
		justify-content: flex-start;
	}

	.wxpn-default-page__tertiary-list > li + li::before {
		display: none;
	}

	.wxpn-default-page__tertiary-list a {
		padding: 10px 18px 10px 0;
		font-size: 0.95rem;
	}

	.wxpn-default-page__title {
		font-size: 2.2rem;
	}

	.wxpn-404-page__hero-copy {
		display: block;
	}

	.wxpn-404-page__lede {
		font-size: 1.2rem;
	}

	.wxpn-404-page__button {
		font-size: 1.1rem;
		padding: 14px 18px;
	}

	.wxpn-default-page__bodytext .wxpn-default-page__quote {
		float: none;
		width: 100%;
		margin: 0 0 1.5rem;
		font-size: 1.55rem;
	}

	.wxpn-default-page__component-item {
		grid-template-columns: 1fr;
	}

	.wxpn-default-page__carousel {
		grid-template-columns: 1fr;
	}

	.wxpn-default-page__content h2 {
		font-size: 1.9rem;
	}

	.wxpn-default-page__quote {
		font-size: 1.45rem;
	}
}

@media (max-width: 980px) {
	.wxpn-default-page__layout.has-sidebar {
		grid-template-columns: 1fr;
	}

	.wxpn-default-page__promo-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.wxpn-default-page__carousel {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 568px) {
	.wxpn-default-page__cta-card {
		flex-basis: 100%;
	}
}

/*
 * Pages that ship their own full-width layout.
 *
 * inc/default-page.php adds .wxpn-wide-authored-page when a page's own <style>
 * block asks for a layout wider than the 816px default column. Lift the cap to
 * the live site's 1200px so those builds render as designed instead of being
 * squeezed. Pages with a sidebar keep the standard column.
 */
body.wxpn-wide-authored-page .wxpn-default-page__layout:not(.has-sidebar) .wxpn-default-page__content {
	width: min(100%, 1200px);
	margin: 0 auto;
}

/*
 * Pages that paint their own full-bleed backdrop.
 *
 * inc/default-page.php adds .wxpn-self-backdrop-page when a page stacks
 * position: fixed layers at a negative z-index to build an illustrated
 * background. Those layers cannot show through an opaque ancestor, and the
 * theme paints white on body, .site-content and .site-main, so the artwork was
 * rendered but hidden. Drop those backgrounds to transparent on these pages
 * only; every other page keeps the white page background.
 */
body.wxpn-self-backdrop-page,
body.wxpn-self-backdrop-page .site-main.wxpn-default-page,
body.wxpn-self-backdrop-page .ast-container {
	background-color: transparent;
}

/*
 * style.css sets `#content { background: #fff }`. An id beats a class, so the
 * rule above cannot clear it: match the id to win on specificity rather than
 * reaching for !important.
 */
body.wxpn-self-backdrop-page #content.site-content {
	background-color: transparent;
}
