/*

Theme Name: KingTube Child
Theme URI: https://wp-script.com/themes/kingtube/
Description: Redesain KingTube dengan layout video profesional.
Template: kingtube
Version: 2.0.1
Text Domain: kingtube-child
*/

:root {
	--ytc-bg: #0c1019;
	--ytc-surface: #161b25;
	--ytc-surface-soft: #1d2330;
	--ytc-card: #202734;
	--ytc-primary: #4f7cff;
	--ytc-primary-soft: rgba(79, 124, 255, 0.18);
	--ytc-accent: #2dd4bf;
	--ytc-text-strong: #f7f8fa;
	--ytc-text: #c1c6d4;
	--ytc-text-muted: #8c94a9;
	--ytc-border: rgba(255, 255, 255, 0.08);
	--ytc-divider: rgba(133, 140, 155, 0.18);
	--ytc-radius-lg: 20px;
	--ytc-radius-md: 16px;
	--ytc-radius-sm: 12px;
	--ytc-max-width: min(1280px, 93vw);
}

body.kingtube-child {
	font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
	background: var(--ytc-bg);
	color: var(--ytc-text);
	line-height: 1.5;
	font-size: 16px;
	font-size: 1rem;
}

.ytc-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

body.kingtube-child a {
	color: inherit;
	transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

body.kingtube-child #page {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(12, 16, 25, 0.9) 180%);
	min-height: 100vh;
	overflow-x: hidden;
}

.ytc-container {
	width: 100%;
	max-width: var(--ytc-max-width);
	margin: 0 auto;
	padding: 0 1.75rem;
}

header.ytc-header {
	padding: 1.75rem 0 1rem;
	position: sticky;
	top: 0;
	z-index: 200;
	background: linear-gradient(180deg, rgba(12, 16, 25, 0.96) 20%, rgba(12, 16, 25, 0.75) 100%);
	backdrop-filter: blur(22px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.ytc-header__inner {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 1.5rem;
	align-items: center;
}

/* Pastikan grid layout responsive di semua breakpoint */
/* Gunakan spesifisitas tinggi untuk override CSS lain */
/* FIX: Tambahkan untuk semua breakpoint termasuk max-width: 768px */
@media (max-width: 1024px) {
	body.kingtube-child header.ytc-header .ytc-container.ytc-header__inner,
	body.kingtube-child .ytc-header__inner {
		display: grid !important;
		grid-template-columns: 1fr auto !important;
		grid-template-rows: auto auto !important;
		gap: 1.5rem 1rem !important;
		row-gap: 1.5rem !important;
		column-gap: 1rem !important;
	}
	
	body.kingtube-child header.ytc-header .ytc-brand,
	body.kingtube-child .ytc-brand {
		grid-column: 1 !important;
		grid-row: 1 !important;
		margin-right: 0 !important;
		max-width: 100% !important;
		order: unset !important;
	}
	
	body.kingtube-child header.ytc-header .ytc-nav-toggle,
	body.kingtube-child .ytc-nav-toggle {
		grid-column: 2 !important;
		grid-row: 1 !important;
		margin-left: 0 !important;
		align-self: start !important;
		order: unset !important;
	}
	
	body.kingtube-child header.ytc-header .ytc-search,
	body.kingtube-child .ytc-search {
		grid-column: 1 / -1 !important;
		grid-row: 2 !important;
		margin: 0 !important;
		margin-top: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		order: unset !important;
	}
}

.ytc-brand {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.ytc-brand__logo {
	width: 42px;
	height: 42px;
	border-radius: 12px;
	background: var(--ytc-primary);
	display: grid;
	place-items: center;
	color: #fff;
	font-weight: 700;
	font-size: 1.05rem;
	text-decoration: none;
	flex-shrink: 0;
}

.ytc-brand__logo:hover {
	/* No effects */
}

.ytc-brand__logo i {
	font-size: 1.2rem;
	color: inherit;
}

.ytc-brand__logo span {
	letter-spacing: 0.05em;
}

.ytc-brand__logo--image {
	background: transparent;
	width: auto;
	height: auto;
	padding: 0;
	border-radius: 0;
}

.ytc-brand__logo--image:hover {
	/* No effects */
}

.ytc-brand__logo-img {
	width: auto;
	height: 42px;
	max-width: 200px;
	max-height: 42px;
	object-fit: contain;
	display: block;
}

/* Dynamic logo styles from theme options */
body.kingtube-child .ytc-brand__logo--image .ytc-brand__logo-img {
	max-width: var(--logo-max-width, 200px);
	max-height: var(--logo-max-height, 42px);
	margin-top: var(--logo-margin-top, 0);
	margin-left: var(--logo-margin-left, 0);
}

body.kingtube-child .ytc-brand__title {
	font-family: var(--logo-font-family, inherit);
	font-size: var(--logo-font-size, 1.15rem);
}

.ytc-brand__title {
	font-weight: 600;
	font-size: 1.15rem;
	color: var(--ytc-text-strong);
	line-height: 1.2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 250px;
}

.ytc-search {
	position: relative;
	max-width: 520px;
}

.ytc-search input[type="search"] {
	width: 100%;
	padding: 0.85rem 3rem 0.85rem 1rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(22, 27, 37, 0.85);
	color: var(--ytc-text-strong);
}

.ytc-search input[type="search"]::placeholder {
	color: rgba(255, 255, 255, 0.55);
}

.ytc-search__submit {
	position: absolute;
	top: 50%;
	right: 0.75rem;
	transform: translateY(-50%);
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: linear-gradient(135deg, rgba(79, 124, 255, 0.9), rgba(45, 212, 191, 0.75));
	box-shadow: 0 12px 22px rgba(11, 15, 24, 0.45);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease, background 200ms ease;
	cursor: pointer;
	line-height: 1;
	font-size: 1.05rem;
	font-weight: 400;
	font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-indent: 0;
	letter-spacing: 0;
	padding: 0;
}

.ytc-search__submit:hover,
.ytc-search__submit:focus-visible {
	border-color: rgba(79, 124, 255, 0.5);
	box-shadow: 0 18px 28px rgba(20, 30, 50, 0.55);
	transform: translateY(-50%) scale(1.04);
	outline: none;
}



.ytc-nav-toggle {
	display: none;
	width: 42px;
	height: 42px;
	border-radius: 12px;
	border: 1px solid rgba(79, 124, 255, 0.35);
	background: linear-gradient(160deg, rgba(22, 27, 37, 0.92), rgba(19, 25, 36, 0.75));
	box-shadow: 0 14px 26px rgba(5, 9, 18, 0.45);
	color: var(--ytc-text-strong);
	cursor: pointer;
	transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease, background 200ms ease;
	flex-shrink: 0;
	padding: 0;
}

.ytc-nav-toggle:hover,
.ytc-nav-toggle:focus-visible {
	background: linear-gradient(150deg, rgba(79, 124, 255, 0.28), rgba(45, 212, 191, 0.26));
	border-color: rgba(79, 124, 255, 0.65);
	box-shadow: 0 18px 34px rgba(15, 22, 36, 0.55);
	transform: translateY(-1px);
	outline: none;
}

.ytc-nav-toggle[aria-expanded="true"] {
	border-color: rgba(45, 212, 191, 0.7);
	background: linear-gradient(165deg, rgba(79, 124, 255, 0.32), rgba(45, 212, 191, 0.35));
}

.ytc-nav-toggle__icon {
	position: relative;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 20px;
	margin: 0 auto;
}

.ytc-nav-toggle__icon span {
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
	transition: transform 220ms ease, opacity 220ms ease;
}

.ytc-nav-toggle[aria-expanded="true"] .ytc-nav-toggle__icon span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.ytc-nav-toggle[aria-expanded="true"] .ytc-nav-toggle__icon span:nth-child(2) {
	opacity: 0;
}

.ytc-nav-toggle[aria-expanded="true"] .ytc-nav-toggle__icon span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.ytc-nav {
	justify-self: end;
}

.ytc-nav__header,
.ytc-nav__close {
	display: none;
}

.ytc-nav ul {
	list-style: none;
	display: flex;
	gap: 0.75rem;
	margin: 0;
	padding: 0;
}

.ytc-nav a {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.55rem 0.95rem;
	border-radius: 999px;
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--ytc-text);
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid transparent;
}

.ytc-nav .current-menu-item > a,
.ytc-nav a:hover {
	color: #fff;
	border-color: rgba(79, 124, 255, 0.4);
	background: var(--ytc-primary-soft);
}

.ytc-main {
	padding: 1.5rem 0 4rem;
}

.ytc-filter {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0.65rem;
	margin: 0;
	min-width: 0;
}

.ytc-filter--dropdown .ytc-filter__trigger {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.45rem 0.95rem;
	border-radius: 999px;
	border: 1px solid rgba(79, 124, 255, 0.4);
	background: linear-gradient(135deg, rgba(79, 124, 255, 0.22), rgba(45, 212, 191, 0.16));
	color: var(--ytc-text-strong);
	font-weight: 600;
	font-size: 0.95rem;
	line-height: 1;
	box-shadow: none;
	transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease;
	position: relative;
}

.ytc-filter--dropdown .ytc-filter__trigger:hover,
.ytc-filter--dropdown .ytc-filter__trigger:focus-visible {
	color: var(--ytc-text-strong);
	border-color: rgba(79, 124, 255, 0.55);
	background: linear-gradient(135deg, rgba(79, 124, 255, 0.3), rgba(45, 212, 191, 0.22));
	outline: none;
}

.ytc-filter--dropdown .ytc-filter__trigger-label {
	white-space: nowrap;
}

.ytc-filter--dropdown .ytc-filter__trigger i {
	color: var(--ytc-primary);
	font-size: 0.85rem;
	transition: transform 200ms ease, color 200ms ease;
}

.ytc-filter--dropdown.is-open .ytc-filter__trigger {
	color: var(--ytc-text-strong);
	border-color: rgba(79, 124, 255, 0.65);
	background: linear-gradient(135deg, rgba(79, 124, 255, 0.4), rgba(45, 212, 191, 0.28));
}

.ytc-filter--dropdown.is-open .ytc-filter__trigger i {
	transform: rotate(-180deg);
	color: var(--ytc-primary);
}

.ytc-filter__menu {
	position: absolute;
	top: calc(100% + 0.45rem);
	left: 0;
	right: auto;
	min-width: 220px;
	background: linear-gradient(180deg, rgba(24, 30, 45, 0.96) 0%, rgba(14, 18, 28, 0.94) 100%);
	border-radius: 14px;
	border: 1px solid rgba(79, 124, 255, 0.3);
	box-shadow: 0 28px 48px rgba(5, 9, 18, 0.55);
	padding: 0.35rem 0;
	z-index: 60;
}

.ytc-filter--dropdown.is-open .ytc-filter__menu {
	border-color: rgba(79, 124, 255, 0.6);
	box-shadow: 0 32px 56px rgba(36, 61, 130, 0.5);
}

@media (max-width: 1024px) {
	.ytc-filter__menu {
		position: static;
		margin-top: 0.45rem;
		width: 100%;
		transform: none;
		min-width: 0;
		box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
	}

	.ytc-filter--dropdown.is-open .ytc-filter__menu {
		width: 100%;
	}

	.ytc-filter__list {
		padding: 0.2rem 0.25rem;
	}

	.ytc-filter {
		display: block !important;
		width: 100%;
		margin: 0;
	}

	body.kingtube-child .page-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.65rem;
		margin: 0 0 1.3rem;
	}

	body.kingtube-child .page-header .ytc-filter {
		margin-left: 0;
		width: 100%;
	}
}

.ytc-filter__menu[hidden] {
	display: none;
}

.ytc-filter__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ytc-filter__item + .ytc-filter__item {
	border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.ytc-filter__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 0.6rem 0.9rem;
	color: var(--ytc-text);
	font-weight: 600;
	text-decoration: none;
	transition: background-color 160ms ease, color 160ms ease;
}

.ytc-filter__link:hover,
.ytc-filter__link:focus-visible {
	background: rgba(79, 124, 255, 0.18);
	color: var(--ytc-text-strong);
	outline: none;
}

.ytc-filter__link.is-active,
.ytc-filter__link[aria-current="true"] {
	color: var(--ytc-text-strong);
	background: linear-gradient(135deg, rgba(79, 124, 255, 0.25), rgba(45, 212, 191, 0.2));
}

.ytc-filter__label {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	font-weight: 600;
	color: var(--ytc-text-muted);
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.ytc-filter__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	overflow-x: auto;
	scrollbar-width: none;
	justify-content: flex-start;
}

.ytc-filter__chips::-webkit-scrollbar {
	display: none;
}

.ytc-chip {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.5rem 1.05rem;
	border-radius: 999px;
	font-weight: 600;
	font-size: 0.9rem;
	background: rgba(255, 255, 255, 0.06);
	color: var(--ytc-text);
	border: 1px solid transparent;
}

.ytc-chip.active,
.ytc-chip:hover {
	background: linear-gradient(135deg, rgba(79, 124, 255, 0.95), rgba(61, 196, 175, 0.9));
	color: #fff;
	border-color: rgba(255, 255, 255, 0.18);
	box-shadow: 0 14px 28px rgba(79, 124, 255, 0.25);
}

.ytc-section-title {
	font-weight: 600;
	font-size: 1.35rem;
	color: var(--ytc-text-strong);
	margin: 0 0 0.6rem;
}

.ytc-section-head {
	margin-bottom: 1.5rem;
}

.ytc-section-subtitle {
	margin: 0 0 1.6rem;
	color: var(--ytc-text-muted);
	font-size: 0.95rem;
}

.ytc-feed__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
	margin-bottom: 1.5rem;
}

