:root {
	--kdmva-navy: #071f49;
	--kdmva-blue: #0d376b;
	--kdmva-green: #54d74f;
	--kdmva-green-dark: #2cae3b;
	--kdmva-ink: #102447;
	--kdmva-muted: #60708b;
	--kdmva-soft: #f3f7fb;
	--kdmva-line: #dce5ef;
	--kdmva-white: #fff;
}

.kdmva-shell {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}

.kdmva-archive,
.kdmva-single {
	background: var(--kdmva-white);
	color: var(--kdmva-ink);
}

.kdmva-hero,
.kdmva-single-hero {
	position: relative;
	overflow: hidden;
	padding: 220px 0 92px;
	background:
		radial-gradient(circle at 80% 22%, rgba(84, 215, 79, .18), transparent 25%),
		radial-gradient(circle at 18% 100%, rgba(30, 123, 196, .28), transparent 31%),
		linear-gradient(135deg, #061938 0%, var(--kdmva-navy) 48%, #0b3c69 100%);
	color: var(--kdmva-white);
}

.kdmva-hero::after,
.kdmva-single-hero::after {
	position: absolute;
	right: -70px;
	bottom: -170px;
	width: 430px;
	height: 430px;
	border: 1px solid rgba(84, 215, 79, .2);
	border-radius: 50%;
	box-shadow: 0 0 0 62px rgba(84, 215, 79, .04), 0 0 0 128px rgba(84, 215, 79, .025);
	content: '';
}

.kdmva-hero .kdmva-shell,
.kdmva-single-hero .kdmva-shell {
	position: relative;
	z-index: 1;
}

.kdmva-eyebrow,
.kdmva-kicker {
	display: inline-block;
	margin-bottom: 16px;
	color: var(--kdmva-green);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.kdmva-hero h1,
.kdmva-single-hero h1 {
	max-width: 900px;
	margin: 0;
	color: var(--kdmva-white);
	font-size: clamp(42px, 6vw, 76px);
	font-weight: 800;
	letter-spacing: -.035em;
	line-height: 1.04;
}

.kdmva-hero > .kdmva-shell > p,
.kdmva-single-hero > .kdmva-shell > p {
	max-width: 780px;
	margin: 28px 0 0;
	color: rgba(255, 255, 255, .82);
	font-size: clamp(18px, 2.2vw, 23px);
	line-height: 1.55;
}

.kdmva-hero__facts {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 38px;
}

.kdmva-hero__facts span {
	padding: 10px 16px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 999px;
	background: rgba(255, 255, 255, .07);
	color: rgba(255, 255, 255, .9);
	font-size: 14px;
	font-weight: 600;
	backdrop-filter: blur(8px);
}

.kdmva-library {
	padding: 82px 0 100px;
}

.kdmva-library__head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 28px;
}

.kdmva-library h2,
.kdmva-details h2 {
	margin: 0;
	color: var(--kdmva-ink);
	font-size: clamp(32px, 4vw, 48px);
	font-weight: 800;
	letter-spacing: -.025em;
	line-height: 1.12;
}

.kdmva-search {
	position: relative;
	display: block;
	width: min(100%, 390px);
}

.kdmva-search::before {
	position: absolute;
	top: 50%;
	left: 18px;
	width: 17px;
	height: 17px;
	border: 2px solid #54708c;
	border-radius: 50%;
	content: '';
	transform: translateY(-55%);
}

.kdmva-search::after {
	position: absolute;
	top: 50%;
	left: 33px;
	width: 7px;
	height: 2px;
	background: #54708c;
	content: '';
	transform: rotate(45deg) translateY(6px);
}

.kdmva-search input {
	width: 100%;
	height: 54px;
	padding: 0 18px 0 52px;
	border: 1px solid var(--kdmva-line);
	border-radius: 14px;
	background: var(--kdmva-white);
	box-shadow: 0 7px 22px rgba(13, 42, 79, .06);
	color: var(--kdmva-ink);
	font: inherit;
}

.kdmva-search input:focus {
	border-color: var(--kdmva-green-dark);
	box-shadow: 0 0 0 4px rgba(84, 215, 79, .16);
	outline: none;
}

.kdmva-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin: 34px 0 28px;
}

