.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-taxonomy {
	color: inherit;
	line-height: 1.65;
}

.btvc-editorial a,
.btvc-taxonomy a,
.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:visited,
.btvc-breadcrumb a:visited {
	color: inherit;
}

.btvc-editorial a:hover,
.btvc-editorial a:focus-visible,
.btvc-taxonomy a:hover,
.btvc-taxonomy a: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 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 520px) {
	.btvc-grid,
	.btvc-category-grid {
		grid-template-columns: 1fr;
	}

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

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