.ytc-feed__header .ytc-section-head {
	margin: 0;
	flex: 0 1 auto;
	min-width: 0;
}

.ytc-feed__header .ytc-section-title {
	margin: 0;
}

.ytc-feed__header .ytc-section-subtitle {
	margin: 0;
}

.ytc-feed__header .ytc-filter {
	margin: 0;
	flex: 0 0 auto;
	justify-content: flex-end;
	margin-left: auto;
}

.ytc-feed__header .ytc-filter__chips {
	justify-content: flex-end;
}

body.kingtube-child .page-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.85rem;
	flex-wrap: wrap;
	margin: 0 0 1.5rem;
}

body.kingtube-child .page-header .page-title {
	margin: 0;
	flex: 1 1 auto;
}

body.kingtube-child .page-header .ytc-filter {
	margin: 0;
	margin-left: auto;
	flex: 0 0 auto;
}

.ytc-list,
body.kingtube-child.archive #primary .site-main,
body.kingtube-child.category #primary .site-main,
body.kingtube-child.tag #primary .site-main,
body.kingtube-child.author #primary .site-main,
body.kingtube-child.search #primary .site-main,
body.kingtube-child[class*="tax-"] #primary .site-main {
	display: grid !important;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)) !important;
	gap: 1.8rem !important;
}

body.kingtube-child.archive #primary {
	margin: 0;
}

body.kingtube-child.archive #primary .site-main,
body.kingtube-child.category #primary .site-main,
body.kingtube-child.tag #primary .site-main,
body.kingtube-child.author #primary .site-main,
body.kingtube-child.search #primary .site-main,
body.kingtube-child[class*="tax-"] #primary .site-main {
	padding: 0;
}

body.kingtube-child.archive #primary .site-main > article,
body.kingtube-child.category #primary .site-main > article,
body.kingtube-child.tag #primary .site-main > article,
body.kingtube-child.author #primary .site-main > article,
body.kingtube-child.search #primary .site-main > article,
body.kingtube-child[class*="tax-"] #primary .site-main > article {
	margin: 0;
}

.ytc-card {
	background: var(--ytc-card);
	border-radius: var(--ytc-radius-lg);
	border: 1px solid rgba(255, 255, 255, 0.05);
	box-shadow: 0 18px 40px rgba(7, 11, 18, 0.45);
	display: flex;
	flex-direction: column;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.ytc-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 28px 60px rgba(7, 11, 18, 0.55);
}

.ytc-card__media {
	position: relative;
	display: block;
	border-radius: var(--ytc-radius-lg) var(--ytc-radius-lg) 0 0;
	overflow: hidden;
}

.ytc-card__media::before {
	content: '';
	display: block;
	padding-top: 56.25%;
}

.ytc-card__thumb {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ytc-card__thumb--no-image {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 200ms ease, border-color 200ms ease;
}

.ytc-card__thumb--no-image:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.12);
}

.ytc-card__thumb--no-image span {
	color: var(--ytc-text-muted);
	font-size: 0.9rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	text-align: center;
}

.ytc-card__thumb--no-image span i {
	font-size: 1.2rem;
	opacity: 0.6;
}

.ytc-card__badge {
	position: absolute;
	bottom: 8px;
	right: 10px;
	padding: 0.35rem 0.6rem;
	border-radius: 10px;
	background: rgba(12, 16, 25, 0.82);
	color: #fff;
	font-weight: 600;
	font-size: 0.75rem;
}

.ytc-card__body {
	padding: 1rem 1.2rem 1.15rem;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.ytc-card__title {
	font-size: 1.05rem;
	font-weight: 600;
	color: var(--ytc-text-strong);
	margin: 0;
	line-height: 1.35;
}

.ytc-card__title a {
	color: inherit;
	text-decoration: none;
	display: inline-block;
}

.ytc-card__title a:hover,
.ytc-card__title a:focus-visible {
	color: var(--ytc-primary);
	outline: none;
}

.ytc-card__views {
	position: absolute;
	bottom: 8px;
	left: 10px;
	padding: 0.35rem 0.6rem;
	border-radius: 10px;
	background: rgba(12, 16, 25, 0.82);
	color: #fff;
	font-weight: 600;
	font-size: 0.75rem;
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	box-shadow: 0 12px 24px rgba(5, 9, 18, 0.45);
}

.ytc-card__views i {
	color: var(--ytc-text-muted);
	font-size: 0.78rem;
}

.ytc-card__views .fa-eye,
.fa-eye {
	color: var(--ytc-text-muted) !important;
}

.ytc-empty {
	text-align: center;
	padding: 3rem 0;
	color: var(--ytc-text-muted);
}

.ytc-empty-state {
	padding: 4rem 0;
	text-align: center;
}

.ytc-empty-state__content {
	max-width: 600px;
	margin: 0 auto 3rem;
}

.ytc-empty-state__icon {
	width: 80px;
	height: 80px;
	margin: 0 auto 1.5rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--ytc-text-muted);
	font-size: 2rem;
}

.ytc-empty-state__title {
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--ytc-text-strong);
	margin: 0 0 0.75rem;
}

.ytc-empty-state__text {
	font-size: 1rem;
	color: var(--ytc-text-muted);
	line-height: 1.6;
	margin: 0 0 2rem;
}

.ytc-empty-state__search {
	max-width: 400px;
	margin: 0 auto;
}

.ytc-empty-state__search form {
	display: flex;
	gap: 0.5rem;
}

.ytc-empty-state__search input[type="search"] {
	flex: 1;
	padding: 0.85rem 1.1rem;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	color: var(--ytc-text);
	font-size: 0.95rem;
	transition: background 200ms ease, border-color 200ms ease;
}

.ytc-empty-state__search input[type="search"]:focus {
	outline: none;
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(79, 124, 255, 0.4);
}

.ytc-empty-state__search input[type="submit"] {
	padding: 0.85rem 1.5rem;
	background: var(--ytc-primary);
	border: none;
	border-radius: 12px;
	color: #fff;
	font-weight: 600;
	font-size: 0.95rem;
	cursor: pointer;
	transition: transform 200ms ease, box-shadow 200ms ease;
}

.ytc-empty-state__search input[type="submit"]:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(79, 124, 255, 0.35);
}

.ytc-empty-state__suggestions {
	margin-top: 4rem;
	padding-top: 3rem;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ytc-empty-state__suggestions-title {
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--ytc-text-strong);
	margin: 0 0 1.5rem;
	text-align: left;
}

/* ====== BREADCRUMBS ====== */
body.kingtube-child #page {
	position: relative;
	overflow-x: hidden;
}

.breadcrumbs-area {
	background: rgba(30, 35, 45, 0.95);
	height: 35px;
	line-height: 32px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	position: relative;
	width: 100vw;
	max-width: 100vw;
	left: 50vw;
	transform: translateX(-50%);
}

.breadcrumbs-area .row {
	max-width: var(--ytc-max-width);
	margin: 0 auto;
	padding: 0 1.75rem;
	width: 100%;
	box-sizing: border-box;
}

#breadcrumbs {
	list-style: none;
	overflow: hidden;
	font-size: 0.8em !important;
	text-align: left;
	margin: 0;
	padding: 0 1.25em;
}

#breadcrumbs li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.4em;
}

#breadcrumbs li a {
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
	transition: color 200ms ease;
}

#breadcrumbs li a:hover {
	color: var(--ytc-primary);
}

#breadcrumbs li.separator {
	margin-left: 0.3em;
	color: rgba(255, 255, 255, 0.3);
}

#breadcrumbs li.item-current {
	color: rgba(255, 255, 255, 0.9);
}

#breadcrumbs li.item-current .bread-current {
	font-weight: 400;
	color: rgba(255, 255, 255, 0.9);
}

#breadcrumbs li.item-home .bread-link:hover {
	color: var(--ytc-primary);
}

#breadcrumbs li.item-cat a,
#breadcrumbs li.item-parent a {
	color: var(--ytc-text);
	font-weight: 500;
}

#breadcrumbs li.item-cat a:hover,
#breadcrumbs li.item-parent a:hover {
	color: var(--ytc-primary);
}

/* ====== PAGES STYLING ====== */
body.kingtube-child.page #primary {
	margin: 2.5rem auto;
	max-width: 900px;
	padding: 0 1.75rem;
}

body.kingtube-child.page .site-main {
	background: var(--ytc-card);
	border-radius: var(--ytc-radius-lg);
	border: 1px solid rgba(255, 255, 255, 0.05);
	padding: 2.5rem;
	box-shadow: 0 18px 40px rgba(7, 11, 18, 0.45);
}

body.kingtube-child.page .entry-header {
	margin: 0 0 2rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid var(--ytc-border);
}

body.kingtube-child.page .entry-header h1 {
	font-size: 2rem;
	font-weight: 700;
	color: var(--ytc-text-strong);
	line-height: 1.3;
	margin: 0;
}

body.kingtube-child.page .entry-content {
	color: var(--ytc-text);
	line-height: 1.8;
	font-size: 1.05rem;
}

body.kingtube-child.page .entry-content p {
	margin: 0 0 1.5rem;
}

body.kingtube-child.page .entry-content h2 {
	font-size: 1.75rem;
	font-weight: 700;
	color: var(--ytc-text-strong);
	margin: 2.5rem 0 1.25rem;
	line-height: 1.3;
}

body.kingtube-child.page .entry-content h3 {
	font-size: 1.5rem;
	font-weight: 600;
	color: var(--ytc-text-strong);
	margin: 2rem 0 1rem;
	line-height: 1.3;
}

body.kingtube-child.page .entry-content h4 {
	font-size: 1.25rem;
	font-weight: 600;
	color: var(--ytc-text-strong);
	margin: 1.75rem 0 0.875rem;
	line-height: 1.3;
}

body.kingtube-child.page .entry-content ul,
body.kingtube-child.page .entry-content ol {
	margin: 0 0 1.5rem 1.5rem;
	padding: 0;
}

body.kingtube-child.page .entry-content ul li,
body.kingtube-child.page .entry-content ol li {
	margin: 0.5rem 0;
	color: var(--ytc-text);
}

body.kingtube-child.page .entry-content a {
	color: var(--ytc-primary);
	text-decoration: none;
	transition: color 180ms ease;
}

body.kingtube-child.page .entry-content a:hover {
	color: var(--ytc-primary);
	text-decoration: underline;
}

body.kingtube-child.page .entry-content img {
	max-width: 100%;
	height: auto;
	border-radius: var(--ytc-radius-md);
	margin: 1.5rem 0;
}

body.kingtube-child.page .entry-content blockquote {
	border-left: 4px solid var(--ytc-primary);
	padding: 1rem 1.5rem;
	margin: 1.5rem 0;
	background: var(--ytc-surface-soft);
	border-radius: 0 var(--ytc-radius-sm) var(--ytc-radius-sm) 0;
	font-style: italic;
	color: var(--ytc-text-muted);
}

body.kingtube-child.page .entry-content code {
	background: var(--ytc-surface-soft);
	padding: 0.2rem 0.5rem;
	border-radius: 4px;
	font-family: 'Courier New', monospace;
	font-size: 0.9em;
	color: var(--ytc-primary);
}

body.kingtube-child.page .entry-content pre {
	background: var(--ytc-surface-soft);
	padding: 1.25rem;
	border-radius: var(--ytc-radius-sm);
	overflow-x: auto;
	margin: 1.5rem 0;
}

body.kingtube-child.page .entry-content pre code {
	background: transparent;
	padding: 0;
	color: var(--ytc-text);
}

body.kingtube-child.page .entry-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 1.5rem 0;
}

body.kingtube-child.page .entry-content table th,
body.kingtube-child.page .entry-content table td {
	padding: 0.75rem 1rem;
	border: 1px solid var(--ytc-border);
	text-align: left;
}

body.kingtube-child.page .entry-content table th {
	background: var(--ytc-surface-soft);
	font-weight: 600;
	color: var(--ytc-text-strong);
}

body.kingtube-child.page .entry-content table td {
	color: var(--ytc-text);
}

body.kingtube-child.page .page-links {
	margin: 2rem 0;
	padding-top: 1.5rem;
	border-top: 1px solid var(--ytc-border);
}

body.kingtube-child.page .page-links a {
	color: var(--ytc-primary);
	text-decoration: none;
	padding: 0.5rem 0.75rem;
	margin: 0 0.25rem;
	border-radius: var(--ytc-radius-sm);
	background: var(--ytc-surface-soft);
	transition: all 180ms ease;
}

