.public-stream-schedule-page {
	background:
		radial-gradient(circle at 50% 28rem, rgba(45, 188, 194, .09), transparent 36rem),
		#001927;
	color: #d9e8ec;
}

.stream-schedule-hero .banner {
	min-height: 26rem;
	overflow: hidden;
	background-position: 50% 42%;
}

.stream-schedule-hero .banner::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(0, 25, 39, .12), rgba(0, 25, 39, .34) 65%, #001927 100%),
		linear-gradient(90deg, rgba(0, 25, 39, .35), transparent 35%, transparent 65%, rgba(0, 25, 39, .35));
	pointer-events: none;
}

.stream-schedule-hero .holder-bevels {
	top: 60%;
	z-index: 1;
}

.stream-schedule-hero-copy,
.stream-schedule-hero-copy .box-title {
	margin: 0;
}

.stream-schedule-hero-copy .title-txt {
	font-size: 3.5rem;
	line-height: 1;
	white-space: nowrap;
}

.banner .diamond.stream-schedule-hero-flare {
	position: absolute;
	top: calc(18.7rem - 30px);
	left: 50%;
	z-index: 1;
	width: min(34rem, 74vw);
	padding: 0;
	transform: translate(-50%, -50%);
	mix-blend-mode: screen;
	pointer-events: none;
}

.banner .diamond.stream-schedule-hero-flare img {
	display: block;
	width: 100%;
	height: auto;
	mix-blend-mode: screen;
}

.stream-schedule-hero-inline-flare {
	height: 6.48rem;
	margin: .15rem auto -.25rem;
	transform: translateY(-30px);
	pointer-events: none;
}

.stream-schedule-hero-inline-flare img {
	display: none;
}

.stream-schedule-hero-copy > p {
	max-width: 42rem;
	margin: 0 auto;
	color: #d2e5e9;
	font-size: 1rem;
	font-weight: 650;
	line-height: 1.5;
	text-shadow: 0 2px 2px rgba(0, 0, 0, .34);
	transform: translateY(-50px);
}

.stream-schedule-section {
	position: relative;
	z-index: 2;
	margin-top: calc(-4.1rem - 30px);
	padding: 0 0 5rem;
}

.stream-schedule-container {
	max-width: 1500px;
}

.stream-schedule-panel {
	overflow: hidden;
	background:
		radial-gradient(circle at 50% 0, rgba(61, 204, 207, .1), transparent 30rem),
		linear-gradient(145deg, rgba(3, 43, 58, .99), rgba(0, 26, 40, .995));
	border: 1px solid rgba(152, 254, 253, .2);
	border-top: 3px solid #45cbd0;
	box-shadow: 0 1.4rem 3.2rem rgba(0, 8, 15, .38), inset 0 1px rgba(255, 255, 255, .035);
}

.stream-schedule-panel-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1.5rem;
	padding: 1.4rem 1.5rem 1.2rem;
	border-bottom: 1px solid rgba(152, 254, 253, .13);
}

.stream-schedule-heading-copy {
	min-width: 0;
}

.stream-schedule-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: .45rem;
	margin-bottom: .45rem;
	color: #8fe8e8;
	font-size: .69rem;
	font-weight: 850;
	letter-spacing: .09rem;
	text-transform: uppercase;
}

.stream-schedule-eyebrow i {
	font-size: .88rem;
}

.stream-schedule-heading-copy h2 {
	margin: 0;
	color: #fff;
	font-size: 1.72rem;
	font-weight: 850;
	letter-spacing: .025rem;
}

.stream-schedule-heading-copy p {
	margin: .38rem 0 0;
	color: #83a7b0;
	font-size: .78rem;
	font-weight: 600;
	line-height: 1.5;
}

.stream-schedule-controls {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	gap: .75rem;
	flex: 0 0 auto;
}

.stream-schedule-week-switcher {
	display: flex;
	gap: .35rem;
	padding: .28rem;
	background: rgba(0, 22, 34, .72);
	border: 1px solid rgba(152, 254, 253, .13);
	border-radius: .35rem;
}

