.nr92-show-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
	gap: 24px;
}

.nr92-show-card a,
.nr92-show-host-card {
	color: inherit;
	text-decoration: none;
}

.nr92-show-card img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.nr92-show-card h3 {
	margin: 12px 0 0;
}

.nr92-show-card p {
	margin: 6px 0 0;
}

.nr92-current-show-image-link,
.nr92-current-show-image {
	display: block;
}

.nr92-current-show-image {
	width: 100%;
	height: auto;
}

.nr92-day-schedule-list {
	display: grid;
	gap: 14px;
}

.nr92-day-schedule-item {
	display: grid;
	grid-template-columns: minmax(125px, 165px) 88px minmax(0, 1fr);
	align-items: center;
	gap: 18px;
	padding: 16px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 18px;
	background: #fff;
	color: #171717;
	text-decoration: none;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.nr92-day-schedule-item:hover {
	border-color: rgba(239, 75, 62, 0.5);
	color: #171717;
	box-shadow: 0 14px 36px rgba(0, 0, 0, 0.1);
	transform: translateY(-2px);
}

.nr92-day-schedule-item:visited {
	color: #171717;
}

.nr92-day-schedule-item:focus-visible {
	outline: 3px solid rgba(239, 75, 62, 0.55);
	outline-offset: 3px;
}

.nr92-day-schedule-item.is-live {
	border-color: rgba(239, 75, 62, 0.72);
	box-shadow: 0 0 0 1px rgba(239, 75, 62, 0.12);
}

.nr92-day-schedule-time {
	display: flex;
	flex-direction: column;
	gap: 2px;
	font-variant-numeric: tabular-nums;
}

.nr92-day-schedule-time strong {
	font-size: 1.05em;
}

.nr92-day-schedule-time span,
.nr92-day-schedule-content p {
	opacity: 0.72;
}

.nr92-day-schedule-artwork {
	display: block;
	width: 88px;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 14px;
	background: rgba(127, 127, 127, 0.14);
}

.nr92-day-schedule-artwork img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nr92-day-schedule-title-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.nr92-day-schedule-title-row h3 {
	margin: 0;
}

.nr92-day-schedule-item:hover .nr92-day-schedule-title-row h3 {
	text-decoration: underline;
}

.nr92-day-schedule-content p {
	margin: 5px 0 0;
}

.nr92-day-schedule-live {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 4px 9px;
	border-radius: 999px;
	background: rgba(239, 75, 62, 0.14);
	color: #ef4b3e;
	font-size: 0.72em;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.nr92-day-schedule-live span {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: currentColor;
}

.nr92-day-schedule-no-images .nr92-day-schedule-item {
	grid-template-columns: minmax(125px, 165px) minmax(0, 1fr);
}

.nr92-day-schedule-heading {
	margin: 0 0 18px;
}

.nr92-day-schedule-empty {
	margin: 0;
	opacity: 0.72;
}

.nr92-show-socials-heading {
	margin: 0 0 14px;
}

.nr92-show-socials-links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.nr92-show-social {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 44px;
	padding: 10px 17px;
	border-radius: 999px;
	color: #fff;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: filter 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.nr92-show-social:visited,
.nr92-show-social:hover,
.nr92-show-social:focus {
	color: #fff;
}

.nr92-show-social:hover {
	filter: brightness(1.08);
	transform: translateY(-2px);
	box-shadow: 0 9px 22px rgba(0, 0, 0, 0.16);
}

.nr92-show-social:focus-visible {
	outline: 3px solid rgba(239, 75, 62, 0.55);
	outline-offset: 3px;
}

.nr92-show-social-facebook {
	background: #1877f2;
}

.nr92-show-social-twitter {
	background: #111;
}

.nr92-show-social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: 800;
}

.nr92-show-hosts-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.nr92-show-host {
	flex: 0 1 280px;
	min-width: min(100%, 180px);
}

.nr92-show-host-card {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	min-height: 78px;
	padding: 10px 16px 10px 10px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-left: 4px solid #ef4b3e;
	border-radius: 14px;
	background: linear-gradient(135deg, rgba(13, 79, 113, 0.94), rgba(5, 53, 82, 0.94));
	color: #fff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

a.nr92-show-host-card:hover {
	border-color: rgba(255, 255, 255, 0.34);
	border-left-color: #ef4b3e;
	color: #fff;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
	transform: translateY(-2px);
}

a.nr92-show-host-card:visited {
	color: #fff;
}

a.nr92-show-host-card:focus-visible {
	outline: 3px solid rgba(239, 75, 62, 0.55);
	outline-offset: 3px;
}

.nr92-show-host-avatar {
	display: block;
	width: 56px;
	height: 56px;
	object-fit: cover;
	border: 2px solid rgba(255, 255, 255, 0.32);
	border-radius: 12px !important;
}

.nr92-show-host h3 {
	min-width: 0;
	margin: 0;
	overflow: hidden;
	font-size: 1.05rem;
	line-height: 1.15;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nr92-show-host-first,
.nr92-show-host-last {
	overflow-wrap: anywhere;
	font-weight: 800;
}

.nr92-show-host-last {
	margin-left: 0.3em;
	opacity: 1;
}

.nr92-student-directory-heading,
.nr92-student-content-heading {
	margin: 0 0 18px;
}

.nr92-student-directory-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 260px));
	justify-content: center;
	gap: 24px;
}

.nr92-student-card {
	min-width: 0;
	width: 100%;
}

.nr92-student-card-link {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 0;
	min-height: 0;
	padding: 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-bottom: 4px solid #ef4b3e;
}

a.nr92-student-card-link:hover {
	border-color: rgba(255, 255, 255, 0.34);
	border-bottom-color: #ef4b3e;
}

.nr92-student-avatar {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	border: 0;
	border-radius: 12px 12px 0 0 !important;
}

.nr92-student-card h3 {
	display: grid;
	place-items: center;
	min-height: 64px;
	padding: 14px 16px;
	font-size: 1.15rem;
	text-align: center;
}

.nr92-student-content-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
	gap: 14px;
}