body.kingtube-child.page .page-links a:hover {
	background: var(--ytc-primary);
	color: #fff;
}

body.kingtube-child.page .entry-footer {
	margin-top: 2.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid var(--ytc-border);
}

body.kingtube-child.page .entry-footer .edit-link a {
	color: var(--ytc-text-muted);
	font-size: 0.9rem;
	text-decoration: none;
	transition: color 180ms ease;
}

body.kingtube-child.page .entry-footer .edit-link a:hover {
	color: var(--ytc-primary);
}

@media (max-width: 768px) {
	body.kingtube-child.page #primary {
		margin: 1.5rem auto;
		padding: 0 1rem;
	}

	body.kingtube-child.page .site-main {
		padding: 1.75rem;
		border-radius: var(--ytc-radius-md);
	}

	body.kingtube-child.page .entry-header {
		margin: 0 0 1.5rem;
		padding-bottom: 1rem;
	}

	body.kingtube-child.page .entry-header h1 {
		font-size: 1.75rem;
	}

	body.kingtube-child.page .entry-content {
		font-size: 1rem;
	}

	body.kingtube-child.page .entry-content h2 {
		font-size: 1.5rem;
		margin: 2rem 0 1rem;
	}

	body.kingtube-child.page .entry-content h3 {
		font-size: 1.25rem;
		margin: 1.5rem 0 0.875rem;
	}

	body.kingtube-child.page .entry-content h4 {
		font-size: 1.1rem;
		margin: 1.25rem 0 0.75rem;
	}
}

@media (max-width: 480px) {
	body.kingtube-child.page #primary {
		margin: 1rem auto;
		padding: 0 0.75rem;
	}

	body.kingtube-child.page .site-main {
		padding: 1.25rem;
	}

	body.kingtube-child.page .entry-header h1 {
		font-size: 1.5rem;
	}

	body.kingtube-child.page .entry-content {
		font-size: 0.95rem;
	}
}

/* ====== TAGS PAGE TEMPLATE ====== */
body.kingtube-child.page-template-template-tags #primary {
	margin: 2.5rem auto;
	max-width: 900px;
	padding: 0 1.75rem;
}

body.kingtube-child.page-template-template-tags .site-main {
	background: var(--ytc-card);
	border-radius: var(--ytc-radius-lg);
	border: 1px solid rgba(255, 255, 255, 0.05);
	padding: 2.5rem;
	box-shadow: 0 18px 40px rgba(7, 11, 18, 0.45);
}

body.kingtube-child.page-template-template-tags .entry-header {
	margin: 0 0 2rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid var(--ytc-border);
}

body.kingtube-child.page-template-template-tags .entry-header h1 {
	font-size: 2rem;
	font-weight: 700;
	color: var(--ytc-text-strong);
	line-height: 1.3;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

body.kingtube-child.page-template-template-tags .entry-header h1 i {
	color: var(--ytc-primary);
	font-size: 1.75rem;
}

body.kingtube-child.page-template-template-tags .entry-content {
	color: var(--ytc-text);
	line-height: 1.8;
	font-size: 1.05rem;
	margin-bottom: 2rem;
}

body.kingtube-child.page-template-template-tags .entry-content p {
	margin: 0 0 1.5rem;
}

body.kingtube-child.page-template-template-tags .ytc-tag-cloud {
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 1px solid var(--ytc-border);
}

body.kingtube-child.page-template-template-tags .ytc-tag-cloud a,
body.kingtube-child.page-template-template-tags .ytc-tag-cloud a.tag-cloud-link,
body.kingtube-child.page-template-template-tags a.tag-cloud-link,
body.kingtube-child.page-template-template-tags main a.tag-cloud-link {
	display: inline-block !important;
	padding: 0.65rem 1.25rem !important;
	margin: 0.5rem 0.5rem 0.5rem 0 !important;
	background: var(--ytc-surface-soft) !important;
	border: 1px solid var(--ytc-border) !important;
	border-radius: var(--ytc-radius-sm) !important;
	color: var(--ytc-text) !important;
	text-decoration: none !important;
	font-weight: 500 !important;
	transition: all 180ms ease !important;
	line-height: 1.4 !important;
}

body.kingtube-child.page-template-template-tags .ytc-tag-cloud a:hover,
body.kingtube-child.page-template-template-tags .ytc-tag-cloud a.tag-cloud-link:hover,
body.kingtube-child.page-template-template-tags a.tag-cloud-link:hover,
body.kingtube-child.page-template-template-tags main a.tag-cloud-link:hover,
body.kingtube-child.page-template-template-tags .ytc-tag-cloud a.tag-cloud-link:hover,
body.kingtube-child.page-template-template-tags main a.tag-cloud-link:hover {
	background: var(--ytc-primary) !important;
	background-color: var(--ytc-primary) !important;
	border-color: var(--ytc-primary) !important;
	border: 1px solid var(--ytc-primary) !important;
	color: #fff !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 4px 16px rgba(45, 212, 191, 0.4) !important;
	transition: all 180ms ease !important;
}

@media (max-width: 768px) {
	body.kingtube-child.page-template-template-tags #primary {
		margin: 1.5rem auto;
		padding: 0 1rem;
	}

	body.kingtube-child.page-template-template-tags .site-main {
		padding: 1.75rem;
		border-radius: var(--ytc-radius-md);
	}

	body.kingtube-child.page-template-template-tags .entry-header {
		margin: 0 0 1.5rem;
		padding-bottom: 1rem;
	}

	body.kingtube-child.page-template-template-tags .entry-header h1 {
		font-size: 1.75rem;
	}

	body.kingtube-child.page-template-template-tags .entry-header h1 i {
		font-size: 1.5rem;
	}

	body.kingtube-child.page-template-template-tags .entry-content {
		font-size: 1rem;
	}

	body.kingtube-child.page-template-template-tags .ytc-tag-cloud {
		margin-top: 1.5rem;
		padding-top: 1.5rem;
	}

	body.kingtube-child.page-template-template-tags .ytc-tag-cloud a,
	body.kingtube-child.page-template-template-tags .ytc-tag-cloud a.tag-cloud-link,
	body.kingtube-child.page-template-template-tags a.tag-cloud-link {
		padding: 0.55rem 1rem !important;
		margin: 0.4rem 0.4rem 0.4rem 0 !important;
		font-size: 0.9rem !important;
	}
}

@media (max-width: 480px) {
	body.kingtube-child.page-template-template-tags #primary {
		margin: 1rem auto;
		padding: 0 0.75rem;
	}

	body.kingtube-child.page-template-template-tags .site-main {
		padding: 1.25rem;
	}

	body.kingtube-child.page-template-template-tags .entry-header h1 {
		font-size: 1.5rem;
	}

	body.kingtube-child.page-template-template-tags .entry-header h1 i {
		font-size: 1.25rem;
	}

	body.kingtube-child.page-template-template-tags .entry-content {
		font-size: 0.95rem;
	}

	body.kingtube-child.page-template-template-tags .ytc-tag-cloud a,
	body.kingtube-child.page-template-template-tags .ytc-tag-cloud a.tag-cloud-link,
	body.kingtube-child.page-template-template-tags a.tag-cloud-link {
		padding: 0.5rem 0.875rem !important;
		margin: 0.35rem 0.35rem 0.35rem 0 !important;
		font-size: 0.85rem !important;
	}
}

/* ====== BLOG STYLING ====== */
body.kingtube-child .ytc-list--blog {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
	margin-top: 2rem;
}

body.kingtube-child .ytc-card--blog {
	display: flex;
	flex-direction: row;
	gap: 1.5rem;
	background: var(--ytc-card);
	border-radius: var(--ytc-radius-md);
	border: 1px solid rgba(255, 255, 255, 0.05);
	padding: 1.5rem;
	transition: all 180ms ease;
}

body.kingtube-child .ytc-card--blog:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(7, 11, 18, 0.4);
	border-color: var(--ytc-border);
}

body.kingtube-child .ytc-card--blog .ytc-card__media {
	flex: 0 0 280px;
	overflow: hidden;
	border-radius: var(--ytc-radius-sm);
}

body.kingtube-child .ytc-card--blog .ytc-card__thumb {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

body.kingtube-child .ytc-card--blog .ytc-card__body {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

body.kingtube-child .ytc-card--blog .ytc-card__title {
	font-size: 1.5rem;
	font-weight: 600;
	margin: 0;
	line-height: 1.3;
}

body.kingtube-child .ytc-card--blog .ytc-card__title a {
	color: var(--ytc-text-strong);
	text-decoration: none;
	transition: color 180ms ease;
}

body.kingtube-child .ytc-card--blog .ytc-card__title a:hover {
	color: var(--ytc-primary);
}

body.kingtube-child .ytc-card--blog .ytc-card__excerpt {
	color: var(--ytc-text);
	line-height: 1.7;
	font-size: 1rem;
}

body.kingtube-child .ytc-card--blog .ytc-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: auto;
	padding-top: 1rem;
	border-top: 1px solid var(--ytc-border);
	font-size: 0.875rem;
	color: var(--ytc-text-muted);
}

body.kingtube-child .ytc-card--blog .ytc-card__meta i {
	margin-right: 0.5rem;
	color: var(--ytc-primary);
}

body.kingtube-child .ytc-card--blog .ytc-card__categories a {
	color: var(--ytc-text-muted);
	text-decoration: none;
	transition: color 180ms ease;
}

body.kingtube-child .ytc-card--blog .ytc-card__categories a:hover {
	color: var(--ytc-primary);
}

/* Blog Article (Single) */
body.kingtube-child .ytc-article {
	background: var(--ytc-card);
	border-radius: var(--ytc-radius-lg);
	border: 1px solid rgba(255, 255, 255, 0.05);
	padding: 2.5rem;
	box-shadow: 0 18px 40px rgba(7, 11, 18, 0.45);
}

body.kingtube-child .ytc-article__thumbnail {
	margin: -2.5rem -2.5rem 2rem;
	border-radius: var(--ytc-radius-lg) var(--ytc-radius-lg) 0 0;
	overflow: hidden;
}

body.kingtube-child .ytc-article__thumb-img {
	width: 100%;
	height: auto;
	display: block;
}

body.kingtube-child .ytc-article__header {
	margin-bottom: 2rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid var(--ytc-border);
}

body.kingtube-child .ytc-article__title {
	font-size: 2.25rem;
	font-weight: 700;
	color: var(--ytc-text-strong);
	line-height: 1.3;
	margin: 0 0 1rem;
}

body.kingtube-child .ytc-article__title a {
	color: var(--ytc-text-strong);
	text-decoration: none;
	transition: color 180ms ease;
}

body.kingtube-child .ytc-article__title a:hover {
	color: var(--ytc-primary);
}

body.kingtube-child .ytc-article__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	font-size: 0.9rem;
	color: var(--ytc-text-muted);
}

body.kingtube-child .ytc-article__meta i {
	margin-right: 0.5rem;
	color: var(--ytc-primary);
}

body.kingtube-child .ytc-article__categories a {
	color: var(--ytc-text-muted);
	text-decoration: none;
	transition: color 180ms ease;
}

body.kingtube-child .ytc-article__categories a:hover {
	color: var(--ytc-primary);
}

body.kingtube-child .ytc-article__content {
	color: var(--ytc-text);
	line-height: 1.8;
	font-size: 1.05rem;
}

body.kingtube-child .ytc-article__content p {
	margin: 0 0 1.5rem;
}

body.kingtube-child .ytc-article__content h2,
body.kingtube-child .ytc-article__content h3,
body.kingtube-child .ytc-article__content h4 {
	color: var(--ytc-text-strong);
	margin: 2rem 0 1rem;
	font-weight: 600;
}

body.kingtube-child .ytc-article__content a {
	color: var(--ytc-primary);
	text-decoration: none;
	transition: color 180ms ease;
}

body.kingtube-child .ytc-article__content a:hover {
	color: var(--ytc-primary);
	text-decoration: underline;
}

body.kingtube-child .ytc-article__pagination {
	margin-top: 2rem;
	padding-top: 1.5rem;
	border-top: 1px solid var(--ytc-border);
}

body.kingtube-child .ytc-article__pagination-label {
	font-weight: 600;
	color: var(--ytc-text-strong);
	margin-right: 0.75rem;
}

body.kingtube-child .ytc-article__pagination a {
	color: var(--ytc-primary);
	text-decoration: none;
	padding: 0.5rem 0.75rem;
	border-radius: var(--ytc-radius-sm);
	background: var(--ytc-surface-soft);
	transition: all 180ms ease;
	margin-right: 0.5rem;
}

body.kingtube-child .ytc-article__pagination a:hover {
	background: var(--ytc-primary);
	color: #fff;
}

/* ====== PHOTOS STYLING ====== */
body.kingtube-child .ytc-list--photos {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 1.5rem;
	margin-top: 2rem;
}

body.kingtube-child .ytc-card--photo {
	background: var(--ytc-card);
	border-radius: var(--ytc-radius-md);
	border: 1px solid rgba(255, 255, 255, 0.05);
	overflow: hidden;
	transition: all 180ms ease;
}