.stream-schedule-week-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .4rem;
	min-height: 2.5rem;
	padding: .55rem .8rem;
	color: #7fa5ae;
	font-size: .72rem;
	font-weight: 800;
	line-height: 1;
	background: transparent;
	border: 1px solid transparent;
	border-radius: .25rem;
	cursor: pointer;
	transition: color .18s ease, background-color .18s ease, border-color .18s ease;
}

.stream-schedule-week-button i {
	font-size: .85rem;
}

.stream-schedule-week-button:hover,
.stream-schedule-week-button:focus-visible {
	color: #dffbfc;
	background: rgba(79, 211, 214, .08);
	outline: none;
}

.stream-schedule-week-button.is-active {
	color: #f2ffff;
	background: linear-gradient(135deg, rgba(55, 180, 188, .32), rgba(25, 119, 137, .38));
	border-color: rgba(126, 239, 241, .36);
	box-shadow: inset 0 1px rgba(255, 255, 255, .07);
}

.stream-schedule-zone-control {
	display: flex;
	flex-direction: column;
	gap: .28rem;
	margin: 0;
}

.stream-schedule-zone-control > span {
	display: flex;
	align-items: center;
	gap: .35rem;
	color: #7fa5ae;
	font-size: .59rem;
	font-weight: 850;
	letter-spacing: .055rem;
	text-transform: uppercase;
}

.stream-schedule-zone-control select {
	width: 21.25rem;
	height: 3.06rem;
	padding: 0 2.1rem 0 .75rem;
	color: #eaf8fa;
	font-size: .72rem;
	font-weight: 720;
	background: #062b3a;
	border: 1px solid rgba(152, 254, 253, .22);
	border-radius: .35rem;
	outline: none;
}

.stream-schedule-zone-control select:focus-visible {
	border-color: #69dde1;
	box-shadow: 0 0 0 3px rgba(69, 203, 208, .15);
}

.stream-schedule-zone-control .jcf-select {
	width: 21.25rem;
	min-width: 21.25rem;
	height: 3.06rem;
	margin: 0;
	padding: .1rem .75rem;
	color: #eaf8fa;
	background: #062b3a;
	border: 1px solid rgba(152, 254, 253, .22);
	border-radius: .35rem;
}

.stream-schedule-zone-control .jcf-select-text {
	display: block;
	flex: 1 1 auto;
	overflow: hidden;
	min-width: 0;
	margin: 0 .65rem 0 0;
	font-size: .72rem;
	font-weight: 720;
	line-height: 3rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.stream-schedule-zone-picker option:nth-child(odd) {
	background-color: #032a3a;
}

.stream-schedule-zone-picker option:nth-child(even) {
	background-color: #073548;
}

.jcf-select-drop.jcf-select-stream-schedule-zone-picker .jcf-list ul {
	padding-top: .25rem;
	padding-bottom: .25rem;
}

.jcf-select-drop.jcf-select-stream-schedule-zone-picker .jcf-list ul li {
	padding-right: 1rem;
	padding-left: 1rem;
}

.jcf-select-drop.jcf-select-stream-schedule-zone-picker .jcf-list ul li:nth-child(even):not(.jcf-selected):not(:hover) {
	background-color: rgba(40, 126, 148, .13);
}

.jcf-select-drop.jcf-select-stream-schedule-zone-picker .jcf-optgroup-caption {
	padding: .55rem 1rem .35rem;
	color: #7fc8ce;
	font-size: .66rem;
	letter-spacing: .045rem;
	text-transform: uppercase;
}

.stream-schedule-live {
	display: flex;
	align-items: stretch;
	gap: .85rem;
	padding: .7rem 1rem;
	background: linear-gradient(90deg, rgba(88, 19, 28, .25), rgba(2, 35, 48, .88) 42%);
	border-bottom: 1px solid rgba(255, 103, 117, .2);
}

.stream-schedule-live[hidden] {
	display: none;
}

.stream-schedule-live.has-single-stream {
	padding-top: 0;
	padding-bottom: 0;
}

.stream-schedule-live.has-single-stream .stream-schedule-live-heading {
	padding-top: .7rem;
	padding-bottom: .7rem;
}

.stream-schedule-live.has-single-stream .stream-schedule-live-card {
	padding-top: .7rem;
	padding-bottom: .7rem;
}

.stream-schedule-live-heading {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
}

.stream-schedule-live-badge {
	display: inline-flex;
	align-items: center;
	gap: .42rem;
	color: #ffdadd;
	font-size: .67rem;
	font-weight: 900;
	letter-spacing: .055rem;
	text-transform: uppercase;
}

.stream-schedule-live-badge i {
	width: .55rem;
	height: .55rem;
	background: #ff4d61;
	border-radius: 50%;
	box-shadow: 0 0 .7rem rgba(255, 77, 97, .72);
}

.stream-schedule-live-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
	gap: .5rem;
	flex: 1 1 auto;
	align-self: stretch;
	min-width: 0;
}