.kdmva-filters button {
	min-height: 42px;
	padding: 9px 17px;
	border: 1px solid var(--kdmva-line);
	border-radius: 999px;
	background: var(--kdmva-white);
	color: #3f536d;
	cursor: pointer;
	font: inherit;
	font-size: 14px;
	font-weight: 700;
}

.kdmva-filters button:hover,
.kdmva-filters button:focus-visible,
.kdmva-filters button.is-active {
	border-color: var(--kdmva-green-dark);
	background: #eafbe9;
	color: #176c28;
	outline: none;
}

.kdmva-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
}

.kdmva-card {
	overflow: hidden;
	border: 1px solid var(--kdmva-line);
	border-radius: 22px;
	background: var(--kdmva-white);
	box-shadow: 0 17px 45px rgba(15, 43, 81, .08);
	transition: transform .22s ease, box-shadow .22s ease;
}

.kdmva-card:hover {
	box-shadow: 0 22px 55px rgba(15, 43, 81, .14);
	transform: translateY(-4px);
}

.kdmva-card[hidden] {
	display: none;
}

.kdmva-card__media {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: linear-gradient(135deg, var(--kdmva-navy), var(--kdmva-blue));
}

.kdmva-card__media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 48%, rgba(3, 15, 36, .52));
	content: '';
}

.kdmva-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.kdmva-card:hover .kdmva-card__media img {
	transform: scale(1.025);
}

.kdmva-card__placeholder {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	color: rgba(255, 255, 255, .28);
	font-size: 52px;
	font-weight: 800;
	letter-spacing: .08em;
}

.kdmva-card__play {
	position: absolute;
	z-index: 1;
	right: 22px;
	bottom: 20px;
	width: 54px;
	height: 54px;
	border: 1px solid rgba(255, 255, 255, .5);
	border-radius: 50%;
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 8px 24px rgba(0, 0, 0, .2);
}

.kdmva-card__play::before {
	position: absolute;
	top: 50%;
	left: 52%;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 11px solid var(--kdmva-green-dark);
	content: '';
	transform: translate(-42%, -50%);
}

.kdmva-card__body {
	padding: 26px 28px 29px;
}

.kdmva-card__meta,
.kdmva-single-hero__meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}

.kdmva-card__meta time {
	color: var(--kdmva-muted);
	font-size: 13px;
	font-weight: 650;
}

.kdmva-status {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 5px 11px;
	border-radius: 999px;
	background: #e8f9e8;
	color: #177529;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .03em;
	text-transform: uppercase;
}

.kdmva-status--processing {
	background: #ffe8e8;
	color: #be2424;
}

.kdmva-status--processing::before {
	width: 7px;
	height: 7px;
	margin-right: 7px;
	border-radius: 50%;
	background: #e32222;
	content: '';
	box-shadow: 0 0 0 4px rgba(227, 34, 34, .12);
}

.kdmva-status--panding {
	background: #fff3d6;
	color: #896009;
}

.kdmva-card h2 {
	margin: 17px 0 10px;
	font-size: clamp(24px, 2.6vw, 31px);
	font-weight: 800;
	letter-spacing: -.02em;
	line-height: 1.18;
}

.kdmva-card h2 a {
	color: var(--kdmva-ink);
	text-decoration: none;
}

.kdmva-card h2 a:hover {
	color: #237f31;
}

.kdmva-card__topics {
	margin-bottom: 12px;
	color: #27813a;
	font-size: 13px;
	font-weight: 750;
}

.kdmva-card p {
	margin: 0;
	color: var(--kdmva-muted);
	font-size: 15px;
	line-height: 1.65;
}

.kdmva-card__link,
.kdmva-sidebar__link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 22px;
	color: #177529;
	font-size: 15px;
	font-weight: 800;
	text-decoration: none;
}