body.kingtube-child .ytc-card--photo:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 32px rgba(7, 11, 18, 0.5);
	border-color: var(--ytc-primary);
}

body.kingtube-child .ytc-card--photo .ytc-card__thumb-container {
	position: relative;
	width: 100%;
	padding-top: 100%;
	overflow: hidden;
	background: var(--ytc-surface-soft);
}

body.kingtube-child .ytc-card--photo .ytc-card__thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 300ms ease;
}

body.kingtube-child .ytc-card--photo:hover .ytc-card__thumb {
	transform: scale(1.05);
}

body.kingtube-child .ytc-card--photo .ytc-card__badge--photos {
	position: absolute;
	bottom: 0.75rem;
	right: 0.75rem;
	background: rgba(12, 16, 25, 0.85);
	backdrop-filter: blur(8px);
	color: #fff;
	padding: 0.5rem 0.875rem;
	border-radius: var(--ytc-radius-sm);
	font-size: 0.875rem;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

body.kingtube-child .ytc-card--photo .ytc-card__badge--photos i {
	color: var(--ytc-primary);
}

body.kingtube-child .ytc-card--photo .ytc-card__body {
	padding: 1rem;
}

body.kingtube-child .ytc-card--photo .ytc-card__title {
	font-size: 1rem;
	font-weight: 500;
	margin: 0;
	line-height: 1.4;
}

body.kingtube-child .ytc-card--photo .ytc-card__title a {
	color: var(--ytc-text-strong);
	text-decoration: none;
	transition: color 180ms ease;
}

body.kingtube-child .ytc-card--photo .ytc-card__title a:hover {
	color: var(--ytc-primary);
}

/* Photos Article (Single) */
body.kingtube-child .ytc-article--photos {
	padding: 0;
	overflow: hidden;
}

body.kingtube-child .ytc-article--photos .ytc-article__header {
	padding: 2.5rem 2.5rem 1.5rem;
	margin: 0;
}

body.kingtube-child .ytc-article--photos .ytc-article__content--photos {
	padding: 0 2.5rem 2.5rem;
}

body.kingtube-child .ytc-photos-loading {
	text-align: center;
	padding: 2rem;
	color: var(--ytc-text-muted);
	font-size: 0.9rem;
}

body.kingtube-child .ytc-photos-navigation {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 1px solid var(--ytc-border);
	gap: 1rem;
}

body.kingtube-child .ytc-photos-nav {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.75rem 1.25rem;
	background: var(--ytc-surface-soft);
	border: 1px solid var(--ytc-border);
	border-radius: var(--ytc-radius-sm);
	color: var(--ytc-text);
	text-decoration: none;
	font-weight: 500;
	transition: all 180ms ease;
}

body.kingtube-child .ytc-photos-nav:hover {
	background: var(--ytc-primary);
	border-color: var(--ytc-primary);
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(79, 124, 255, 0.3);
}

body.kingtube-child .ytc-photos-nav i {
	font-size: 1.125rem;
}

body.kingtube-child .ytc-related-photos {
	margin-top: 3rem;
	padding-top: 3rem;
	border-top: 1px solid var(--ytc-border);
}

body.kingtube-child .ytc-related-photos .ytc-section-title {
	margin-bottom: 2rem;
}

/* Responsive Blog & Photos */
@media (max-width: 768px) {
	body.kingtube-child .ytc-card--blog {
		flex-direction: column;
		padding: 1.25rem;
	}

	body.kingtube-child .ytc-card--blog .ytc-card__media {
		flex: 0 0 auto;
		width: 100%;
	}

	body.kingtube-child .ytc-card--blog .ytc-card__title {
		font-size: 1.25rem;
	}

	body.kingtube-child .ytc-article {
		padding: 1.75rem;
	}

	body.kingtube-child .ytc-article__thumbnail {
		margin: -1.75rem -1.75rem 1.5rem;
	}

	body.kingtube-child .ytc-article__title {
		font-size: 1.75rem;
	}

	body.kingtube-child .ytc-list--photos {
		grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
		gap: 1rem;
	}

	body.kingtube-child .ytc-article--photos .ytc-article__header,
	body.kingtube-child .ytc-article--photos .ytc-article__content--photos {
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}

	body.kingtube-child .ytc-photos-navigation {
		flex-direction: column;
	}

	body.kingtube-child .ytc-photos-nav {
		width: 100%;
		justify-content: center;
	}
}

@media (max-width: 480px) {
	body.kingtube-child .ytc-card--blog {
		padding: 1rem;
	}

	body.kingtube-child .ytc-card--blog .ytc-card__title {
		font-size: 1.125rem;
	}

	body.kingtube-child .ytc-article {
		padding: 1.25rem;
	}

	body.kingtube-child .ytc-article__thumbnail {
		margin: -1.25rem -1.25rem 1.25rem;
	}

	body.kingtube-child .ytc-article__title {
		font-size: 1.5rem;
	}

	body.kingtube-child .ytc-list--photos {
		grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
		gap: 0.75rem;
	}

	body.kingtube-child .ytc-article--photos .ytc-article__header,
	body.kingtube-child .ytc-article--photos .ytc-article__content--photos {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
}

/* ====== 404 ERROR PAGE ====== */
.ytc-error-404 {
	padding: 5rem 0;
	text-align: center;
}

.ytc-error-404__content {
	max-width: 700px;
	margin: 0 auto 4rem;
}

.ytc-error-404__icon {
	position: relative;
	width: 180px;
	height: 180px;
	margin: 0 auto 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ytc-error-404__number {
	font-size: 8rem;
	font-weight: 900;
	line-height: 1;
	color: rgba(79, 124, 255, 0.15);
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 0;
	letter-spacing: -0.05em;
}

.ytc-error-404__icon i {
	font-size: 4rem;
	color: var(--ytc-primary);
	position: relative;
	z-index: 1;
	opacity: 0.9;
}

.ytc-error-404__title {
	font-size: 2rem;
	font-weight: 700;
	color: var(--ytc-text-strong);
	margin: 0 0 1rem;
	line-height: 1.3;
}

.ytc-error-404__text {
	font-size: 1.05rem;
	color: var(--ytc-text-muted);
	line-height: 1.7;
	margin: 0 0 2.5rem;
}

.ytc-error-404__actions {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.5rem;
}

.ytc-error-404__button {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	padding: 1rem 2rem;
	border-radius: 14px;
	font-weight: 600;
	font-size: 1rem;
	text-decoration: none;
	transition: transform 200ms ease, box-shadow 200ms ease;
}

.ytc-error-404__button--primary {
	background: var(--ytc-primary);
	color: #fff;
	box-shadow: 0 8px 24px rgba(79, 124, 255, 0.35), 0 4px 12px rgba(45, 212, 191, 0.25);
}

.ytc-error-404__button--primary:hover {
	transform: translateY(-3px) scale(1.02);
	box-shadow: 0 12px 32px rgba(79, 124, 255, 0.45), 0 6px 16px rgba(45, 212, 191, 0.3);
}

.ytc-error-404__button i {
	font-size: 1.1rem;
}

.ytc-error-404__search {
	max-width: 500px;
	width: 100%;
}

.ytc-error-404__search form {
	display: flex;
	gap: 0.75rem;
}

.ytc-error-404__search input[type="search"] {
	flex: 1;
	padding: 1rem 1.25rem;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 14px;
	color: var(--ytc-text);
	font-size: 1rem;
	transition: background 200ms ease, border-color 200ms ease;
}

.ytc-error-404__search input[type="search"]:focus {
	outline: none;
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(79, 124, 255, 0.4);
	box-shadow: 0 0 0 3px rgba(79, 124, 255, 0.1);
}

.ytc-error-404__search input[type="submit"] {
	padding: 1rem 2rem;
	background: linear-gradient(135deg, rgba(79, 124, 255, 0.9), rgba(45, 212, 191, 0.85));
	border: none;
	border-radius: 14px;
	color: #fff;
	font-weight: 600;
	font-size: 1rem;
	cursor: pointer;
	transition: transform 200ms ease, box-shadow 200ms ease;
	white-space: nowrap;
}

.ytc-error-404__search input[type="submit"]:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(79, 124, 255, 0.4);
}

.ytc-error-404__suggestions {
	margin-top: 5rem;
	padding-top: 4rem;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ytc-error-404__suggestions-title {
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--ytc-text-strong);
	margin: 0 0 2rem;
	text-align: left;
}

/* ====== SINGLE POST VIDEO ELEMENTS ====== */
/* Download Button */
body.kingtube-child .button#tracking-url {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	padding: 1rem 1.75rem;
	border-radius: 12px;
	font-weight: 600;
	font-size: 1rem;
	text-decoration: none;
	background: var(--ytc-primary);
	color: #fff;
	border: none;
	box-shadow: 0 8px 24px rgba(79, 124, 255, 0.35), 0 4px 12px rgba(45, 212, 191, 0.25);
	transition: transform 200ms ease, box-shadow 200ms ease;
	margin: 1.5rem 0;
	width: 100%;
	justify-content: center;
}

body.kingtube-child .button#tracking-url:hover {
	transform: translateY(-3px) scale(1.02);
	box-shadow: 0 12px 32px rgba(79, 124, 255, 0.45), 0 6px 16px rgba(45, 212, 191, 0.3);
	color: #fff;
}

body.kingtube-child .button#tracking-url i {
	font-size: 1.1rem;
}

/* Video Info Section */
body.kingtube-child .video-infos {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	margin: 1.5rem 0;
	padding: 1.25rem 0;
	border-top: 1px solid var(--ytc-border);
	border-bottom: 1px solid var(--ytc-border);
	flex-wrap: wrap;
}

body.kingtube-child .video-infos-left {
	display: flex;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
}

body.kingtube-child .video-infos-right {
	display: flex;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
	color: var(--ytc-text-strong);
}

/* Video Views */
body.kingtube-child .video-views {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	font-size: 0.95rem;
	color: var(--ytc-text);
	font-weight: 500;
}

body.kingtube-child .video-views span {
	color: var(--ytc-text-strong);
	font-weight: 600;
}

/* Likes */
body.kingtube-child .likes {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	font-size: 0.95rem;
	color: var(--ytc-text);
	font-weight: 500;
}

body.kingtube-child .likes .likes_count {
	color: var(--ytc-text-strong);
	font-weight: 600;
}

/* Separator */
body.kingtube-child .video-infos .separator {
	color: var(--ytc-text-muted);
	opacity: 0.4;
	font-size: 0.9rem;
	margin: 0;
}

/* Like Button */
body.kingtube-child #rating {
	margin: 0;
}

body.kingtube-child #rating .button {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.7rem 1.25rem;
	border-radius: 10px;
	font-weight: 600;
	font-size: 0.95rem;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.08);
	color: var(--ytc-text-strong);
	border: 1px solid rgba(255, 255, 255, 0.1);
	transition: all 200ms ease;
}

body.kingtube-child #rating .button:hover {
	background: rgba(79, 124, 255, 0.2);
	border-color: rgba(79, 124, 255, 0.4);
	color: var(--ytc-primary);
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(79, 124, 255, 0.25);
}

body.kingtube-child #rating .button .like {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
}

body.kingtube-child #rating .button .like i {
	font-size: 1rem;
	color: inherit;
}

body.kingtube-child #rating .button.disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

body.kingtube-child #rating .button.disabled:hover {
	transform: none;
	box-shadow: none;
}

/* Video Share */
body.kingtube-child .video-share {
	position: relative;
	margin: 0;
}

body.kingtube-child .video-share .button {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.7rem 1.25rem;
	border-radius: 10px;
	font-weight: 600;
	font-size: 0.95rem;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.08);
	color: var(--ytc-text-strong);
	border: 1px solid rgba(255, 255, 255, 0.1);
	transition: all 200ms ease;
	cursor: pointer;
}

body.kingtube-child .video-share .button:hover {
	background: rgba(79, 124, 255, 0.2);
	border-color: rgba(79, 124, 255, 0.4);
	color: var(--ytc-primary);
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(79, 124, 255, 0.25);
}

body.kingtube-child .video-share .button i {
	font-size: 1rem;
	color: inherit;
}

/* Sharing Buttons Dropdown */
body.kingtube-child .sharing-buttons {
	display: none;
	background: rgba(30, 35, 45, 0.98);
	backdrop-filter: blur(16px);
	border: 1px solid var(--ytc-border);
	border-radius: 12px;
	position: absolute;
	z-index: 99999;
	top: calc(100% + 0.75rem);
	right: 0;
	padding: 0.85rem;
	width: auto;
	min-width: 200px;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4), 0 4px 16px rgba(0, 0, 0, 0.2);
}

body.kingtube-child .video-share:hover .sharing-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: center;
}

body.kingtube-child .sharing-buttons a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 10px;
	text-decoration: none;
	transition: transform 200ms ease, box-shadow 200ms ease;
	outline: none;
}

body.kingtube-child .sharing-buttons i {
	color: #fff;
	font-size: 1.1rem;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	margin: 0;
}