.stream-schedule-live-card {
	display: flex;
	align-items: center;
	gap: .55rem;
	height: 100%;
	margin: 0;
	min-width: 0;
	padding: .4rem .48rem;
	background: hsl(var(--creator-hue) 35% 17% / .58);
	border: 1px solid hsl(var(--creator-hue) 52% 58% / .25);
	border-radius: .42rem;
}

.stream-schedule-live-avatar {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 2rem;
	width: 2rem;
	height: 2rem;
	overflow: hidden;
	color: hsl(var(--creator-hue) 72% 88%);
	font-size: .52rem;
	font-weight: 900;
	background: hsl(var(--creator-hue) 38% 13%);
	border: 2px solid hsl(var(--creator-hue) 65% 74% / .68);
	border-radius: 50%;
}

.stream-schedule-live-avatar::after {
	content: "";
	position: absolute;
	right: -.02rem;
	bottom: -.02rem;
	width: .52rem;
	height: .52rem;
	background: #ff4d61;
	border: 2px solid #082b38;
	border-radius: 50%;
}

.stream-schedule-live-avatar img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: inherit;
}

.stream-schedule-live-copy {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-width: 0;
}

.stream-schedule-live-name {
	overflow: hidden;
	color: #f7feff;
	font-size: .73rem;
	font-weight: 850;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.stream-schedule-live-meta {
	margin-top: .06rem;
	color: #9ebbc1;
	font-size: .59rem;
	font-weight: 700;
}

.stream-schedule-watch-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .22rem;
	flex: 0 0 auto;
	min-height: 1.8rem;
	padding: .28rem .58rem;
	color: #fff;
	font-size: .6rem;
	font-weight: 850;
	text-decoration: none;
	background: #d9384c;
	border: 1px solid rgba(255, 173, 181, .32);
	border-radius: .3rem;
	transition: background-color .16s ease, transform .16s ease;
}

.stream-schedule-watch-link:hover,
.stream-schedule-watch-link:focus-visible {
	color: #fff;
	text-decoration: none;
	background: #ee455a;
	transform: translateY(-1px);
	outline: none;
}

.stream-schedule-watch-link.is-disabled {
	display: none;
}

.stream-schedule-context-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	min-height: 3.2rem;
	padding: .65rem 1rem;
	background: rgba(1, 32, 45, .75);
	border-bottom: 1px solid rgba(152, 254, 253, .11);
}

.stream-schedule-context-bar > div {
	display: flex;
	align-items: center;
	gap: .65rem;
	min-width: 0;
}

.stream-schedule-range-label {
	color: #edfafa;
	font-size: .8rem;
	font-weight: 820;
}

.stream-schedule-zone-label {
	display: inline-flex;
	align-items: center;
	min-height: 1.65rem;
	padding: .25rem .55rem;
	color: #92b5bd;
	font-size: .62rem;
	font-weight: 720;
	background: rgba(91, 183, 189, .08);
	border: 1px solid rgba(152, 254, 253, .12);
	border-radius: 999px;
}

.stream-schedule-updated {
	display: inline-flex;
	align-items: center;
	gap: .35rem;
	flex: 0 0 auto;
	color: #668e98;
	font-size: .6rem;
	font-weight: 720;
}

.stream-schedule-updated.is-stale {
	color: #c7a875;
}

