.wxpn-videos-page,
.wxpn-video-detail {
	padding: 40px 0 72px;
	background: #fff;
}

.wxpn-video-detail {
	padding-top: 52px;
}

.wxpn-videos-page__wrap,
.wxpn-video-detail__wrap {
	width: min(100%, 1180px);
	margin: 0 auto;
	padding: 0 24px;
}

.wxpn-videos-page__header,
.wxpn-video-detail__header {
	margin-bottom: 28px;
}

.wxpn-video-detail__header {
	margin-top: 40px;
	margin-bottom: 34px;
}

.wxpn-videos-page__title,
.wxpn-video-detail__title {
	margin: 0 0 6px;
	color: #242424;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.02;
}

.wxpn-video-detail__title {
	margin-top: 16px;
	margin-bottom: 10px;
}

.wxpn-videos-page__description {
	max-width: 620px;
	color: #4f4f4f;
	font-size: 0.82rem;
	font-style: italic;
	line-height: 1.4;
}

.wxpn-videos-page__layout {
	display: block;
}

.wxpn-videos-page__filters {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 108px 170px;
	gap: 18px;
	margin-bottom: 24px;
}

.wxpn-videos-page__search input,
.wxpn-videos-page__sort select,
.wxpn-videos-page__submit {
	width: 100%;
	min-height: 40px;
	border: 1px solid #d8dde6;
	border-radius: 0;
	font: inherit;
}

.wxpn-videos-page__search input,
.wxpn-videos-page__sort select {
	padding: 0 12px;
	background: #fff;
	color: #1f2937;
	font-size: 0.82rem;
}

.wxpn-videos-page__submit {
	border: 0;
	background: #c34817;
	color: #fff;
	font-size: 0.78rem;
	font-weight: 700;
	cursor: pointer;
}

.wxpn-videos-page__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 40px 36px;
}

.wxpn-videos-page__card {
	min-width: 0;
}

.wxpn-videos-page__card-media,
.wxpn-video-detail__related-video-media,
.wxpn-video-detail__sidebar-media {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: #111;
}

.wxpn-videos-page__card-media img,
.wxpn-video-detail__related-video-media img,
.wxpn-video-detail__sidebar-media img,
.wxpn-video-detail__related-post-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wxpn-videos-page__play-badge {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 75px;
	height: 75px;
	border: 2px solid rgba(255, 255, 255, 0.9);
	border-radius: 999px;
	background: rgba(17, 17, 17, 0.32);
	transform: translate(-50%, -50%);
}

.wxpn-videos-page__play-badge::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	border-left: 20px solid #fff;
	transform: translate(-28%, -50%);
}

.wxpn-videos-page__card-content {
	margin-top: 12px;
	padding-left: 4px;
	border-left: 1px solid #8f8f8f;
}

.wxpn-videos-page__card-date {
	margin: 0 0 6px;
	color: #232323;
	font-size: 0.66rem;
	font-weight: 700;
	line-height: 1.2;
}

.wxpn-videos-page__card-title {
	margin: 0;
	font-size: 0.96rem;
	line-height: 1.18;
}

.wxpn-videos-page__card-title a,
.wxpn-video-detail__related-video-title a,
.wxpn-video-detail__related-post-title a,
.wxpn-video-detail__sidebar-title a {
	color: #111;
	text-decoration: none;
}

.wxpn-videos-page__category-filter {
	margin-bottom: 30px;
	padding: 18px 0 20px;
	border-top: 1px solid #d8dde6;
	border-bottom: 1px solid #d8dde6;
}

.wxpn-videos-page__category-filter-title {
	margin: 0 0 12px;
	color: #242424;
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1.1;
}

.wxpn-videos-page__category-filter-details {
	display: block;
}

.wxpn-videos-page__category-filter-toggle {
	display: none;
}

.wxpn-videos-page__category-filter-details:not([open]) > .wxpn-videos-page__filter-list {
	display: grid;
}