body.kingtube-child .sharing-buttons a:hover {
	transform: translateY(-3px) scale(1.1);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

body.kingtube-child .sharing-buttons i#facebook {
	background-color: #3b5998;
}

body.kingtube-child .sharing-buttons i#twitter {
	background-color: #55acee;
}

body.kingtube-child .sharing-buttons i#googleplus {
	background-color: #dd4b39;
}

body.kingtube-child .sharing-buttons i#linkedin {
	background-color: #007bb5;
}

body.kingtube-child .sharing-buttons i#reddit {
	background-color: #ff4500;
}

body.kingtube-child .sharing-buttons i#tumblr {
	background-color: #36465d;
}

body.kingtube-child .sharing-buttons i#odnoklassniki {
	background-color: #f7931e;
}

body.kingtube-child .sharing-buttons i#email {
	background-color: #777;
}

/* Responsive adjustments for single post video elements */
@media (max-width: 768px) {
	body.kingtube-child .button#tracking-url {
		padding: 0.9rem 1.5rem;
		font-size: 0.95rem;
		margin: 1.25rem 0;
	}

	body.kingtube-child .video-infos {
		flex-direction: column;
		align-items: flex-start;
		gap: 1rem;
		padding: 1rem 0;
	}

	body.kingtube-child .video-infos-left {
		width: 100%;
		justify-content: flex-start;
	}

	body.kingtube-child .video-infos-right {
		width: 100%;
		justify-content: flex-start;
		gap: 0.75rem;
	}

	body.kingtube-child .video-views,
	body.kingtube-child .likes {
		font-size: 0.9rem;
	}

	body.kingtube-child #rating .button,
	body.kingtube-child .video-share .button {
		padding: 0.65rem 1.1rem;
		font-size: 0.9rem;
		color: var(--ytc-text-strong) !important;
	}

	body.kingtube-child .sharing-buttons {
		right: auto;
		left: 0;
		min-width: 180px;
		padding: 0.75rem;
	}

	body.kingtube-child .sharing-buttons a {
		width: 38px;
		height: 38px;
	}

	body.kingtube-child .sharing-buttons i {
		font-size: 1rem;
	}
}

@media (max-width: 480px) {
	body.kingtube-child .button#tracking-url {
		padding: 0.85rem 1.25rem;
		font-size: 0.9rem;
		margin: 1rem 0;
	}

	body.kingtube-child .video-infos {
		gap: 0.85rem;
		padding: 0.85rem 0;
	}

	body.kingtube-child .video-views,
	body.kingtube-child .likes {
		font-size: 0.85rem;
	}

	body.kingtube-child #rating .button,
	body.kingtube-child .video-share .button {
		padding: 0.6rem 1rem;
		font-size: 0.85rem;
		gap: 0.4rem;
		color: var(--ytc-text-strong) !important;
	}

	body.kingtube-child .sharing-buttons {
		min-width: 160px;
		padding: 0.65rem;
		gap: 0.4rem;
	}

	body.kingtube-child .sharing-buttons a {
		width: 36px;
		height: 36px;
	}

	body.kingtube-child .sharing-buttons i {
		font-size: 0.95rem;
	}
}

/* ====== VIDEO TAGS ====== */
body.kingtube-child .video-tags {
	margin: 2rem 0 1.5rem;
	padding: 0;
}

body.kingtube-child .video-tags .tags-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	align-items: center;
}

body.kingtube-child .video-tags .label {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.65rem 1.15rem;
	border-radius: 10px;
	font-weight: 600;
	font-size: 0.9rem;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.08);
	color: var(--ytc-text);
	border: 1px solid rgba(255, 255, 255, 0.1);
	transition: all 200ms ease;
	line-height: 1.4;
}

body.kingtube-child .video-tags .label:hover,
body.kingtube-child .video-tags a.label:hover {
	background: linear-gradient(135deg, rgba(79, 124, 255, 0.25), rgba(45, 212, 191, 0.2)) !important;
	border-color: rgba(79, 124, 255, 0.4) !important;
	color: var(--ytc-text-strong) !important;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(79, 124, 255, 0.2);
}

body.kingtube-child .video-tags .label i {
	font-size: 0.85rem;
	color: var(--ytc-primary);
	opacity: 0.8;
	transition: opacity 200ms ease;
}

body.kingtube-child .video-tags .label:hover i,
body.kingtube-child .video-tags a.label:hover i {
	opacity: 1 !important;
	color: var(--ytc-primary) !important;
}

/* Category icon (folder) */
body.kingtube-child .video-tags .label .fa-folder {
	color: var(--ytc-primary);
}

body.kingtube-child .video-tags .label:hover .fa-folder,
body.kingtube-child .video-tags a.label:hover .fa-folder {
	color: var(--ytc-primary) !important;
	opacity: 1 !important;
}

/* Tag icon */
body.kingtube-child .video-tags .label .fa-tag {
	color: var(--ytc-primary);
}

body.kingtube-child .video-tags .label:hover .fa-tag,
body.kingtube-child .video-tags a.label:hover .fa-tag {
	color: var(--ytc-primary) !important;
	opacity: 1 !important;
}

/* Responsive adjustments for video tags */
@media (max-width: 768px) {
	body.kingtube-child .video-tags {
		margin: 1.5rem 0 1.25rem;
	}

	body.kingtube-child .video-tags .tags-list {
		gap: 0.55rem;
	}

	body.kingtube-child .video-tags .label {
		padding: 0.6rem 1rem;
		font-size: 0.85rem;
		gap: 0.45rem;
	}

	body.kingtube-child .video-tags .label i {
		font-size: 0.8rem;
	}
}

/* ====== POST LIKE ALIGNMENT ====== */
body.kingtube-child .video-infos-right {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	gap: 0.75rem !important;
	flex-wrap: wrap !important;
}

body.kingtube-child #rating {
	display: inline-flex !important;
	align-items: center !important;
	margin: 0 !important;
	margin-right: 0.5em !important;
	padding: 0 !important;
	width: auto !important;
	max-width: none !important;
	flex-shrink: 0 !important;
	flex-basis: auto !important;
}

body.kingtube-child #video-rate {
	display: inline-flex !important;
	align-items: center !important;
	width: auto !important;
	max-width: none !important;
	flex-shrink: 0 !important;
	flex-basis: auto !important;
}

body.kingtube-child .post-like {
	display: inline-flex !important;
	align-items: center !important;
	vertical-align: middle;
	margin: 0 !important;
	padding: 0 !important;
}

body.kingtube-child .post-like a.button,
body.kingtube-child span.post-like a.button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	vertical-align: middle !important;
	font-size: 0.8rem !important;
	padding: 0.45rem 0.75rem !important;
	height: 30px !important;
	min-height: 30px !important;
	max-height: 30px !important;
	line-height: 1.2 !important;
}

body.kingtube-child .video-share {
	display: inline-flex !important;
	align-items: center !important;
	vertical-align: middle !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.kingtube-child .video-share .button,
body.kingtube-child .video-share button.button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	vertical-align: middle !important;
	font-size: 0.8rem !important;
	padding: 0.45rem 0.75rem !important;
	color: var(--ytc-text-strong) !important;
	height: 30px !important;
	min-height: 30px !important;
	max-height: 30px !important;
	line-height: 1.2 !important;
}

@media (max-width: 768px) {
	body.kingtube-child .video-infos-right {
		flex-direction: row !important;
		align-items: center !important;
		justify-content: flex-start !important;
		gap: 0.75rem !important;
		margin-top: 0.75rem !important;
	}

	body.kingtube-child #rating {
		display: inline-flex !important;
		align-items: center !important;
		margin: 0 !important;
		margin-right: 0.75rem !important;
		padding: 0 !important;
		width: auto !important;
		max-width: none !important;
		flex-shrink: 0 !important;
		flex-basis: auto !important;
		text-align: left !important;
	}

	body.kingtube-child #video-rate {
		display: inline-flex !important;
		align-items: center !important;
		width: auto !important;
		max-width: none !important;
		flex-shrink: 0 !important;
		flex-basis: auto !important;
	}

	body.kingtube-child .post-like {
		display: inline-flex !important;
		align-items: center !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	body.kingtube-child .post-like a.button,
	body.kingtube-child span.post-like a.button {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		white-space: nowrap !important;
		font-size: 0.8rem !important;
		padding: 0.45rem 0.75rem !important;
		height: 30px !important;
		min-height: 30px !important;
		max-height: 30px !important;
		line-height: 1.2 !important;
	}

	body.kingtube-child .video-share {
		display: inline-flex !important;
		align-items: center !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	body.kingtube-child .video-share .button,
	body.kingtube-child .video-share button.button {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		white-space: nowrap !important;
		font-size: 0.8rem !important;
		padding: 0.45rem 0.75rem !important;
		height: 30px !important;
		min-height: 30px !important;
		max-height: 30px !important;
		line-height: 1.2 !important;
	}
}

@media (max-width: 480px) {
	body.kingtube-child .video-tags {
		margin: 1.25rem 0 1rem;
	}

	body.kingtube-child .video-tags .tags-list {
		gap: 0.5rem;
	}

	body.kingtube-child .video-tags .label {
		padding: 0.55rem 0.9rem;
		font-size: 0.8rem;
		gap: 0.4rem;
		border-radius: 8px;
	}

	body.kingtube-child .video-tags .label i {
		font-size: 0.75rem;
	}
}

/* ====== IKLAN LAYOUT ====== */
/* Layout untuk video player dengan sidebar ads */
body.kingtube-child .ytc-single-video__content {
	display: flex;
	gap: 1.5rem;
	align-items: flex-start;
	margin-bottom: 2rem;
}

body.kingtube-child .video-player-area {
	flex: 1;
	min-width: 0;
}

body.kingtube-child .video-player-area.with-sidebar-ads {
	flex: 0 1 calc(100% - 320px - 1.5rem);
	max-width: calc(100% - 320px - 1.5rem);
}

body.kingtube-child .video-player {
	position: relative;
}

body.kingtube-child .responsive-player {
	position: relative;
	width: 100%;
}

/* Sidebar Ads */
body.kingtube-child .sidebar-ads {
	flex: 0 0 320px;
	max-width: 320px;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	position: sticky;
	top: 100px;
	align-self: flex-start;
}

body.kingtube-child .sidebar-ads > * {
	width: 100%;
}

body.kingtube-child .sidebar-ads a {
	display: block;
	width: 100%;
}

body.kingtube-child .sidebar-ads img,
body.kingtube-child .sidebar-ads iframe {
	max-width: 100%;
	height: auto;
	display: block;
}

/* Inside Player Ads */
body.kingtube-child .happy-inside-player {
	background: transparent !important;
	background-color: transparent !important;
}

body.kingtube-child .happy-inside-player img {
	max-width: 100%;
	height: auto;
	display: block;
}

body.kingtube-child .happy-inside-player iframe {
	max-width: 100%;
	height: auto;
}

/* Under Player Ads */
body.kingtube-child .video-player-area {
	display: flex;
	flex-direction: column;
}

body.kingtube-child .video-player {
	order: 1;
}

body.kingtube-child .video-player-area #tracking-url {
	order: 2 !important;
}

body.kingtube-child .video-player-area .video-infos {
	order: 4;
}

body.kingtube-child .video-player-area .clear {
	order: 5;
}

body.kingtube-child .video-player-area .video-description {
	order: 6;
}

body.kingtube-child .video-player-area .video-tags {
	order: 7;
}

body.kingtube-child .under-player-ad {
	order: 3 !important;
	margin: 1.5rem 0;
	text-align: center;
	width: 100%;
	clear: both;
}

