.bnutv-video-home,
.bnutv-video-library {
	width: min(100% - 28px, var(--bnutv-max, 1440px));
	margin: 46px auto 0;
}

.bnutv-video-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 18px;
}

.bnutv-video-heading p,
.bnutv-video-library__intro > p {
	margin: 0 0 7px;
	color: var(--bnutv-accent, #005fc8);
	font-size: .75rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.bnutv-video-heading h2,
.bnutv-video-library__intro h2 {
	margin: 0;
	font-size: clamp(1.45rem, 2.4vw, 2rem);
	font-weight: 650;
	letter-spacing: 0;
	line-height: 1.08;
}

.bnutv-video-heading > a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 42px;
	color: var(--bnutv-text, #0b1220);
	font-size: .94rem;
	font-weight: 600;
	white-space: nowrap;
}

.bnutv-video-heading > a span {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border: 1px solid rgba(15, 23, 42, .09);
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 8px 22px rgba(15, 23, 42, .08);
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.bnutv-video-heading > a:hover span {
	transform: translateX(2px);
	box-shadow: 0 12px 28px rgba(15, 23, 42, .13);
}

.bnutv-video-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.bnutv-video-grid--library {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bnutv-video-card {
	min-width: 0;
}

.bnutv-video-card > a {
	display: grid;
	height: 100%;
	color: inherit;
}

.bnutv-video-card__media {
	position: relative;
	overflow: hidden;
	display: block;
	aspect-ratio: 16 / 10;
	border-radius: 10px;
	background: #0b1220;
	box-shadow: 0 16px 36px rgba(15, 23, 42, .12);
}

.bnutv-video-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 260ms ease, filter 260ms ease;
}

.bnutv-video-card__shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(3, 7, 18, 0) 32%, rgba(3, 7, 18, .72) 100%);
	pointer-events: none;
}

.bnutv-video-card__play {
	position: absolute;
	top: 14px;
	left: 14px;
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(255, 255, 255, .3);
	border-radius: 50%;
	background: rgba(11, 18, 32, .78);
	box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
	backdrop-filter: blur(12px);
}

.bnutv-video-card__play span {
	width: 0;
	height: 0;
	margin-left: 3px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 9px solid #fff;
}

.bnutv-video-card__duration {
	position: absolute;
	right: 12px;
	bottom: 12px;
	padding: 4px 7px;
	border-radius: 6px;
	background: rgba(3, 7, 18, .82);
	color: #fff;
	font-size: .72rem;
	font-weight: 600;
	line-height: 1;
}

.bnutv-video-card__copy {
	display: grid;
	gap: 6px;
	padding: 14px 2px 2px;
}

.bnutv-video-card__copy strong {
	display: -webkit-box;
	overflow: hidden;
	color: var(--bnutv-text, #0b1220);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.28;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.bnutv-video-card__copy small {
	color: var(--bnutv-muted, #64748b);
	font-size: .8rem;
}

.bnutv-video-card > a:hover .bnutv-video-card__media img {
	transform: scale(1.035);
	filter: saturate(1.07);
}

.bnutv-video-library {
	margin-top: 18px;
}

body.bnutv-video-page .page-view {
	width: min(100% - 28px, var(--bnutv-max, 1440px));
}

body.bnutv-video-page .page-view > .content-shell {
	width: 100%;
	max-width: none;
	margin-top: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
}

body.bnutv-video-page .bnutv-video-library {
	width: 100%;
	margin-top: 0;
}

.bnutv-video-library__intro {
	max-width: 780px;
	margin-bottom: 26px;
}

.bnutv-video-library__intro h2 {
	font-size: clamp(1.7rem, 3.5vw, 2.8rem);
}

.bnutv-video-library__intro > span {
	display: block;
	margin-top: 10px;
	color: var(--bnutv-muted, #64748b);
	font-size: 1rem;
}

.bnutv-video-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 22px;
}

.bnutv-video-filters button {
	min-height: 40px;
	padding: 8px 14px;
	border: 1px solid rgba(15, 23, 42, .1);
	border-radius: 999px;
	background: rgba(255, 255, 255, .85);
	color: #334155;
	font: inherit;
	font-size: .88rem;
	font-weight: 500;
	cursor: pointer;
	transition: color 140ms ease, background 140ms ease, border-color 140ms ease;
}

.bnutv-video-filters button:hover,
.bnutv-video-filters button.is-active {
	border-color: #0b1220;
	background: #0b1220;
	color: #fff;
}

.bnutv-video-select {
	display: none;
}

.bnutv-video-no-results,
.bnutv-video-empty {
	padding: 30px;
	border: 1px solid rgba(15, 23, 42, .08);
	border-radius: 10px;
	background: #fff;
	color: var(--bnutv-muted, #64748b);
	text-align: center;
}

@media (max-width: 1100px) {
	.bnutv-video-grid,
	.bnutv-video-grid--library {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	.bnutv-video-home,
	.bnutv-video-library,
	body.bnutv-video-page .page-view {
		width: min(100% - 24px, var(--bnutv-max, 1440px));
	}

	.bnutv-video-home {
		margin-top: 38px;
	}

	.bnutv-video-heading {
		align-items: center;
	}

	.bnutv-video-heading > a {
		font-size: 0;
		gap: 0;
	}

	.bnutv-video-heading > a span {
		font-size: 1rem;
	}

	.bnutv-video-grid,
	.bnutv-video-grid--library {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.bnutv-video-card__media {
		aspect-ratio: 16 / 9;
	}

	.bnutv-video-card__copy strong {
		font-size: 1.02rem;
	}

	.bnutv-video-filters {
		display: none;
	}

	.bnutv-video-select {
		display: grid;
		gap: 7px;
		margin-bottom: 22px;
	}

	.bnutv-video-select span {
		color: #475569;
		font-size: .78rem;
		font-weight: 650;
	}

	.bnutv-video-select select {
		width: 100%;
		min-height: 48px;
		padding: 10px 40px 10px 14px;
		border: 1px solid rgba(15, 23, 42, .12);
		border-radius: 12px;
		background: #fff;
		color: #0b1220;
		font: inherit;
	}
}