.stream-schedule-table-wrap {
	overflow: auto;
	max-height: min(70vh, 64rem);
	overscroll-behavior: contain;
	scrollbar-color: #2a7581 #021d2a;
}

.stream-schedule-table {
	width: 100%;
	min-width: 72rem;
	margin: 0;
	color: #d9e8ec;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0;
}

.stream-schedule-table th,
.stream-schedule-table td {
	border-right: 1px solid rgba(152, 254, 253, .095);
	border-bottom: 1px solid rgba(152, 254, 253, .095);
}

.stream-schedule-table thead th {
	position: sticky;
	top: 0;
	z-index: 4;
	height: 3.5rem;
	padding: .45rem .55rem;
	background: #073446;
	box-shadow: 0 1px 0 rgba(152, 254, 253, .14);
}

.stream-schedule-hour-heading,
.stream-schedule-time {
	position: sticky;
	left: 0;
	width: 5.6rem;
	min-width: 5.6rem;
	max-width: 5.6rem;
	text-align: center;
}

.stream-schedule-table thead .stream-schedule-hour-heading {
	z-index: 6;
	color: #6f9aa4;
	font-size: .59rem;
	font-weight: 850;
	letter-spacing: .065rem;
	text-transform: uppercase;
}

.stream-schedule-day-heading {
	text-align: left;
}

.stream-schedule-day-heading.is-weekend {
	background:
		linear-gradient(rgba(194, 148, 61, .1), rgba(194, 148, 61, .1)),
		#073446;
}

.stream-schedule-weekday,
.stream-schedule-date {
	display: block;
}

.stream-schedule-weekday {
	color: #f0fbfc;
	font-size: calc(.78rem + 2px);
	font-weight: 850;
	text-transform: capitalize;
}

.stream-schedule-date {
	margin-top: .08rem;
	color: #719da7;
	font-size: calc(.58rem + 2px);
	font-weight: 750;
}

.stream-schedule-time {
	z-index: 2;
	height: 3rem;
	padding: .3rem;
	color: #b8dce2;
	font-size: calc(.66rem + 5px);
	font-weight: 820;
	font-variant-numeric: tabular-nums;
	background: #052b3a;
}

.stream-schedule-time strong,
.stream-schedule-time small {
	display: block;
	white-space: nowrap;
}

.stream-schedule-time strong {
	font-size: inherit;
	line-height: 1;
}

.stream-schedule-time small {
	margin-top: .16rem;
	color: #7faab3;
	font-size: .55rem;
	font-weight: 760;
	line-height: 1;
}

.stream-schedule-cell {
	position: relative;
	height: 3rem;
	padding: .2rem;
	vertical-align: middle;
	background: rgba(1, 29, 42, .66);
}

.stream-schedule-table tbody tr:nth-child(even) .stream-schedule-cell {
	background: rgba(7, 46, 59, .47);
}

.stream-schedule-table tbody tr:nth-child(even) .stream-schedule-time {
	background: #073040;
}

.stream-schedule-cell.is-weekend {
	background:
		linear-gradient(rgba(179, 132, 52, .055), rgba(179, 132, 52, .055)),
		rgba(1, 29, 42, .66);
}

.stream-schedule-table tbody tr:nth-child(even) .stream-schedule-cell.is-weekend {
	background:
		linear-gradient(rgba(179, 132, 52, .065), rgba(179, 132, 52, .065)),
		rgba(7, 46, 59, .47);
}

.stream-schedule-cell.is-past::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	background: rgba(0, 18, 27, .48);
	pointer-events: none;
}

.stream-schedule-cell.is-current {
	box-shadow: inset 0 0 0 2px rgba(78, 226, 219, .7), inset 0 0 1.2rem rgba(69, 203, 208, .09);
}

.stream-schedule-cell.is-current::before {
	content: "";
	position: absolute;
	top: .35rem;
	right: .35rem;
	z-index: 3;
	width: .34rem;
	height: .34rem;
	background: #5ce7da;
	border-radius: 50%;
	box-shadow: 0 0 .5rem rgba(92, 231, 218, .75);
}

.stream-schedule-empty-mark {
	display: block;
	color: rgba(113, 157, 167, .28);
	font-size: .7rem;
	text-align: center;
}