body.kingtube-child .under-player-ad img,
body.kingtube-child .under-player-ad iframe {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

body.kingtube-child .under-player-ad-mobile {
	display: none;
	margin: 1.5rem 0;
	text-align: center;
	width: 100%;
}

body.kingtube-child .under-player-ad-mobile img,
body.kingtube-child .under-player-ad-mobile iframe {
	max-width: 100%;
	height: auto;
}

/* Header Ads Mobile */
body.kingtube-child .header-ad-mobile {
	margin: 1rem 0;
	text-align: center;
	width: 100%;
}

body.kingtube-child .header-ad-mobile img,
body.kingtube-child .header-ad-mobile iframe {
	max-width: 100%;
	height: auto;
}

/* Footer Ads */
body.kingtube-child .footer-ad,
body.kingtube-child .footer-ad-mobile {
	margin: 2rem 0;
	text-align: center;
	width: 100%;
}

body.kingtube-child .footer-ad img,
body.kingtube-child .footer-ad iframe,
body.kingtube-child .footer-ad-mobile img,
body.kingtube-child .footer-ad-mobile iframe {
	max-width: 100%;
	height: auto;
}

body.kingtube-child .ytc-footer__ad--desktop {
	display: block;
}

body.kingtube-child .ytc-footer__ad--mobile {
	display: none;
}

/* Responsive untuk iklan */
@media (max-width: 1024px) {
	body.kingtube-child .ytc-single-video__content {
		flex-direction: column;
		gap: 1.5rem;
	}

	body.kingtube-child .video-player-area.with-sidebar-ads {
		flex: 1;
		max-width: 100%;
		width: 100%;
	}

	body.kingtube-child .sidebar-ads {
		flex: 1;
		max-width: 100%;
		width: 100%;
		position: static;
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
		gap: 1rem;
	}
}

@media (max-width: 768px) {
	body.kingtube-child .sidebar-ads {
		display: none !important;
	}

	body.kingtube-child .under-player-ad {
		display: none !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	body.kingtube-child .under-player-ad-mobile {
		display: block !important;
		order: 3 !important;
		margin-top: 0.75rem !important;
		margin-bottom: 0.75rem !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding: 0 !important;
	}

	body.kingtube-child .header-ad-mobile {
		margin-top: 0.75rem !important;
		margin-bottom: 0.75rem !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding: 0 !important;
	}

	body.kingtube-child .footer-ad {
		display: none;
	}

	body.kingtube-child .footer-ad-mobile {
		display: block;
		margin-top: 0.75rem !important;
		margin-bottom: 0.75rem !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding: 0 !important;
	}

	body.kingtube-child .ytc-footer__ad--desktop {
		display: none;
	}

	body.kingtube-child .ytc-footer__ad--mobile {
		display: block;
	}
}


.ytc-footer {
	margin-top: 5rem;
	padding: 4rem 0 2.5rem;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	background: linear-gradient(180deg, rgba(14, 18, 28, 0.98) 0%, rgba(12, 16, 25, 0.98) 65%, rgba(12, 16, 25, 1) 100%);
	color: var(--ytc-text);
	position: relative;
	overflow: hidden;
}

.ytc-footer::before {
	content: '';
	position: absolute;
	inset: -20% 10% auto;
	height: 300px;
	width: 80%;
	background: transparent;
	filter: blur(50px);
	opacity: 0.9;
	pointer-events: none;
	z-index: 0;
}

.ytc-footer::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: transparent;
	pointer-events: none;
	z-index: 1;
}

.ytc-footer__ads {
	display: flex;
	flex-direction: column;
	gap: 1.35rem;
	margin-bottom: 2.5rem;
}

.ytc-footer__ad {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.ytc-footer__ad iframe,
.ytc-footer__ad img {
	max-width: 100%;
}

.ytc-footer__ad--mobile {
	display: none;
}

.ytc-footer__inner {
	position: relative;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 3rem;
	align-items: flex-start;
	z-index: 1;
}

.ytc-footer__inner > div:first-child {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	max-width: 320px;
}

.ytc-footer__inner > div:first-child strong {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	font-size: 1.1rem;
	font-weight: 700;
	color: var(--ytc-text-strong);
	letter-spacing: -0.01em;
	margin-bottom: 0.25rem;
}

.ytc-footer__inner > div:first-child span {
	color: var(--ytc-text-muted);
	font-size: 0.94rem;
	line-height: 1.65;
}

.ytc-footer__inner > div:first-child span:empty {
	display: none;
}

.ytc-footer__menu {
	position: relative;
}

.ytc-footer__menu-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.75rem;
}

.ytc-footer__menu-list li {
	margin: 0;
}

.ytc-footer__menu-list a {
	color: var(--ytc-text);
	text-decoration: none;
	font-weight: 600;
	font-size: 0.95rem;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	transition: all 200ms ease;
	position: relative;
	padding: 0.35rem 0;
	border-radius: 6px;
}

.ytc-footer__menu-list a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	border-radius: 0 4px 4px 0;
	background: transparent;
	opacity: 0;
	transition: opacity 200ms ease, transform 200ms ease;
	transform: translateX(-4px);
}

.ytc-footer__menu-list a:hover,
.ytc-footer__menu-list a:focus-visible {
	color: var(--ytc-text-strong);
	background: transparent;
	padding-left: 0.75rem;
	transform: translateX(4px);
}

.ytc-footer__menu-list a:hover::before,
.ytc-footer__menu-list a:focus-visible::before {
	opacity: 1;
	transform: translateX(0);
}

.ytc-footer__links {
	position: relative;
}

.ytc-footer__links ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.75rem;
}

.ytc-footer__links ul li {
	margin: 0;
}

.ytc-footer__links ul li a {
	color: var(--ytc-text);
	text-decoration: none;
	font-weight: 600;
	font-size: 0.95rem;
	position: relative;
	padding: 0.35rem 0;
	border-radius: 6px;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	transition: all 200ms ease;
}

.ytc-footer__links ul li a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	border-radius: 0 4px 4px 0;
	background: transparent;
	opacity: 0;
	transition: opacity 200ms ease, transform 200ms ease;
	transform: translateX(-4px);
}

.ytc-footer__links ul li a:hover,
.ytc-footer__links ul li a:focus-visible {
	color: var(--ytc-text-strong);
	background: transparent;
	padding-left: 0.75rem;
	transform: translateX(4px);
}

.ytc-footer__links ul li a:hover::before,
.ytc-footer__links ul li a:focus-visible::before {
	opacity: 1;
	transform: translateX(0);
}

.ytc-footer__widgets {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.ytc-footer__widgets-grid {
	display: grid;
	gap: 1.2rem;
}

.ytc-footer__widgets-grid .widget {
	background: rgba(24, 30, 45, 0.85);
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 8px 24px rgba(7, 11, 18, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.05);
	padding: 1.5rem 1.5rem;
	color: var(--ytc-text);
	transition: all 200ms ease;
}

.ytc-footer__widgets-grid .widget:hover {
	border-color: rgba(255, 255, 255, 0.12);
	box-shadow: 0 12px 32px rgba(7, 11, 18, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.05);
	transform: translateY(-2px);
}

.ytc-footer__widgets-grid .widget-title {
	margin: 0 0 1rem;
	font-size: 1.1rem;
	font-weight: 700;
	color: var(--ytc-text-strong);
	letter-spacing: -0.01em;
}

.ytc-footer__widgets-grid ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.5rem;
}

.ytc-footer__widgets-grid li {
	margin: 0;
}

.ytc-footer__widgets-grid a {
	color: var(--ytc-text);
	text-decoration: none;
	font-weight: 500;
	transition: color 160ms ease, transform 160ms ease;
}

.ytc-footer__widgets-grid a:hover,
.ytc-footer__widgets-grid a:focus-visible {
	color: var(--ytc-text-strong);
	transform: translateX(4px);
	outline: none;
}

.ytc-footer__meta {
	margin-top: 3rem;
	text-align: center;
	font-size: 0.9rem;
	color: var(--ytc-text-muted);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding-top: 2rem;
	z-index: 1;
	position: relative;
	line-height: 1.6;
}

.ytc-footer__meta a {
	color: var(--ytc-text);
	text-decoration: none;
	transition: all 200ms ease;
	font-weight: 600;
	padding: 0.25rem 0.5rem;
	border-radius: 6px;
	margin: 0 0.25rem;
	display: inline-block;
}

.ytc-footer__meta a:hover,
.ytc-footer__meta a:focus-visible {
	color: var(--ytc-text-strong);
	background: transparent;
	outline: none;
	transform: translateY(-1px);
}

#back-to-top {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: linear-gradient(135deg, rgba(79, 124, 255, 0.92), rgba(45, 212, 191, 0.75));
	color: #fff;
	display: grid;
	place-items: center;
	border: 1px solid rgba(79, 124, 255, 0.4);
	box-shadow: 0 18px 36px rgba(24, 37, 64, 0.48);
	opacity: 0;
	transform: translateY(16px);
	transition: opacity 200ms ease, transform 200ms ease;
	font-size: 1.05rem;
}

#back-to-top.show {
	opacity: 1;
	transform: translateY(0);
}

/* Override gaya lama KingTube */
body.kingtube-child .thumb-block,
body.kingtube-child .thumb-block.full-width {
	float: none !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

body.kingtube-child .thumb-block .post-thumbnail,
body.kingtube-child .thumb-block .entry-header,
body.kingtube-child .thumb-block .entry-header span {
	display: block;
	padding: 0;
	margin: 0;
	height: auto;
}

body.kingtube-child .videos-list {
	margin: 0;
}

/* ====== PAGINATION ====== */
.ytc-pagination {
	margin-top: 3rem;
	padding: 2rem 1rem 1.5rem;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	overflow: visible;
	position: relative;
}

/* Ensure parent containers don't clip pagination effects */
body.kingtube-child .ytc-container,
body.kingtube-child .ytc-main,
body.kingtube-child section.ytc-feed {
	overflow-x: visible;
}

body.kingtube-child .ytc-pagination,
body.kingtube-child .ytc-pagination * {
	overflow: visible !important;
}

body.kingtube-child .pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0.5rem 0;
	overflow: visible;
	position: relative;
}

body.kingtube-child .pagination ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	list-style: none;
	margin: 0;
	padding: 0.5rem 0;
	overflow: visible;
	position: relative;
}

body.kingtube-child .pagination li {
	margin: 0;
	padding: 0;
	position: relative;
	overflow: visible;
}

body.kingtube-child .pagination a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 0.85rem;
	border-radius: 12px;
	font-weight: 600;
	font-size: 0.95rem;
	color: var(--ytc-text);
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
	text-decoration: none;
	transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
	line-height: 1;
	position: relative;
	overflow: visible;
	z-index: 1;
}

body.kingtube-child .pagination a::before {
	content: '';
	position: absolute;
	inset: -4px;
	border-radius: 14px;
	background: transparent;
	opacity: 0;
	transition: opacity 200ms ease;
	pointer-events: none;
	z-index: -1;
}

body.kingtube-child .pagination a:hover,
body.kingtube-child .pagination a:focus-visible {
	color: var(--ytc-text-strong);
	background: linear-gradient(135deg, rgba(79, 124, 255, 0.35), rgba(45, 212, 191, 0.3));
	border-color: rgba(79, 124, 255, 0.5);
	transform: translateY(-4px) scale(1.02);
	box-shadow: 0 12px 28px rgba(79, 124, 255, 0.35), 0 4px 12px rgba(45, 212, 191, 0.2);
	outline: none;
	z-index: 10;
}

body.kingtube-child .pagination a:hover::before,
body.kingtube-child .pagination a:focus-visible::before {
	opacity: 1;
	background: radial-gradient(circle at center, rgba(79, 124, 255, 0.15), transparent 70%);
}

body.kingtube-child .pagination a.current {
	color: #fff;
	background: linear-gradient(135deg, rgba(79, 124, 255, 0.95), rgba(61, 196, 175, 0.9));
	border-color: rgba(79, 124, 255, 0.6);
	box-shadow: 0 10px 28px rgba(79, 124, 255, 0.4), 0 4px 12px rgba(45, 212, 191, 0.25);
	cursor: default;
	pointer-events: none;
	z-index: 5;
	position: relative;
}

body.kingtube-child .pagination a.current:hover {
	transform: none;
	box-shadow: 0 10px 28px rgba(79, 124, 255, 0.4), 0 4px 12px rgba(45, 212, 191, 0.25);
}

body.kingtube-child .pagination a.inactive {
	color: var(--ytc-text);
	background: rgba(255, 255, 255, 0.05);
	border-color: rgba(255, 255, 255, 0.08);
}

/* Responsive */
@media (max-width: 768px) {
	.ytc-container {
		padding: 0 1.25rem;
	}

	.ytc-list,
	body.kingtube-child.archive #primary .site-main,
	body.kingtube-child.category #primary .site-main,
	body.kingtube-child.tag #primary .site-main,
	body.kingtube-child.author #primary .site-main,
	body.kingtube-child.search #primary .site-main,
	body.kingtube-child[class*="tax-"] #primary .site-main {
		grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important;
	}

	.ytc-feed__header {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.5rem;
	}

	.ytc-feed__header .ytc-filter {
		width: 100%;
		justify-content: flex-start;
		margin-left: 0;
	}

	.ytc-filter {
		width: 100%;
		justify-content: flex-start;
		margin-bottom: 0.5rem;
		gap: 0.5rem;
	}

	.ytc-filter__menu {
		position: static;
		margin-top: 0.45rem;
		width: 100%;
		transform: none;
		min-width: 0;
		box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
	}

	.ytc-filter--dropdown.is-open .ytc-filter__menu {
		width: 100%;
	}

	.ytc-filter__list {
		padding: 0.15rem 0.2rem;
	}

	body.kingtube-child .page-header {
		gap: 0.55rem;
		margin: 0 0 1.2rem;
	}

	.ytc-footer {
		margin-top: 3.5rem;
		padding: 3rem 0 2rem;
	}

	.ytc-footer__inner {
		grid-template-columns: minmax(0, 1fr);
		gap: 2.5rem;
		text-align: center;
	}

	.ytc-footer__ad--desktop {
		display: none;
	}

	.ytc-footer__ad--mobile {
		display: block;
	}

	.ytc-footer__menu {
		text-align: center;
	}

	.ytc-footer__menu-list {
		justify-items: center;
		gap: 0.65rem;
	}

	.ytc-footer__menu-list a {
		justify-content: center;
	}

	.ytc-footer__links {
		text-align: center;
	}

	.ytc-footer__links ul {
		justify-items: center;
		gap: 0.65rem;
	}

	.ytc-footer__links ul li a {
		justify-content: center;
	}

	.ytc-footer__widgets-grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 1rem;
	}

	.ytc-footer__widgets-grid .widget {
		text-align: left;
		padding: 1.25rem 1.25rem;
	}

	.ytc-footer__meta {
		margin-top: 2.5rem;
		padding-top: 1.75rem;
		font-size: 0.88rem;
	}

	body.kingtube-child .page-header .ytc-filter {
		width: 100%;
	}

	body.kingtube-child .page-header .ytc-filter--dropdown .ytc-filter__trigger {
		width: 100%;
		justify-content: space-between;
	}

	/* Pagination mobile */
	.ytc-pagination {
		margin-top: 2.5rem;
		padding: 1.5rem 0.75rem 1.25rem;
		overflow: visible;
	}

	body.kingtube-child .pagination {
		padding: 0.4rem 0;
		overflow: visible;
	}

	body.kingtube-child .pagination ul {
		gap: 0.4rem;
		padding: 0.4rem 0;
		overflow: visible;
	}

	body.kingtube-child .pagination a {
		min-width: 38px;
		height: 38px;
		padding: 0 0.7rem;
		font-size: 0.9rem;
		border-radius: 10px;
	}

	body.kingtube-child .pagination a:hover,
	body.kingtube-child .pagination a:focus-visible {
		transform: translateY(-3px) scale(1.02);
		box-shadow: 0 10px 24px rgba(79, 124, 255, 0.35), 0 3px 10px rgba(45, 212, 191, 0.2);
	}

	body.kingtube-child .pagination a.current {
		box-shadow: 0 8px 24px rgba(79, 124, 255, 0.4), 0 3px 10px rgba(45, 212, 191, 0.25);
	}

	/* Compact text labels on mobile */
	body.kingtube-child .pagination a:not(.current):not(.inactive) {
		font-size: 0.85rem;
		white-space: nowrap;
	}
}

