.btvc-shell {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1180px;
	padding: clamp(20px, 4vw, 54px) 20px;
}

.btvc-shell *,
.btvc-shell *::before,
.btvc-shell *::after {
	box-sizing: inherit;
}

.btvc-breadcrumb {
	font-size: 14px;
	margin-bottom: 18px;
}

.btvc-video-title,
.btvc-archive-title,
.btvc-category-title {
	font-size: clamp(30px, 5vw, 54px);
	line-height: 1.04;
	margin: 0 0 22px;
}

.btvc-category-intro {
	font-size: 18px;
	line-height: 1.6;
	margin: -8px 0 30px;
	max-width: 760px;
}

.btvc-entity-search {
	align-items: end;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: -12px 0 30px;
	max-width: 760px;
}

.btvc-entity-search label {
	font-weight: 700;
	width: 100%;
}

.btvc-entity-search input[type="search"] {
	background: Canvas;
	border: 1px solid rgba(127, 127, 127, .5);
	border-radius: 6px;
	color: CanvasText;
	flex: 1 1 260px;
	min-height: 42px;
	padding: 8px 12px;
}

.btvc-entity-search button {
	border: 0;
	border-radius: 6px;
	cursor: pointer;
	font: inherit;
	font-weight: 700;
	min-height: 42px;
	padding: 8px 18px;
}

.btvc-entity-search a {
	color: inherit;
	padding: 10px 4px;
	text-underline-offset: 3px;
}

.btvc-browse-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: -8px 0 30px;
}

.btvc-browse-links a {
	border: 1px solid rgba(127, 127, 127, .35);
	border-radius: 999px;
	color: inherit;
	padding: 8px 16px;
	text-decoration: none;
}

.btvc-browse-links a:hover,
.btvc-browse-links a:focus-visible {
	background: rgba(127, 127, 127, .12);
}

.btvc-player {
	aspect-ratio: 16 / 9;
	background: #111;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.btvc-player iframe {
	border: 0;
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
}

.btvc-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 22px;
	list-style: none;
	margin: 20px 0;
	padding: 0;
}

.btvc-related {
	margin: 34px 0 30px;
}

.btvc-related-title {
	font-size: clamp(25px, 3vw, 36px);
	line-height: 1.15;
	margin: 0 0 18px;
}

.btvc-related-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.btvc-related-card {
	min-width: 0;
}

.btvc-related-card a {
	color: inherit;
	display: block;
	height: 100%;
	text-decoration: none;
}

.btvc-related-thumbnail {
	aspect-ratio: 16 / 9;
	background: #111;
	border-radius: 7px;
	overflow: hidden;
}

.btvc-related-thumbnail img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 160ms ease;
	width: 100%;
}

.btvc-related-card a:hover .btvc-related-thumbnail img,
.btvc-related-card a:focus-visible .btvc-related-thumbnail img {
	transform: scale(1.025);
}

.btvc-related-card h3 {
	font-size: 16px;
	line-height: 1.3;
	margin: 10px 0 6px;
}

.btvc-related-meta {
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	gap: 4px 12px;
	line-height: 1.4;
	margin: 0;
	opacity: .74;
}

.btvc-taxonomies {
	margin: 26px 0 34px;
}

.btvc-taxonomy {
	color: inherit;
	line-height: 1.65;
}

.btvc-category-taxonomy {
	border-top: 1px solid rgba(127, 127, 127, .28);
	padding-top: 14px;
}

.btvc-taxonomy-heading {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
	margin: 0 0 12px;
	opacity: .8;
}