.stream-schedule-creators {
	display: flex;
	align-items: center;
	gap: .25rem;
	min-width: 0;
}

.stream-schedule-current-live-list {
	position: relative;
	z-index: 4;
	display: flex;
	align-items: center;
	gap: .12rem;
	min-width: 0;
	margin-bottom: .1rem;
}

.stream-schedule-current-live {
	display: flex;
	align-items: center;
	gap: .18rem;
	flex: 1 1 0;
	min-width: 0;
	height: 1.05rem;
	padding: .08rem .24rem .08rem .12rem;
	color: #ffdfe2;
	font-size: .48rem;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	background: linear-gradient(90deg, rgba(176, 32, 52, .5), hsl(var(--creator-hue) 38% 17% / .72));
	border: 1px solid rgba(255, 101, 118, .45);
	border-radius: .24rem;
}

a.stream-schedule-current-live:hover,
a.stream-schedule-current-live:focus-visible {
	color: #fff;
	text-decoration: none;
	background: linear-gradient(90deg, rgba(211, 42, 64, .64), hsl(var(--creator-hue) 42% 21% / .82));
	outline: none;
}

.stream-schedule-current-live-avatar {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 .76rem;
	width: .76rem;
	height: .76rem;
	overflow: hidden;
	color: #fff;
	font-size: .29rem;
	font-weight: 900;
	background: rgba(5, 31, 42, .88);
	border: 1px solid rgba(255, 206, 211, .68);
	border-radius: 50%;
}

.stream-schedule-current-live-avatar::after {
	content: "";
	position: absolute;
	right: -.02rem;
	bottom: -.02rem;
	width: .24rem;
	height: .24rem;
	background: #ff5367;
	border-radius: 50%;
}

.stream-schedule-current-live-avatar img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: inherit;
}

.stream-schedule-current-live-name {
	overflow: hidden;
	min-width: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.stream-schedule-current-live-duration {
	flex: 0 0 auto;
	color: #ffb9c1;
	font-variant-numeric: tabular-nums;
}

.stream-schedule-cell.has-live-stream .stream-schedule-creators {
	gap: .12rem;
}

.stream-schedule-cell.has-live-stream .stream-schedule-creator {
	min-height: 1.25rem;
	padding: .08rem .24rem .08rem .12rem;
	font-size: .52rem;
}

.stream-schedule-cell.has-live-stream .stream-schedule-avatar {
	flex-basis: .92rem;
	width: .92rem;
	height: .92rem;
	font-size: .3rem;
	border-width: 1px;
}

.stream-schedule-creator {
	display: flex;
	align-items: center;
	gap: .28rem;
	min-width: 0;
	min-height: 1.95rem;
	padding: .16rem .34rem .16rem .18rem;
	color: hsl(var(--creator-hue) 62% 88%);
	font-size: .66rem;
	font-weight: 840;
	line-height: 1.15;
	text-decoration: none;
	background: linear-gradient(135deg, hsl(var(--creator-hue) 48% 23% / .92), hsl(var(--creator-hue) 48% 17% / .92));
	border: 1px solid hsl(var(--creator-hue) 60% 58% / .56);
	border-left-width: 3px;
	border-radius: .34rem;
	box-shadow: 0 .12rem .35rem rgba(0, 8, 13, .22), inset 0 1px hsl(var(--creator-hue) 75% 90% / .08);
	transition: border-color .16s ease, filter .16s ease, transform .16s ease;
}

a.stream-schedule-creator:hover,
a.stream-schedule-creator:focus-visible {
	color: #fff;
	text-decoration: none;
	border-color: hsl(var(--creator-hue) 72% 68% / .9);
	filter: brightness(1.12);
	transform: translateY(-1px);
	outline: none;
}

.stream-schedule-avatar {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 1.48rem;
	width: 1.48rem;
	height: 1.48rem;
	overflow: hidden;
	color: hsl(var(--creator-hue) 72% 88%);
	font-size: .48rem;
	font-weight: 900;
	background: hsl(var(--creator-hue) 38% 13%);
	border: 2px solid hsl(var(--creator-hue) 65% 74% / .68);
	border-radius: 50%;
}

.stream-schedule-avatar img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: inherit;
}