@media (max-width: 560px) {
	.ytc-search {
		grid-column: 1 / -1;
		order: 2;
		margin-top: 0.75rem !important;
	}

	.ytc-list,
	body.kingtube-child.archive #primary .site-main,
	body.kingtube-child.category #primary .site-main,
	body.kingtube-child.tag #primary .site-main,
	body.kingtube-child.author #primary .site-main,
	body.kingtube-child.search #primary .site-main,
	body.kingtube-child[class*="tax-"] #primary .site-main {
		grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)) !important;
	}

	.ytc-filter__trigger {
		width: 100%;
		justify-content: space-between;
		padding: 0.55rem 1rem;
		border-radius: 12px;
		border: 1px solid var(--ytc-border);
		background: rgba(22, 27, 37, 0.9);
		box-shadow: 0 12px 24px rgba(5, 9, 18, 0.32);
		font-size: 1rem;
		gap: 0.5rem;
	}

	.ytc-filter--dropdown .ytc-filter__trigger:hover,
	.ytc-filter--dropdown .ytc-filter__trigger:focus-visible {
		box-shadow: 0 18px 32px rgba(13, 19, 33, 0.5);
		background: linear-gradient(135deg, rgba(79, 124, 255, 0.18), rgba(45, 212, 191, 0.14));
	}

	.ytc-filter--dropdown.is-open .ytc-filter__trigger {
		border-color: rgba(79, 124, 255, 0.8);
		background: linear-gradient(135deg, rgba(79, 124, 255, 0.3), rgba(45, 212, 191, 0.24));
		color: var(--ytc-text-strong);
	}

	.ytc-footer__meta {
		margin-top: 2.2rem;
		padding-top: 1.3rem;
		font-size: 0.88rem;
	}

	/* Pagination small mobile */
	.ytc-pagination {
		margin-top: 2rem;
		padding: 1.25rem 0.5rem 1rem;
		overflow: visible;
	}

	body.kingtube-child .pagination {
		padding: 0.35rem 0;
		overflow: visible;
	}

	body.kingtube-child .pagination ul {
		gap: 0.35rem;
		padding: 0.35rem 0;
		overflow: visible;
	}

	body.kingtube-child .pagination a {
		min-width: 36px;
		height: 36px;
		padding: 0 0.6rem;
		font-size: 0.88rem;
		border-radius: 10px;
	}

	body.kingtube-child .pagination a:hover,
	body.kingtube-child .pagination a:focus-visible {
		transform: translateY(-2px) scale(1.02);
		box-shadow: 0 8px 20px rgba(79, 124, 255, 0.35), 0 2px 8px rgba(45, 212, 191, 0.2);
	}

	body.kingtube-child .pagination a.current {
		box-shadow: 0 6px 20px rgba(79, 124, 255, 0.4), 0 2px 8px rgba(45, 212, 191, 0.25);
	}

	/* Hide text labels on very small screens, show only icons/numbers */
	body.kingtube-child .pagination a:not(.current):not(.inactive) {
		min-width: 36px;
		padding: 0 0.5rem;
	}
}

/* ====== RESPONSIVE HEADER ====== */

/* Tablet/iPad (769px - 1024px) - Optimized layout */
@media (min-width: 769px) and (max-width: 1024px) {
	header.ytc-header {
		padding: 1.25rem 0 0.9rem;
	}

	.ytc-container {
		padding: 0 1.5rem;
	}

	body.kingtube-child .ytc-header__inner {
		display: grid !important;
		grid-template-columns: 1fr auto !important;
		grid-template-rows: auto auto !important;
		gap: 1.5rem 1rem !important;
		row-gap: 1.5rem !important;
		column-gap: 1rem !important;
		align-items: center;
	}

	/* Hide desktop navigation, show mobile menu */
	.ytc-nav:not(.is-open) {
		display: none !important;
	}

	body.kingtube-child .ytc-brand {
		grid-column: 1 !important;
		grid-row: 1 !important;
		gap: 0.7rem;
		flex-shrink: 0;
		min-width: 0;
		max-width: 100% !important;
		margin-right: 0 !important;
	}

	.ytc-brand__logo {
		width: 40px;
		height: 40px;
		font-size: 1.05rem;
		flex-shrink: 0;
	}

	.ytc-brand__logo-img {
		max-height: 40px !important;
		max-width: 180px;
		width: auto;
		height: auto;
		object-fit: contain;
	}

	.ytc-brand__title {
		font-size: 1.1rem;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 200px;
		flex-shrink: 1;
		min-width: 0;
	}

	body.kingtube-child .ytc-nav-toggle {
		grid-column: 2 !important;
		grid-row: 1 !important;
		display: grid !important;
		place-items: center;
		width: 40px;
		height: 40px;
		flex-shrink: 0;
		margin-left: 0 !important;
		align-self: start;
	}

	body.kingtube-child .ytc-search {
		grid-column: 1 / -1 !important;
		grid-row: 2 !important;
		max-width: 100% !important;
		min-width: 0;
		width: 100% !important;
		margin: 0 !important;
		padding: 0;
		margin-top: 0 !important;
	}

	.ytc-search input[type="search"] {
		padding: 0.8rem 3rem 0.8rem 1.1rem;
		font-size: 0.92rem;
		width: 100%;
		box-sizing: border-box;
	}

	.ytc-search__submit {
		width: 2.4rem;
		height: 2.4rem;
		right: 0.85rem;
		font-size: 1rem;
	}

	.ytc-nav-toggle {
		display: grid !important;
		place-items: center;
		width: 40px;
		height: 40px;
		flex-shrink: 0;
		margin-left: 0.5rem;
	}

	/* Mobile drawer navigation for tablet */
	.ytc-nav {
		position: fixed;
		top: 0;
		right: 0;
		width: min(320px, 85vw);
		height: 100vh;
		height: 100dvh;
		background: linear-gradient(180deg, rgba(12, 16, 25, 0.96) 0%, rgba(12, 16, 25, 0.88) 45%, rgba(12, 16, 25, 0.85) 100%);
		backdrop-filter: blur(24px) saturate(165%);
		border-left: 1px solid rgba(79, 124, 255, 0.22);
		box-shadow: -20px 0 48px rgba(5, 9, 18, 0.65);
		transform: translateX(100%);
		opacity: 0;
		pointer-events: none;
		transition: transform 280ms cubic-bezier(0.4, 0, 0.2, 1), opacity 280ms ease;
		z-index: 999;
		padding: 0;
		overflow-y: auto;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
		display: flex;
		flex-direction: column;
	}

	.ytc-nav::before {
		content: '';
		position: fixed;
		inset: 0;
		background: rgba(0, 0, 0, 0.5);
		backdrop-filter: blur(2px);
		opacity: 0;
		pointer-events: none;
		transition: opacity 250ms ease;
		z-index: -1;
	}

	.ytc-nav.is-open {
		display: flex !important;
		transform: translateX(0);
		opacity: 1;
		pointer-events: auto;
		box-shadow: -26px 0 52px rgba(7, 12, 22, 0.75);
	}

	.ytc-nav.is-open::before {
		opacity: 1;
		pointer-events: auto;
	}

	.ytc-nav__header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 1.4rem 1.4rem 1.1rem;
		border-bottom: 1px solid rgba(79, 124, 255, 0.18);
		flex-shrink: 0;
	}

	.ytc-nav__title {
		font-size: 1.15rem;
		font-weight: 700;
		color: var(--ytc-text-strong);
		letter-spacing: -0.01em;
	}

	.ytc-nav__close {
		width: 40px;
		height: 40px;
		border-radius: 12px;
		border: 1px solid rgba(255, 255, 255, 0.14);
		background: linear-gradient(150deg, rgba(22, 27, 37, 0.92), rgba(18, 25, 37, 0.8));
		color: var(--ytc-text-strong);
		display: grid;
		place-items: center;
		cursor: pointer;
		transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease, background 200ms ease;
		flex-shrink: 0;
		line-height: 0;
		position: relative;
	}

	.ytc-nav__close::before,
	.ytc-nav__close::after {
		content: '';
		position: absolute;
		width: 20px;
		height: 2px;
		border-radius: 999px;
		background: currentColor;
		transform-origin: center;
		transition: inherit;
	}

	.ytc-nav__close::before {
		transform: rotate(45deg);
	}

	.ytc-nav__close::after {
		transform: rotate(-45deg);
	}

	.ytc-nav__close:hover,
	.ytc-nav__close:focus-visible {
		border-color: rgba(79, 124, 255, 0.48);
		background: linear-gradient(150deg, rgba(79, 124, 255, 0.28), rgba(45, 212, 191, 0.28));
		box-shadow: 0 14px 28px rgba(10, 16, 28, 0.5);
		transform: translateY(-1px);
		outline: none;
	}

	.ytc-nav__close svg {
		display: none;
	}

	.ytc-nav ul {
		flex-direction: column;
		align-items: stretch;
		gap: 0.5rem;
		margin: 0;
		padding: 1.4rem 1.4rem 1.7rem;
	}

	.ytc-nav ul.menu {
		list-style: none;
	}

	.ytc-nav ul li {
		width: 100%;
	}

	.ytc-nav a {
		width: 100%;
		padding: 0.95rem 1.2rem;
		justify-content: flex-start;
		border-radius: 12px;
		font-size: 0.98rem;
		font-weight: 500;
		background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
		border: 1px solid rgba(255, 255, 255, 0.04);
		transition: transform 200ms ease, background 200ms ease, border-color 200ms ease;
	}

	.ytc-nav a:hover {
		background: linear-gradient(135deg, rgba(79, 124, 255, 0.24), rgba(45, 212, 191, 0.22));
		border-color: rgba(79, 124, 255, 0.36);
		transform: translateX(6px);
	}

	.ytc-nav::after {
		content: '';
		position: fixed;
		inset: 0;
		background: linear-gradient(180deg, rgba(4, 8, 16, 0.82) 0%, rgba(6, 10, 18, 0.78) 100%);
		backdrop-filter: blur(4px);
		opacity: 0;
		pointer-events: none;
		z-index: -1;
		transition: opacity 250ms ease;
	}

	.ytc-nav.is-open::after {
		opacity: 1;
		pointer-events: auto;
	}

	body:has(.ytc-nav.is-open) {
		overflow: hidden;
	}
}