.wxpn-videos-page__filter-list {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(0, 1fr);
	grid-template-rows: repeat(2, auto);
	gap: 6px 24px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.wxpn-videos-page__filter-list li {
	position: relative;
	padding: 0;
}

.wxpn-videos-page__filter-list a {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 7px 0;
	color: #222;
	font-size: 15px;
	line-height: 1.3;
	text-decoration: none;
}

.wxpn-videos-page__checkbox {
	display: inline-block;
	position: relative;
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	border: 1px solid #111;
	background: #fff;
	box-shadow: 2px 2px 0 #ffce98;
	overflow: hidden;
	transition: background 0.3s ease;
}

.wxpn-videos-page__checkbox::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(45deg, #ef591c 50%, transparent 50%) 0 0 / 100% 100% no-repeat;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	opacity: 0;
	transform: translate3d(-20px, 5px, 0);
	transition: transform 0.3s ease-out, opacity 0.1s ease-out;
}

.wxpn-videos-page__filter-list li.li-category-open .wxpn-videos-page__checkbox {
	background: #ef591c;
}

.wxpn-videos-page__filter-list li.li-category-close:hover .wxpn-videos-page__checkbox::after,
.wxpn-videos-page__filter-list li.li-category-open .wxpn-videos-page__checkbox::after {
	opacity: 1;
	transform: translate3d(0.5px, 3.5px, 0);
}

.wxpn-videos-page__pagination {
	margin-top: 26px;
	text-align: center;
}

.wxpn-videos-page__pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 28px;
	min-height: 28px;
	margin-right: 8px;
	color: #c34817;
	font-size: 0.88rem;
	text-decoration: none;
}

.wxpn-videos-page__pagination .page-numbers.current {
	color: #111;
}

.wxpn-video-detail__eyebrow {
	margin: 0 0 8px;
	color: #6a7280;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wxpn-video-detail__description {
	max-width: 980px;
	margin-top: 0;
	color: #4f4f4f;
	font-size: 0.82rem;
	font-style: italic;
	line-height: 1.4;
}

.wxpn-video-detail__section-title {
	margin: 0;
	color: #111;
	font-size: 1.75rem;
	line-height: 1.1;
}

.wxpn-video-detail__related-post-meta {
	margin: 46px 0 0;
	color: #3b3b3b;
	font-size: 0.68rem;
	font-style: italic;
	line-height: 1.2;
}

.wxpn-video-detail__section-header {
	display: flex;
	align-items: end;
	justify-content: space-between;
	margin-bottom: 10px;
	padding-bottom: 12px;
	border-bottom: 1px solid #111;
}

.wxpn-video-detail__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 28px;
}

.wxpn-video-detail__hero {
	margin: 0;
}

.wxpn-video-detail__hero-media {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: #111;
}