.kdmva-card__link span,
.kdmva-sidebar__link span {
	font-size: 19px;
	transition: transform .2s ease;
}

.kdmva-card__link:hover span,
.kdmva-sidebar__link:hover span {
	transform: translateX(4px);
}

.kdmva-no-results,
.kdmva-empty {
	grid-column: 1 / -1;
	padding: 48px;
	border: 1px dashed #b7c7d8;
	border-radius: 18px;
	background: var(--kdmva-soft);
	color: var(--kdmva-muted);
	text-align: center;
}

.kdmva-notice {
	display: grid;
	grid-template-columns: 190px 1fr;
	gap: 22px;
	margin-top: 46px;
	padding: 25px 28px;
	border: 1px solid #d7e7d6;
	border-radius: 18px;
	background: #f2fbf1;
}

.kdmva-notice strong {
	color: #176c28;
	font-size: 16px;
}

.kdmva-notice p {
	margin: 0;
	color: #4b6150;
	font-size: 14px;
	line-height: 1.6;
}

/* Single operation. */
.kdmva-single-hero {
	padding-bottom: 76px;
}

.kdmva-back {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 36px;
	color: rgba(255, 255, 255, .82);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.kdmva-back:hover {
	color: var(--kdmva-green);
}

.kdmva-single-hero__meta {
	margin-bottom: 20px;
}

.kdmva-single-hero__meta > span:not(.kdmva-status) {
	color: rgba(255, 255, 255, .72);
	font-size: 14px;
	font-weight: 650;
}

.kdmva-watch {
	padding: 64px 0 72px;
	background: #061631;
}

.kdmva-player-wrap {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	border-radius: 22px;
	background: #000;
	box-shadow: 0 24px 70px rgba(0, 0, 0, .35);
}

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

.kdmva-player-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 10px;
	width: 100%;
	height: 100%;
	padding: 30px;
	background: radial-gradient(circle at center, #163d6d, #050f24 70%);
	color: rgba(255, 255, 255, .72);
	text-align: center;
}

.kdmva-player-placeholder span {
	font-size: clamp(22px, 4vw, 40px);
	font-weight: 800;
}

.kdmva-player-placeholder strong {
	color: var(--kdmva-green);
	font-size: 18px;
}

.kdmva-watch__facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	overflow: hidden;
	margin-top: 26px;
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 16px;
	background: rgba(255, 255, 255, .13);
}

.kdmva-watch__facts > div {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 21px 23px;
	background: #0a2147;
}

.kdmva-watch__facts span {
	color: rgba(255, 255, 255, .58);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.kdmva-watch__facts strong {
	color: var(--kdmva-white);
	font-size: 15px;
	line-height: 1.4;
}

.kdmva-details {
	padding: 82px 0 100px;
}

.kdmva-details__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 70px;
}

.kdmva-prose,
.kdmva-details__content > p {
	margin-top: 26px;
	color: #455873;
	font-size: 17px;
	line-height: 1.78;
}

.kdmva-prose p {
	margin: 0 0 18px;
}

.kdmva-topic-list {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 30px;
}

.kdmva-topic-list span {
	padding: 8px 13px;
	border-radius: 999px;
	background: #eaf8e9;
	color: #267335;
	font-size: 13px;
	font-weight: 700;
}