/* Mobile (768px ke bawah) - Mobile navigation */
@media (max-width: 768px) {
	header.ytc-header {
		padding: 1rem 0;
	}

	body.kingtube-child header.ytc-header .ytc-container.ytc-header__inner,
	body.kingtube-child .ytc-header__inner {
		display: grid !important;
		grid-template-columns: 1fr auto !important;
		grid-template-rows: auto auto !important;
		gap: 1.5rem 1rem !important;
		row-gap: 1.5rem !important;
		column-gap: 1rem !important;
		align-items: center;
	}

	/* Hide desktop navigation */
	.ytc-nav:not(.is-open) {
		display: none !important;
	}

	/* Desktop nav hidden, show as mobile drawer */
	.ytc-nav {
		position: fixed;
		top: 0;
		right: 0;
		width: min(300px, 80vw);
		height: 100vh;
		height: 100dvh;
		background: linear-gradient(180deg, rgba(12, 16, 25, 0.96) 0%, rgba(12, 16, 25, 0.88) 45%, rgba(12, 16, 25, 0.85) 100%);
		backdrop-filter: blur(24px) saturate(165%);
		border-left: 1px solid rgba(79, 124, 255, 0.22);
		box-shadow: -20px 0 48px rgba(5, 9, 18, 0.65);
		transform: translateX(100%);
		opacity: 0;
		pointer-events: none;
		transition: transform 280ms cubic-bezier(0.4, 0, 0.2, 1), opacity 280ms ease;
		z-index: 999;
		padding: 0;
		overflow-y: auto;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
		display: flex;
		flex-direction: column;
	}

	.ytc-nav::before {
		content: '';
		position: fixed;
		inset: 0;
		background: rgba(0, 0, 0, 0.5);
		backdrop-filter: blur(2px);
		opacity: 0;
		pointer-events: none;
		transition: opacity 250ms ease;
		z-index: -1;
	}

	.ytc-nav.is-open {
		transform: translateX(0);
		opacity: 1;
		pointer-events: auto;
		box-shadow: -26px 0 52px rgba(7, 12, 22, 0.75);
	}

	.ytc-nav.is-open::before {
		opacity: 1;
		pointer-events: auto;
	}

	/* Mobile nav header with close button */
	.ytc-nav__header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 1.35rem 1.35rem 1.05rem;
		border-bottom: 1px solid rgba(79, 124, 255, 0.18);
		flex-shrink: 0;
	}

	.ytc-nav__title {
		font-size: 1.1rem;
		font-weight: 700;
		color: var(--ytc-text-strong);
		letter-spacing: -0.01em;
	}

	.ytc-nav__close {
		width: 38px;
		height: 38px;
		border-radius: 12px;
		border: 1px solid rgba(255, 255, 255, 0.14);
		background: linear-gradient(150deg, rgba(22, 27, 37, 0.92), rgba(18, 25, 37, 0.8));
		color: var(--ytc-text-strong);
		display: grid;
		place-items: center;
		cursor: pointer;
		transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease, background 200ms ease;
		flex-shrink: 0;
		line-height: 0;
		position: relative;
	}

	.ytc-nav__close::before,
	.ytc-nav__close::after {
		content: '';
		position: absolute;
		width: 20px;
		height: 2px;
		border-radius: 999px;
		background: currentColor;
		transform-origin: center;
		transition: inherit;
	}

	.ytc-nav__close::before {
		transform: rotate(45deg);
	}

	.ytc-nav__close::after {
		transform: rotate(-45deg);
	}

	.ytc-nav__close:hover,
	.ytc-nav__close:focus-visible {
		border-color: rgba(79, 124, 255, 0.48);
		background: linear-gradient(150deg, rgba(79, 124, 255, 0.28), rgba(45, 212, 191, 0.28));
		box-shadow: 0 14px 28px rgba(10, 16, 28, 0.5);
		transform: translateY(-1px);
		outline: none;
	}

	.ytc-nav__close svg {
		display: none;
	}

	.ytc-nav ul {
		flex-direction: column;
		align-items: stretch;
		gap: 0.45rem;
		margin: 0;
		padding: 1.35rem 1.35rem 1.6rem;
	}

	.ytc-nav ul.menu {
		list-style: none;
	}

	.ytc-nav ul li {
		width: 100%;
	}

	.ytc-nav a {
		width: 100%;
		padding: 0.9rem 1.15rem;
		justify-content: flex-start;
		border-radius: 12px;
		font-size: 0.95rem;
		font-weight: 500;
		background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
		border: 1px solid rgba(255, 255, 255, 0.04);
		transition: transform 200ms ease, background 200ms ease, border-color 200ms ease;
	}

	.ytc-nav a:hover {
		background: linear-gradient(135deg, rgba(79, 124, 255, 0.24), rgba(45, 212, 191, 0.22));
		border-color: rgba(79, 124, 255, 0.36);
		transform: translateX(6px);
	}

	body.kingtube-child header.ytc-header .ytc-brand,
	body.kingtube-child .ytc-brand {
		grid-column: 1 !important;
		grid-row: 1 !important;
		gap: 0.65rem;
		flex-shrink: 0;
		min-width: 0;
		max-width: 100% !important;
		margin-right: 0 !important;
		order: unset !important;
	}

	.ytc-brand__logo {
		width: 38px;
		height: 38px;
		font-size: 1rem;
		flex-shrink: 0;
	}

	.ytc-brand__logo-img {
		max-height: 38px !important;
		max-width: 160px;
	}

	.ytc-brand__title {
		font-size: 1.05rem;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 150px;
	}

	body.kingtube-child header.ytc-header .ytc-nav-toggle,
	body.kingtube-child .ytc-nav-toggle {
		grid-column: 2 !important;
		grid-row: 1 !important;
		display: grid !important;
		place-items: center;
		width: 38px;
		height: 38px;
		flex-shrink: 0;
		margin-left: 0 !important;
		align-self: start;
		order: unset !important;
	}

	body.kingtube-child header.ytc-header .ytc-search,
	body.kingtube-child .ytc-search {
		grid-column: 1 / -1 !important;
		grid-row: 2 !important;
		max-width: 100% !important;
		min-width: 0;
		width: 100% !important;
		margin: 0 !important;
		padding: 0;
		margin-top: 0 !important;
		order: unset !important;
	}

	/* Overlay for mobile menu */
	.ytc-nav::after {
		content: '';
		position: fixed;
		inset: 0;
		background: linear-gradient(180deg, rgba(4, 8, 16, 0.82) 0%, rgba(6, 10, 18, 0.78) 100%);
		backdrop-filter: blur(4px);
		opacity: 0;
		pointer-events: none;
		z-index: -1;
		transition: opacity 250ms ease;
	}

	.ytc-nav.is-open::after {
		opacity: 1;
		pointer-events: auto;
	}

	body:has(.ytc-nav.is-open) {
		overflow: hidden;
	}
}

@media (max-width: 640px) {
	header.ytc-header {
		padding: 0.9rem 0;
	}

	.ytc-container {
		padding: 0 1.25rem;
	}

	body.kingtube-child header.ytc-header .ytc-container.ytc-header__inner,
	body.kingtube-child .ytc-header__inner {
		display: grid !important;
		grid-template-columns: 1fr auto !important;
		grid-template-rows: auto auto !important;
		gap: 1.5rem 1rem !important;
		row-gap: 1.5rem !important;
		column-gap: 1rem !important;
		align-items: center;
	}

	body.kingtube-child header.ytc-header .ytc-brand,
	body.kingtube-child .ytc-brand {
		grid-column: 1 !important;
		grid-row: 1 !important;
		gap: 0.65rem;
		flex-shrink: 0;
		min-width: 0;
		max-width: 100% !important;
		margin-right: 0 !important;
		order: unset !important;
	}

	.ytc-brand__logo {
		width: 38px;
		height: 38px;
		font-size: 1rem;
	}

	.ytc-brand__logo i {
		font-size: 1.1rem;
	}

	.ytc-brand__logo-img {
		max-height: 38px !important;
	}

	.ytc-brand__title {
		font-size: 1.05rem;
	}

	body.kingtube-child header.ytc-header .ytc-nav-toggle,
	body.kingtube-child .ytc-nav-toggle {
		grid-column: 2 !important;
		grid-row: 1 !important;
		display: grid !important;
		place-items: center;
		width: 38px;
		height: 38px;
		flex-shrink: 0;
		margin-left: 0 !important;
		align-self: start;
		order: unset !important;
	}

	body.kingtube-child header.ytc-header .ytc-search,
	body.kingtube-child .ytc-search {
		grid-column: 1 / -1 !important;
		grid-row: 2 !important;
		max-width: 100% !important;
		min-width: 0;
		width: 100% !important;
		margin: 0 !important;
		padding: 0;
		order: unset !important;
	}

	.ytc-search input[type="search"] {
		padding: 0.75rem 2.75rem 0.75rem 0.95rem;
		font-size: 0.9rem;
		width: 100%;
		box-sizing: border-box;
	}

	.ytc-search__submit {
		width: 2.25rem;
		height: 2.25rem;
		right: 0.65rem;
		font-size: 0.95rem;
	}

	.ytc-nav {
		width: min(280px, 75vw);
	}

	.ytc-nav__header {
		padding: 1.2rem 1.2rem 0.95rem;
	}

	.ytc-nav__title {
		font-size: 1.05rem;
	}

	.ytc-nav__close {
		width: 36px;
		height: 36px;
	}

	.ytc-nav__close::before,
	.ytc-nav__close::after {
		width: 18px;
	}

	.ytc-empty-state {
		padding: 3rem 0;
	}

	.ytc-empty-state__icon {
		width: 64px;
		height: 64px;
		font-size: 1.6rem;
		margin-bottom: 1.25rem;
	}

	.ytc-empty-state__title {
		font-size: 1.3rem;
	}

	.ytc-empty-state__text {
		font-size: 0.95rem;
		margin-bottom: 1.5rem;
	}

	.ytc-empty-state__search {
		max-width: 100%;
	}

	.ytc-empty-state__search form {
		flex-direction: column;
		gap: 0.75rem;
	}

	.ytc-empty-state__search input[type="search"] {
		width: 100%;
	}

	.ytc-empty-state__search input[type="submit"] {
		width: 100%;
	}

	.ytc-empty-state__suggestions {
		margin-top: 3rem;
		padding-top: 2rem;
	}

	.ytc-empty-state__suggestions-title {
		font-size: 1.15rem;
		margin-bottom: 1.25rem;
	}

	.ytc-error-404 {
		padding: 3.5rem 0;
	}

	.ytc-error-404__icon {
		width: 140px;
		height: 140px;
		margin-bottom: 1.5rem;
	}

	.ytc-error-404__number {
		font-size: 6rem;
	}

	.ytc-error-404__icon i {
		font-size: 3rem;
	}

	.ytc-error-404__title {
		font-size: 1.5rem;
	}

	.ytc-error-404__text {
		font-size: 0.98rem;
		margin-bottom: 2rem;
	}

	.ytc-error-404__button {
		padding: 0.9rem 1.75rem;
		font-size: 0.95rem;
		width: 100%;
		justify-content: center;
	}

	.ytc-error-404__search {
		max-width: 100%;
	}

	.ytc-error-404__search form {
		flex-direction: column;
		gap: 0.75rem;
	}

	.ytc-error-404__search input[type="search"] {
		width: 100%;
		padding: 0.9rem 1.1rem;
		font-size: 0.95rem;
	}

	.ytc-error-404__search input[type="submit"] {
		width: 100%;
		padding: 0.9rem 1.75rem;
		font-size: 0.95rem;
	}

	.ytc-error-404__suggestions {
		margin-top: 3.5rem;
		padding-top: 3rem;
	}

	.ytc-error-404__suggestions-title {
		font-size: 1.25rem;
		margin-bottom: 1.5rem;
	}

	.breadcrumbs-area {
		height: 32px;
		line-height: 30px;
	}

	.breadcrumbs-area .row {
		padding: 0 1.25rem;
	}

	#breadcrumbs {
		padding: 0 1rem;
		font-size: 0.75em !important;
	}

	#breadcrumbs li {
		margin-right: 0.3em;
	}

	#breadcrumbs li.separator {
		margin-left: 0.25em;
	}

	.ytc-nav ul {
		padding: 1.15rem;
		gap: 0.3rem;
	}

	.ytc-nav a {
		padding: 0.85rem 1rem;
		font-size: 0.93rem;
	}
}

@media (max-width: 480px) {
	header.ytc-header {
		padding: 0.85rem 0;
	}

	.ytc-container {
		padding: 0 1rem;
	}

	.ytc-header__inner {
		gap: 0.75rem;
	}

	.ytc-brand {
		gap: 0.6rem;
	}

	.ytc-brand__logo {
		width: 36px;
		height: 36px;
		font-size: 0.95rem;
	}

	.ytc-brand__logo i {
		font-size: 1rem;
	}

	.ytc-brand__logo-img {
		max-height: 36px !important;
	}

	.ytc-brand__title {
		font-size: 1rem;
	}

	.ytc-search input[type="search"] {
		padding: 0.7rem 2.5rem 0.7rem 0.9rem;
		font-size: 0.88rem;
	}

	.ytc-search__submit {
		width: 2rem;
		height: 2rem;
		right: 0.6rem;
		font-size: 0.9rem;
	}

	.ytc-nav-toggle {
		width: 36px;
		height: 36px;
	}

	.ytc-nav {
		width: min(260px, 72vw);
	}

	.ytc-nav__header {
		padding: 1.1rem 1.1rem 0.9rem;
	}

	.ytc-nav__title {
		font-size: 1rem;
	}

	.ytc-nav__close {
		width: 32px;
		height: 32px;
	}

	.ytc-nav__close::before,
	.ytc-nav__close::after {
		width: 16px;
	}

	.ytc-nav ul {
		padding: 1.1rem;
		gap: 0.28rem;
	}

	.ytc-nav a {
		padding: 0.8rem 0.95rem;
		font-size: 0.91rem;
	}
}