.wxpn-video-detail__hero-trigger {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.wxpn-video-detail__hero-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wxpn-video-detail__hero-embed,
.wxpn-video-detail__hero-embed iframe {
	width: 100%;
	height: 100%;
}

.wxpn-video-detail__hero-embed {
	position: absolute;
	inset: 0;
}

.wxpn-video-detail__hero-embed iframe {
	display: block;
	border: 0;
}

.wxpn-video-detail__caption {
	margin-top: 10px;
	color: #3b3b3b;
	font-size: 0.68rem;
	line-height: 1.2;
}

.wxpn-video-detail__soundline {
	margin-top: 6px;
}

.wxpn-video-detail__body {
	margin-top: 22px;
	color: #1f2937;
	line-height: 1.65;
	font-size: 0.92rem;
}

.wxpn-video-detail__body p {
	margin: 0 0 0.45rem;
}

.wxpn-video-detail__related-block {
	margin-top: 42px;
}

.wxpn-video-detail__section-link {
	color: #c34817;
	font-size: 0.72rem;
	font-weight: 700;
	text-decoration: none;
}

.wxpn-video-detail__related-posts {
	display: grid;
	gap: 0;
}

.wxpn-video-detail__related-post {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 194px;
	gap: 18px;
	align-items: start;
	padding: 16px 0 22px;
	border-bottom: 1px solid #8f8f8f;
}

.wxpn-video-detail__related-posts > .wxpn-video-detail__related-post:last-child {
	border-bottom: 0;
}

.wxpn-video-detail__related-post-kicker {
	display: inline-block;
	margin: 0 0 10px;
	padding: 2px 6px;
	background: #cc3e0f;
	color: #fff;
	font-size: 0.56rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

a.wxpn-video-detail__related-post-kicker:hover,
a.wxpn-video-detail__related-post-kicker:focus-visible {
	color: #fff;
	text-decoration: none;
}

.wxpn-video-detail__related-post-title {
	margin: 0;
	font-size: 20px;
	line-height: 24px;
}

.wxpn-video-detail__related-post-image {
	display: block;
	order: 2;
	aspect-ratio: 16 / 9;
	background: #111;
	overflow: hidden;
}

.wxpn-video-detail__sidebar {
	display: grid;
	gap: 16px;
	align-content: start;
	padding-top: 32px;
}

.wxpn-video-detail .wxpn-default-page__sidebar-card {
	border-color: #d9872b;
	box-shadow: 3px 3px 0 rgba(217, 135, 43, 0.24);
}

.wxpn-video-detail .wxpn-default-page__sidebar-title {
	font-size: 0.95rem;
}

.wxpn-video-detail .wxpn-default-page__sidebar-copy {
	font-size: 0.72rem;
}

.wxpn-video-detail .wxpn-default-page__sidebar-button {
	font-size: 0.72rem;
}

.wxpn-videos-page__empty {
	color: #6b7280;
}

@media (max-width: 980px) {
	.wxpn-video-detail__layout {
		grid-template-columns: 1fr;
	}

	.wxpn-video-detail__sidebar {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.wxpn-videos-page,
	.wxpn-video-detail {
		padding: 28px 0 52px;
	}

	.wxpn-video-detail {
		padding-top: 36px;
	}

	.wxpn-videos-page__wrap,
	.wxpn-video-detail__wrap {
		padding: 0 18px;
	}

	.wxpn-video-detail__header {
		margin-bottom: 26px;
	}

	.wxpn-videos-page__title,
	.wxpn-video-detail__title {
		font-size: 2.1rem;
	}

	.wxpn-videos-page__filters,
	.wxpn-videos-page__grid,
	.wxpn-video-detail__related-post,
	.wxpn-video-detail__sidebar {
		grid-template-columns: 1fr;
	}

	.wxpn-videos-page__filter-list {
		grid-auto-flow: row;
		grid-auto-columns: auto;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: none;
		column-gap: 18px;
	}

	.wxpn-videos-page__category-filter-title {
		display: none;
	}

	.wxpn-videos-page__category-filter-toggle {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 10px;
		min-height: 44px;
		padding: 10px 42px 10px 12px;
		border: 1px solid #111;
		background: #fff;
		color: #242424;
		font-size: 15px;
		font-weight: 700;
		line-height: 1.2;
		list-style: none;
		cursor: pointer;
		position: relative;
	}

	.wxpn-videos-page__category-filter-toggle::-webkit-details-marker {
		display: none;
	}

	.wxpn-videos-page__category-filter-toggle::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 16px;
		width: 9px;
		height: 9px;
		border-right: 2px solid currentColor;
		border-bottom: 2px solid currentColor;
		transform: translateY(-70%) rotate(45deg);
		transition: transform 0.2s ease;
	}

	.wxpn-videos-page__category-filter-details[open] > .wxpn-videos-page__category-filter-toggle::after {
		transform: translateY(-30%) rotate(225deg);
	}

	.wxpn-videos-page__category-filter-count {
		margin-left: auto;
		color: #666;
		font-size: 13px;
		font-weight: 500;
	}

	.wxpn-videos-page__category-filter-details:not([open]) > .wxpn-videos-page__filter-list {
		display: none;
	}

	.wxpn-videos-page__category-filter-details[open] > .wxpn-videos-page__filter-list {
		padding-top: 12px;
	}
}

@media (max-width: 480px) {
	.wxpn-videos-page__filter-list {
		grid-template-columns: 1fr;
	}
}