.btvc-category-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.btvc-category-chip {
	align-items: center;
	background: #1d1d1d;
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 8px;
	box-shadow: 0 2px 0 #080808, 0 5px 14px rgba(0, 0, 0, .28);
	color: #fff !important;
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	line-height: 1.25;
	max-width: 100%;
	min-height: 42px;
	overflow-wrap: anywhere;
	padding: 9px 22px;
	text-align: center;
	text-decoration: none !important;
	transition: background-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

a.btvc-category-chip:hover {
	background: #2a2a2a;
	box-shadow: 0 3px 0 #080808, 0 7px 18px rgba(0, 0, 0, .34);
	transform: translateY(-1px);
}

a.btvc-category-chip:focus-visible {
	background: #2a2a2a;
	box-shadow: 0 0 0 3px rgba(255, 204, 0, .38), 0 3px 0 #080808, 0 7px 18px rgba(0, 0, 0, .34);
	outline: 2px solid #ffcc00;
	outline-offset: 2px;
	transform: translateY(-1px);
}

a.btvc-category-chip:active {
	box-shadow: 0 1px 0 #080808, 0 2px 7px rgba(0, 0, 0, .25);
	transform: translateY(1px);
}

.btvc-category-chip.is-unlinked {
	cursor: default;
	opacity: .9;
}

.btvc-editorial {
	font-size: 18px;
	line-height: 1.7;
	margin: 26px 0 30px;
	max-width: 78ch;
}

.btvc-editorial p {
	font-size: inherit;
	line-height: inherit;
	margin: 0 0 1em;
}

.btvc-editorial li {
	font-size: inherit;
	line-height: inherit;
}

.btvc-editorial > :last-child {
	margin-bottom: 0;
}

.btvc-editorial a,
.btvc-taxonomy a:not(.btvc-category-chip),
.btvc-breadcrumb a {
	color: inherit;
	text-decoration-line: underline !important;
	text-decoration-thickness: 1px !important;
	text-underline-offset: 3px;
}

.btvc-editorial a:visited,
.btvc-taxonomy a:not(.btvc-category-chip):visited,
.btvc-breadcrumb a:visited {
	color: inherit;
}

.btvc-editorial a:hover,
.btvc-editorial a:focus-visible,
.btvc-taxonomy a:not(.btvc-category-chip):hover,
.btvc-taxonomy a:not(.btvc-category-chip):focus-visible,
.btvc-breadcrumb a:hover,
.btvc-breadcrumb a:focus-visible {
	text-decoration-thickness: 2px !important;
}

.btvc-breadcrumb span {
	margin: 0 7px;
	opacity: .6;
}

.btvc-entity-summary {
	margin-bottom: 34px;
}

.btvc-entity-visual {
	float: right;
	margin: 0 0 24px 30px;
	max-width: 260px;
}

.btvc-entity-visual img {
	aspect-ratio: 1;
	border-radius: 10px;
	display: block;
	object-fit: cover;
	width: 100%;
}

.btvc-entity-summary::after {
	clear: both;
	content: "";
	display: table;
}

.btvc-category-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.btvc-category-card {
	border: 1px solid rgba(127, 127, 127, .28);
	border-radius: 9px;
	min-width: 0;
	overflow: hidden;
}

.btvc-category-card a {
	color: inherit;
	display: block;
	height: 100%;
	padding: 22px;
	text-decoration: none;
}

.btvc-category-card a:hover,
.btvc-category-card a:focus-visible {
	background: rgba(127, 127, 127, .09);
}

.btvc-category-card h2 {
	font-size: 21px;
	line-height: 1.25;
	margin: 0;
}

.btvc-category-card p {
	font-size: 14px;
	margin: 8px 0 0;
	opacity: .72;
}

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

.btvc-card {
	min-width: 0;
}

.btvc-card a {
	color: inherit;
	text-decoration: none;
}

.btvc-card img {
	aspect-ratio: 16 / 9;
	border-radius: 7px;
	display: block;
	object-fit: cover;
	width: 100%;
}

.btvc-card h2 {
	font-size: 17px;
	line-height: 1.3;
	margin: 10px 0 4px;
}

.btvc-card p {
	font-size: 13px;
	margin: 0;
	opacity: .72;
}

.btvc-pagination {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: center;
	margin-top: 42px;
}

.btvc-page-numbers {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	justify-content: center;
}

.btvc-page-link,
.btvc-page-ellipsis {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	min-height: 38px;
	min-width: 38px;
	padding: 6px 10px;
}

a.btvc-page-link {
	border: 1px solid rgba(127, 127, 127, .35);
	border-radius: 6px;
	color: inherit;
	text-decoration: none;
}

a.btvc-page-link:hover,
a.btvc-page-link:focus-visible {
	background: rgba(127, 127, 127, .12);
}

.btvc-page-link.is-current {
	background: currentColor;
	border-radius: 6px;
	color: Canvas;
	font-weight: 700;
}

.btvc-page-prev,
.btvc-page-next {
	min-width: 92px;
}

@media (max-width: 900px) {
	.btvc-grid,
	.btvc-category-grid,
	.btvc-related-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 520px) {
	.btvc-editorial {
		font-size: 17px;
		line-height: 1.65;
	}

	.btvc-grid,
	.btvc-category-grid {
		grid-template-columns: 1fr;
	}

	.btvc-related-grid {
		gap: 18px 12px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.btvc-related-card h3 {
		font-size: 14px;
	}

	.btvc-related-meta {
		font-size: 11px;
	}

	.btvc-category-chips {
		gap: 8px;
	}

	.btvc-category-chip {
		font-size: 14px;
		min-height: 40px;
		padding: 8px 16px;
	}

	.btvc-pagination {
		gap: 10px 6px;
	}

	.btvc-entity-visual {
		float: none;
		margin: 0 0 22px;
		max-width: 100%;
	}
}