.kdmva-sidebar {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.kdmva-surgeon,
.kdmva-professional-note {
	padding: 25px;
	border: 1px solid var(--kdmva-line);
	border-radius: 18px;
	background: var(--kdmva-white);
	box-shadow: 0 12px 32px rgba(15, 43, 81, .07);
}

.kdmva-surgeon__person {
	display: flex;
	align-items: center;
	gap: 15px;
}

.kdmva-surgeon__person img {
	width: 66px;
	height: 66px;
	border-radius: 50%;
	object-fit: cover;
}

.kdmva-surgeon__person div {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.kdmva-surgeon__person strong {
	color: var(--kdmva-ink);
	font-size: 17px;
}

.kdmva-surgeon__person span {
	color: var(--kdmva-muted);
	font-size: 13px;
	line-height: 1.45;
}

.kdmva-professional-note {
	border-color: #d7e7d6;
	background: #f2fbf1;
}

.kdmva-professional-note strong {
	color: #176c28;
}

.kdmva-professional-note p {
	margin: 10px 0 0;
	color: #4b6150;
	font-size: 13px;
	line-height: 1.6;
}

/* Refined grouped navigation. */
.header__nav .kdmva-menu-label {
	display: inline-block;
}

.header__nav .sub-menu .dashicons {
	width: 22px;
	height: 22px;
	color: #1c7b2c;
	font-size: 21px;
	line-height: 22px;
	flex: 0 0 22px;
}

.kdmva-submenu-toggle {
	border: 0;
	background: transparent;
	cursor: pointer;
}

.kdmva-submenu-toggle .dashicons {
	transition: transform .2s ease;
}

.is-submenu-open > .kdmva-submenu-toggle .dashicons {
	transform: rotate(180deg);
}

@media (min-width: 1200px) {
	.header__nav {
		display: flex;
		align-items: center;
		gap: 3px;
		padding: 8px 10px !important;
		border: 1px solid rgba(200, 224, 244, .28);
		border-radius: 18px;
		background: rgba(28, 73, 119, .66);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 12px 28px rgba(1, 18, 45, .16);
		backdrop-filter: blur(14px);
		-webkit-backdrop-filter: blur(14px);
	}

	.header__nav > .menu-item {
		position: relative;
		display: flex;
		align-items: center;
		margin: 0 !important;
		padding: 0;
		border-radius: 999px;
		transition: background-color .18s ease, box-shadow .18s ease;
	}

	.header__nav > .menu-item > a {
		display: flex;
		align-items: center;
		min-height: 38px;
		padding: 10px 12px !important;
		border-radius: 999px;
		color: rgba(255, 255, 255, .94) !important;
		font-size: 13px;
		font-weight: 550;
		letter-spacing: .015em;
		line-height: 1;
		white-space: nowrap;
		transition: color .18s ease, background-color .18s ease, box-shadow .18s ease;
	}

	.header__nav > .menu-item > a:hover,
	.header__nav > .menu-item > a:focus {
		color: #fff !important;
	}

	.header__nav > .menu-item-has-children > a {
		padding-right: 5px !important;
	}

	.header__nav > .menu-item-has-children:hover,
	.header__nav > .menu-item-has-children:focus-within {
		background: rgba(255, 255, 255, .08);
	}

	.header__nav > .current-menu-ancestor {
		background: rgba(84, 215, 79, .18);
		box-shadow: inset 0 0 0 1px rgba(84, 215, 79, .24);
	}

	.header__nav > .current-menu-ancestor > a,
	.header__nav > .current-menu-ancestor > .kdmva-submenu-toggle {
		color: #79e878 !important;
	}

	.header__nav > .current-menu-item:not(.menu-item-has-children) > a {
		box-shadow: inset 0 -2px 0 #54d74f;
		color: #fff !important;
	}

	.kdmva-submenu-toggle {
		position: static;
		display: grid;
		width: 30px;
		height: 38px;
		margin: 0 4px 0 -4px;
		padding: 0;
		border-radius: 999px;
		color: rgba(255, 255, 255, .86);
		place-items: center;
	}

	.kdmva-submenu-toggle:focus-visible {
		outline: 2px solid #79e878;
		outline-offset: -4px;
	}

	.kdmva-submenu-toggle .dashicons {
		width: 17px;
		height: 17px;
		font-size: 17px;
		line-height: 17px;
	}

	.header__nav .sub-menu {
		position: absolute;
		z-index: 1000;
		top: calc(100% + 16px);
		left: 50%;
		display: flex;
		visibility: hidden;
		min-width: 270px;
		margin: 0;
		padding: 12px;
		border: 1px solid rgba(9, 43, 80, .11);
		border-radius: 16px;
		background: rgba(255, 255, 255, .98);
		box-shadow: 0 22px 52px rgba(1, 18, 45, .24);
		flex-direction: column;
		opacity: 0;
		transform: translate(-50%, 8px);
		transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
	}

	.header__nav .sub-menu::before {
		position: absolute;
		top: -18px;
		left: 0;
		width: 100%;
		height: 20px;
		content: '';
	}

	.header__nav .menu-item-has-children:hover > .sub-menu,
	.header__nav .menu-item-has-children:focus-within > .sub-menu,
	.header__nav .menu-item-has-children.is-submenu-open > .sub-menu {
		visibility: visible;
		opacity: 1;
		transform: translate(-50%, 0);
	}

	.header__nav .sub-menu li {
		display: block;
		width: 100%;
		margin: 0;
	}

	.header__nav .sub-menu a {
		display: flex;
		align-items: center;
		gap: 12px;
		min-height: 48px;
		padding: 11px 13px;
		border-radius: 11px;
		color: #17365c !important;
		font-size: 14px;
		font-weight: 650;
		line-height: 1.25;
		text-transform: none;
		white-space: nowrap;
		transition: background-color .16s ease, color .16s ease, box-shadow .16s ease;
	}

	.header__nav .sub-menu a:hover,
	.header__nav .sub-menu a:focus,
	.header__nav .sub-menu .current-menu-item > a {
		background: #edf8ef;
		box-shadow: inset 3px 0 0 #54d74f;
		color: #176c28 !important;
	}
}

@media (max-width: 1199px) {
	.kdmva-shell {
		width: min(100% - 32px, 760px);
	}

	.kdmva-hero,
	.kdmva-single-hero {
		padding: 156px 0 68px;
	}

	.kdmva-hero h1,
	.kdmva-single-hero h1 {
		font-size: clamp(40px, 8vw, 64px);
	}

	.header__nav {
		display: flex !important;
		width: 100%;
		padding: 0 !important;
		border: 0;
		background: transparent;
		box-shadow: none;
		flex-direction: column;
		gap: 8px;
	}

	.header__nav > .menu-item {
		position: relative;
		display: block;
		width: 100%;
		margin: 0 !important;
		padding: 0;
		overflow: hidden;
		border: 1px solid #dbe5ef;
		border-radius: 14px;
		background: #f5f8fc;
		transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
	}

	.header__nav > .menu-item > a {
		display: flex;
		align-items: center;
		width: 100%;
		min-height: 52px;
		padding: 14px 16px !important;
		color: #17365c !important;
		font-size: 15px;
		font-weight: 550;
		letter-spacing: .01em;
		line-height: 1.2;
	}

	.header__nav > .menu-item-has-children > a {
		padding-right: 60px !important;
	}

	.header__nav > .current-menu-item,
	.header__nav > .current-menu-ancestor,
	.header__nav > .menu-item-has-children.is-submenu-open {
		border-color: rgba(84, 215, 79, .34);
		background: #eef8f0;
		box-shadow: inset 3px 0 0 #54d74f;
	}

	.header__nav > .menu-item > a:hover,
	.header__nav > .menu-item > a:focus {
		color: #176c28 !important;
	}

	.kdmva-submenu-toggle {
		position: absolute;
		top: 4px;
		right: 6px;
		display: grid;
		width: 44px;
		height: 44px;
		padding: 0;
		border-radius: 12px;
		color: #17365c;
		place-items: center;
	}

	.kdmva-submenu-toggle:hover,
	.kdmva-submenu-toggle:focus-visible {
		background: rgba(23, 54, 92, .06);
		outline: none;
	}

	.kdmva-submenu-toggle .dashicons {
		width: 19px;
		height: 19px;
		font-size: 19px;
		line-height: 19px;
	}

	.header__nav .sub-menu {
		position: static;
		display: block !important;
		visibility: hidden;
		width: auto;
		max-height: 0;
		min-width: 0;
		margin: 0 8px;
		padding: 0 8px;
		overflow: hidden;
		border: 0;
		border-radius: 12px;
		background: rgba(255, 255, 255, .76);
		box-shadow: none;
		opacity: 0;
		transform: none;
		transition: max-height .24s ease, opacity .18s ease, padding .24s ease, margin .24s ease, visibility .24s ease;
	}

	.header__nav .sub-menu::before {
		display: none;
	}

	.header__nav .menu-item-has-children:hover > .sub-menu,
	.header__nav .menu-item-has-children:focus-within > .sub-menu {
		visibility: hidden;
		max-height: 0;
		opacity: 0;
	}

	.header__nav .menu-item-has-children.is-submenu-open > .sub-menu {
		visibility: visible;
		max-height: 320px;
		margin-bottom: 8px;
		padding: 6px 8px 10px;
		opacity: 1;
	}

	.header__nav .sub-menu li {
		display: block;
		width: 100%;
		margin: 0;
	}

	.header__nav .sub-menu a {
		display: flex;
		align-items: center;
		gap: 12px;
		min-height: 46px;
		padding: 10px 12px;
		border-radius: 10px;
		color: #17365c !important;
		font-size: 14px;
		font-weight: 650;
		line-height: 1.25;
		text-transform: none;
		white-space: normal;
	}

	.header__nav .sub-menu a:hover,
	.header__nav .sub-menu a:focus,
	.header__nav .sub-menu .current-menu-item > a {
		background: #e3f4e5;
		box-shadow: inset 3px 0 0 #54d74f;
		color: #176c28 !important;
	}
}

@media (max-width: 780px) {
	.kdmva-shell {
		width: calc(100% - 28px);
	}

	.kdmva-hero,
	.kdmva-single-hero {
		padding: 132px 0 56px;
	}

	.kdmva-hero h1,
	.kdmva-single-hero h1 {
		font-size: clamp(36px, 11.5vw, 52px);
	}

	.kdmva-hero > .kdmva-shell > p,
	.kdmva-single-hero > .kdmva-shell > p {
		margin-top: 20px;
		font-size: 17px;
	}

	.kdmva-hero__facts {
		gap: 8px;
		margin-top: 28px;
	}

	.kdmva-hero__facts span {
		padding: 8px 12px;
		font-size: 12px;
	}

	.kdmva-library,
	.kdmva-details {
		padding: 56px 0 68px;
	}

	.kdmva-library__head {
		align-items: stretch;
		flex-direction: column;
	}

	.kdmva-search {
		width: 100%;
	}

	.kdmva-filters {
		overflow-x: auto;
		flex-wrap: nowrap;
		margin: 26px -14px 22px;
		padding: 0 14px 6px;
		scrollbar-width: none;
	}

	.kdmva-filters::-webkit-scrollbar {
		display: none;
	}

	.kdmva-filters button {
		flex: 0 0 auto;
	}

	.kdmva-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.kdmva-card {
		border-radius: 18px;
	}

	.kdmva-card__body {
		padding: 22px 21px 24px;
	}

	.kdmva-card h2 {
		font-size: 26px;
	}

	.kdmva-notice {
		grid-template-columns: 1fr;
		gap: 8px;
		padding: 22px;
	}

	.kdmva-back {
		margin-bottom: 26px;
	}

	.kdmva-watch {
		padding: 28px 0 44px;
	}

	.kdmva-player-wrap {
		border-radius: 13px;
	}

	.kdmva-watch__facts {
		grid-template-columns: 1fr;
	}

	.kdmva-watch__facts > div {
		padding: 17px 18px;
	}

	.kdmva-details__grid {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.kdmva-prose,
	.kdmva-details__content > p {
		font-size: 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.kdmva-card,
	.kdmva-card__media img,
	.kdmva-card__link span,
	.kdmva-sidebar__link span,
	.header__nav .sub-menu,
	.kdmva-submenu-toggle span {
		transition: none;
	}
}