.stream-schedule-creator-name {
	overflow: hidden;
	font-size: calc(1em + 1px);
	text-overflow: ellipsis;
	white-space: nowrap;
}

.stream-schedule-unavailable,
.stream-schedule-empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 3.2rem 1.25rem;
	color: #789fa8;
	text-align: center;
	background: rgba(0, 24, 36, .62);
}

.stream-schedule-empty {
	padding: 1.1rem;
	border-top: 1px solid rgba(152, 254, 253, .1);
}

.stream-schedule-unavailable > i,
.stream-schedule-empty > i {
	margin-bottom: .6rem;
	color: #5fcbd0;
	font-size: 2rem;
}

.stream-schedule-unavailable h3 {
	margin: 0;
	color: #e6f4f6;
	font-size: 1.05rem;
}

.stream-schedule-unavailable p,
.stream-schedule-empty p {
	max-width: 33rem;
	margin: .45rem 0 0;
	font-size: .72rem;
	line-height: 1.5;
}

@media (max-width: 1199px) {
	.stream-schedule-panel-header {
		align-items: flex-start;
		flex-direction: column;
	}

	.stream-schedule-controls {
		width: 100%;
		justify-content: space-between;
	}
}

@media (max-width: 991px) {
	.banner .diamond.stream-schedule-hero-flare {
		display: none !important;
	}

	.stream-schedule-hero-inline-flare {
		width: min(34rem, 74vw);
		height: auto;
	}

	.stream-schedule-hero-inline-flare img {
		display: block;
		width: 100%;
		height: auto;
		mix-blend-mode: screen;
	}

	.stream-schedule-hero .banner {
		min-height: 25rem;
	}

	.stream-schedule-hero .holder-bevels {
		top: 61%;
	}

	.stream-schedule-hero-copy .title-txt {
		font-size: 2.7rem;
	}

	.stream-schedule-section {
		margin-top: calc(-3rem - 30px);
	}
}

@media (max-width: 767px) {
	.stream-schedule-panel-header {
		padding: 1.15rem 1rem 1rem;
	}

	.stream-schedule-controls {
		align-items: stretch;
		flex-direction: column;
	}

	.stream-schedule-week-switcher,
	.stream-schedule-zone-control select,
	.stream-schedule-zone-control .jcf-select {
		width: 100%;
		min-width: 100%;
	}

	.stream-schedule-week-button {
		flex: 1 1 0;
	}

	.stream-schedule-context-bar {
		align-items: flex-start;
		flex-direction: column;
	}

	.stream-schedule-context-bar > div {
		align-items: flex-start;
		flex-direction: column;
		gap: .35rem;
	}

	.stream-schedule-live {
		align-items: flex-start;
		flex-direction: column;
	}

	.stream-schedule-live-list {
		width: 100%;
	}
}

@media (max-width: 575px) {
	.stream-schedule-hero .banner {
		min-height: 23.5rem;
		background-position: 56% 43%;
	}

	.stream-schedule-hero .holder-bevels {
		top: 64%;
	}

	.stream-schedule-hero-copy {
		padding: 0 .85rem;
	}

	.stream-schedule-hero-copy .title-txt {
		font-size: 1.82rem;
		letter-spacing: .08rem;
	}

	.stream-schedule-hero-inline-flare {
		width: min(25rem, 94vw);
		margin-top: .1rem;
	}

	.stream-schedule-hero-copy > p {
		font-size: .78rem;
	}

	.stream-schedule-section {
		margin-top: calc(-2.25rem - 30px);
		padding-bottom: 3rem;
	}

	.stream-schedule-heading-copy h2 {
		font-size: 1.35rem;
	}

	.stream-schedule-heading-copy p {
		font-size: .7rem;
	}

	.stream-schedule-week-button {
		padding: .5rem .42rem;
		font-size: .66rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.stream-schedule-week-button,
	.stream-schedule-creator {
		transition: none;
	}

	a.stream-schedule-creator:hover,
	a.stream-schedule-creator:focus-visible {
		transform: none;
	}
}