.nr92-student-content-card a {
	display: grid;
	grid-template-columns: 82px minmax(0, 1fr);
	align-items: center;
	gap: 14px;
	min-height: 104px;
	padding: 10px 16px 10px 10px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-left: 4px solid #ef4b3e;
	border-radius: 16px;
	background: linear-gradient(135deg, rgba(13, 79, 113, 0.94), rgba(5, 53, 82, 0.94));
	color: #fff;
	text-decoration: none;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.nr92-student-content-card a:hover {
	border-color: rgba(255, 255, 255, 0.34);
	border-left-color: #ef4b3e;
	color: #fff;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
	transform: translateY(-2px);
}

.nr92-student-content-card a:visited {
	color: #fff;
}

.nr92-student-content-card a:focus-visible {
	outline: 3px solid rgba(239, 75, 62, 0.55);
	outline-offset: 3px;
}

.nr92-student-content-artwork,
.nr92-student-content-artwork img,
.nr92-student-content-placeholder {
	display: block;
	width: 82px;
	height: 82px;
	border-radius: 12px;
}

.nr92-student-content-artwork {
	overflow: hidden;
	background: rgba(255, 255, 255, 0.12);
}

.nr92-student-content-artwork img {
	object-fit: cover;
}

.nr92-student-content-placeholder {
	display: grid;
	place-items: center;
	color: rgba(255, 255, 255, 0.8);
	font-size: 2rem;
	font-weight: 800;
}

.nr92-student-content-details {
	min-width: 0;
}

.nr92-student-content-type {
	display: block;
	margin-bottom: 5px;
	color: #ff8178;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.nr92-student-content-card h3 {
	margin: 0;
	color: inherit;
	font-size: 1.05rem;
	line-height: 1.2;
}

.nr92-student-content-empty {
	margin: 0;
}

.nr92-show-times ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nr92-show-times li {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	padding: 12px 0;
	border-bottom: 1px solid currentColor;
}

@media (max-width: 480px) {
	.nr92-show-host {
		flex-basis: 100%;
	}

	.nr92-student-directory-grid {
		grid-template-columns: minmax(0, 280px);
	}

	.nr92-show-times li {
		align-items: flex-start;
		flex-direction: column;
		gap: 2px;
	}
}

@media (max-width: 640px) {
	.nr92-day-schedule-item,
	.nr92-day-schedule-no-images .nr92-day-schedule-item {
		grid-template-columns: 72px minmax(0, 1fr);
		gap: 13px;
		padding: 14px;
	}

	.nr92-day-schedule-time {
		grid-column: 1 / -1;
		flex-direction: row;
		align-items: baseline;
		gap: 6px;
	}

	.nr92-day-schedule-artwork {
		width: 72px;
	}

	.nr92-day-schedule-no-images .nr92-day-schedule-content {
		grid-column: 1 / -1;
	}
}
