﻿html {
	background: var(--kh-theme-bg);
}

body.khordad-hello-theme {
	background: var(--kh-theme-bg);
	color: var(--kh-theme-text);
	direction: rtl;
	font-family: var(--kh-font-family);
	font-size: var(--kh-theme-font-size);
	line-height: 1.8;
	margin: 0;
	overflow-x: clip;
	text-rendering: optimizeLegibility;
}

.khordad-hello-theme *,
.khordad-hello-theme *::before,
.khordad-hello-theme *::after {
	box-sizing: border-box;
}

.khordad-hello-theme a {
	color: inherit;
	text-decoration: none;
}

.khordad-hello-theme :where(a, button, input, select, textarea):focus-visible {
	outline: 3px solid color-mix(in srgb, var(--kh-theme-primary) 82%, white);
	outline-offset: 3px;
}

.khordad-hello-theme img,
.khordad-hello-theme video {
	height: auto;
	max-width: 100%;
}

.kh-theme-header {
	background: rgba(5, 5, 5, 0.92);
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
	color: var(--kh-theme-text);
	position: relative;
	z-index: 40;
}

.khordad-has-sticky-header .kh-theme-header {
	backdrop-filter: blur(18px);
	position: sticky;
	top: 0;
}

.admin-bar.khordad-has-sticky-header .kh-theme-header {
	top: 32px;
}

.kh-theme-header__inner,
.kh-theme-footer__inner,
.kh-theme-main {
	margin-inline: auto;
	max-width: var(--kh-theme-container);
	padding-inline: 22px;
	width: 100%;
}

.kh-theme-header__inner {
	align-items: center;
	display: flex;
	gap: 28px;
	justify-content: space-between;
	min-height: 76px;
}

.kh-theme-brand {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	gap: 12px;
	min-width: max-content;
}

.kh-theme-brand__mark {
	align-items: center;
	background: var(--kh-theme-primary);
	border-radius: 8px;
	color: #0a0a0a;
	display: inline-flex;
	font-size: 24px;
	font-weight: 900;
	height: 44px;
	justify-content: center;
	width: 44px;
}

.kh-theme-brand__logo,
.kh-theme-brand__logo img {
	display: block;
	height: 44px;
	width: 44px;
}

.kh-theme-brand__logo img {
	object-fit: contain;
}

.kh-theme-brand__text {
	display: grid;
	gap: 0;
}

.kh-theme-brand strong {
	font-size: 21px;
	font-weight: 900;
	line-height: 1.2;
}

.kh-theme-brand small {
	color: var(--kh-theme-muted);
	font-size: 12px;
	line-height: 1.6;
}

.kh-theme-nav {
	color: var(--kh-theme-muted);
	font-size: 14px;
	font-weight: 700;
	overflow-x: auto;
	scrollbar-width: none;
}

.kh-theme-nav::-webkit-scrollbar {
	display: none;
}

.kh-theme-nav__menu,
.kh-theme-footer__menu,
.kh-theme-nav > div,
.kh-theme-nav > ul {
	align-items: center;
	display: flex;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.kh-theme-nav li,
.kh-theme-footer__nav li {
	list-style: none;
}

.kh-theme-nav a {
	border-radius: 999px;
	display: inline-flex;
	padding: 8px 12px;
	transition: background-color 160ms ease, color 160ms ease;
}

.kh-theme-nav a:hover,
.kh-theme-nav a:focus-visible {
	background: rgba(255, 122, 0, 0.14);
	color: var(--kh-theme-text);
	outline: none;
}

.kh-theme-nav a[aria-current="page"] {
	background: rgba(255, 122, 0, 0.14);
	color: var(--kh-theme-text);
}

.kh-theme-menu-toggle {
	align-items: center;
	background: transparent;
	border: 1px solid var(--kh-theme-border);
	border-radius: var(--kh-theme-radius);
	color: var(--kh-theme-text);
	cursor: pointer;
	display: none;
	flex-direction: column;
	gap: 5px;
	height: 44px;
	justify-content: center;
	padding: 0;
	width: 44px;
}

.kh-theme-menu-toggle span {
	background: currentColor;
	border-radius: 999px;
	display: block;
	height: 2px;
	transition: transform 180ms ease, opacity 180ms ease;
	width: 20px;
}

.kh-theme-header.is-menu-open .kh-theme-menu-toggle span:nth-child(1),
.kh-elementor-header.is-menu-open .kh-theme-menu-toggle span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.kh-theme-header.is-menu-open .kh-theme-menu-toggle span:nth-child(2),
.kh-elementor-header.is-menu-open .kh-theme-menu-toggle span:nth-child(2) {
	opacity: 0;
}

.kh-theme-header.is-menu-open .kh-theme-menu-toggle span:nth-child(3),
.kh-elementor-header.is-menu-open .kh-theme-menu-toggle span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.kh-theme-header__action {
	background: var(--kh-theme-primary);
	border-radius: var(--kh-theme-radius);
	color: #080808;
	font-size: 13px;
	font-weight: 900;
	min-height: 42px;
	padding: 8px 15px;
}

.kh-theme-main {
	padding-block: 56px;
}

.kh-theme-article {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.025));
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	padding: clamp(22px, 4vw, 44px);
}

.kh-theme-article__header h1,
.kh-theme-empty h1 {
	font-size: clamp(28px, 5vw, 46px);
	line-height: 1.35;
	margin: 0 0 18px;
}

.kh-theme-article__content {
	color: rgba(255, 255, 255, 0.86);
	font-size: 16px;
}

.kh-theme-empty {
	background: var(--kh-theme-surface);
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 8px;
	padding: 32px;
}

.kh-theme-footer {
	background: #000;
	border-top: 1px solid rgba(255, 255, 255, 0.09);
	color: var(--kh-theme-muted);
}

.kh-theme-footer__inner {
	display: grid;
	gap: 22px;
	padding-block: 36px;
}

.kh-theme-footer strong {
	color: var(--kh-theme-text);
	display: block;
	font-size: 22px;
	margin-bottom: 6px;
}

.kh-theme-footer p {
	margin: 0;
	max-width: 620px;
}

.kh-theme-footer__menu {
	flex-wrap: wrap;
}

.kh-theme-footer a {
	color: var(--kh-theme-muted);
	font-size: 13px;
	font-weight: 700;
}

.kh-theme-footer a:hover,
.kh-theme-footer a:focus-visible {
	color: var(--kh-theme-primary);
	outline: none;
}

.kh-theme-footer small {
	color: rgba(255, 255, 255, 0.45);
}

.khordad-hello-theme .kh-elementor-header,
.khordad-hello-theme .kh-elementor-footer {
	background: #050505;
	color: var(--kh-theme-text);
	font-family: var(--kh-font-family);
}

.khordad-hello-theme .kh-elementor-header {
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
	position: sticky;
	top: 0;
	z-index: 60;
}

.admin-bar.khordad-hello-theme .kh-elementor-header {
	top: 32px;
}

.khordad-hello-theme .kh-elementor-header .elementor-widget-container,
.khordad-hello-theme .kh-elementor-footer .elementor-widget-container,
.khordad-hello-theme .kh-elementor-header p,
.khordad-hello-theme .kh-elementor-footer p {
	margin: 0;
}

.khordad-hello-theme .kh-elementor-header__inner {
	align-items: center;
	display: grid;
	gap: 22px;
	grid-template-columns: auto minmax(0, 1fr) auto;
	margin-inline: auto;
	max-width: var(--kh-theme-container);
	min-height: 76px;
	padding: 12px 22px;
	width: 100%;
}

.khordad-hello-theme .kh-elementor-brand {
	align-items: center;
	display: inline-flex;
	gap: 12px;
	min-width: max-content;
}

.khordad-hello-theme .kh-elementor-brand__mark {
	align-items: center;
	background: var(--kh-theme-primary);
	border-radius: 8px;
	color: #080808;
	display: inline-flex;
	font-size: 24px;
	font-weight: 950;
	height: 44px;
	justify-content: center;
	width: 44px;
}

.khordad-hello-theme .kh-elementor-brand__logo,
.khordad-hello-theme .kh-elementor-brand__logo img {
	display: block;
	height: 44px;
	width: 44px;
}

.khordad-hello-theme .kh-elementor-brand__logo img {
	object-fit: contain;
}

.khordad-hello-theme .kh-elementor-brand strong {
	display: block;
	font-size: 21px;
	font-weight: 950;
	line-height: 1.25;
}

.khordad-hello-theme .kh-elementor-brand small {
	color: var(--kh-theme-muted);
	display: block;
	font-size: 12px;
	line-height: 1.6;
}

.khordad-hello-theme .kh-elementor-nav {
	align-items: center;
	color: var(--kh-theme-muted);
	display: flex;
	font-size: 14px;
	font-weight: 800;
	gap: 4px;
	justify-content: center;
	min-width: 0;
	overflow-x: auto;
	scrollbar-width: none;
	white-space: nowrap;
}

.khordad-hello-theme .kh-elementor-nav__menu {
	align-items: center;
	display: flex;
	gap: 4px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.khordad-hello-theme .kh-elementor-nav__menu li {
	list-style: none;
}

.khordad-hello-theme .kh-elementor-nav::-webkit-scrollbar {
	display: none;
}

.khordad-hello-theme .kh-elementor-nav a {
	border-radius: 999px;
	padding: 8px 11px;
}

.khordad-hello-theme .kh-elementor-nav a:hover,
.khordad-hello-theme .kh-elementor-nav a:focus-visible {
	background: rgba(255, 122, 0, 0.14);
	color: var(--kh-theme-text);
	outline: none;
}

.khordad-hello-theme .kh-elementor-header__action {
	background: var(--kh-theme-primary);
	border-radius: 8px;
	color: #080808;
	font-size: 13px;
	font-weight: 950;
	padding: 8px 15px;
	text-align: center;
}

.khordad-hello-theme .kh-elementor-footer {
	border-top: 1px solid rgba(255, 255, 255, 0.09);
	padding-block: 42px 24px;
}

.khordad-hello-theme .kh-elementor-footer__grid {
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1.5fr) minmax(140px, 0.7fr) minmax(140px, 0.7fr);
	margin-inline: auto;
	max-width: var(--kh-theme-container);
	padding-inline: 22px;
	width: 100%;
}

.khordad-hello-theme .kh-elementor-footer__brand strong {
	color: var(--kh-theme-text);
	display: block;
	font-size: 28px;
	font-weight: 950;
	margin-bottom: 10px;
}

.khordad-hello-theme .kh-elementor-footer__brand p {
	color: rgba(255, 255, 255, 0.68);
	max-width: 520px;
}

.khordad-hello-theme .kh-elementor-footer h3 {
	color: var(--kh-theme-primary);
	font-size: 14px;
	font-weight: 950;
	margin: 0 0 12px;
}

.khordad-hello-theme .kh-elementor-footer a {
	color: rgba(255, 255, 255, 0.68);
	display: block;
	font-size: 14px;
	font-weight: 700;
	margin-top: 7px;
}

.khordad-hello-theme .kh-elementor-footer a:hover,
.khordad-hello-theme .kh-elementor-footer a:focus-visible {
	color: var(--kh-theme-text);
	outline: none;
}

.khordad-hello-theme .kh-elementor-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.42);
	display: flex;
	font-size: 12px;
	gap: 12px;
	justify-content: space-between;
	margin: 30px auto 0;
	max-width: var(--kh-theme-container);
	padding: 18px 22px 0;
	width: 100%;
}

.khordad-hello-theme .kh-editorial-next {
	background: radial-gradient(circle at 12% 0%, rgba(255, 122, 0, 0.16), transparent 30%), #060606;
	color: var(--kh-theme-text);
	font-family: var(--kh-font-family);
	padding: clamp(30px, 5vw, 58px) 22px;
}

.khordad-hello-theme .kh-editorial-next__inner {
	margin-inline: auto;
	max-width: var(--kh-theme-container);
	width: 100%;
}

.khordad-hello-theme .kh-editorial-next__header {
	align-items: end;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin-bottom: 18px;
}

.khordad-hello-theme .kh-editorial-next__kicker {
	align-items: center;
	color: #ffb066;
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	gap: 6px;
	margin-bottom: 5px;
}

.khordad-hello-theme .kh-editorial-next__kicker::before {
	content: "auto_stories";
	direction: ltr;
	font-family: "Material Symbols Rounded";
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
}

.khordad-hello-theme .kh-editorial-next h2 {
	color: var(--kh-theme-text);
	font-size: clamp(25px, 3vw, 34px);
	font-weight: 950;
	line-height: 1.35;
	margin: 0;
}

.khordad-hello-theme .kh-editorial-next p {
	color: rgba(255, 255, 255, 0.66);
	font-size: 14px;
	line-height: 1.85;
	margin: 7px 0 0;
	max-width: 620px;
}

.khordad-hello-theme .kh-editorial-next__link {
	align-items: center;
	background: rgba(255, 122, 0, 0.12);
	border: 1px solid rgba(255, 122, 0, 0.26);
	border-radius: 999px;
	color: #ffb066;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 13px;
	font-weight: 900;
	gap: 5px;
	min-height: 44px;
	padding: 9px 14px;
}

.khordad-hello-theme .kh-editorial-next__link::after {
	content: "chevron_left";
	direction: ltr;
	font-family: "Material Symbols Rounded";
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
}

.khordad-hello-theme .kh-editorial-next__link:hover,
.khordad-hello-theme .kh-editorial-next__link:focus-visible {
	background: var(--kh-theme-primary);
	color: #111;
}

.khordad-hello-theme .kh-editorial-next__grid {
	align-items: stretch;
}

.khordad-hello-theme .kh-elementor-home-hero,
.khordad-hello-theme .kh-elementor-home-slider,
.khordad-hello-theme .kh-elementor-home-topics,
.khordad-hello-theme .kh-elementor-home-section,
.khordad-hello-theme .kh-elementor-home-search {
	background: var(--kh-theme-bg);
	color: var(--kh-theme-text);
	font-family: var(--kh-font-family);
}

.khordad-hello-theme .kh-elementor-home-hero {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	overflow: hidden;
	padding-block: clamp(44px, 7vw, 92px);
	position: relative;
}

.khordad-hello-theme .kh-elementor-home-hero::before {
	background:
		radial-gradient(circle at 18% 24%, rgba(255, 122, 0, 0.2), transparent 32%),
		linear-gradient(135deg, rgba(255, 122, 0, 0.12), transparent 52%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.khordad-hello-theme .kh-elementor-home-hero > .elementor-container,
.khordad-hello-theme .kh-elementor-home-hero > .elementor-container > .elementor-column,
.khordad-hello-theme .kh-elementor-home-hero > .elementor-container > .elementor-column > .elementor-widget-wrap {
	position: relative;
}

.khordad-hello-theme .kh-elementor-home-hero .elementor-widget-heading h1 {
	font-size: clamp(46px, 9vw, 104px);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0;
}

.khordad-hello-theme .kh-elementor-home-hero .elementor-widget-text-editor {
	max-width: 720px;
}

.khordad-hello-theme .kh-elementor-home-hero .elementor-widget-text-editor p {
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(16px, 2vw, 20px);
	line-height: 2;
	margin: 12px 0 0;
}

.khordad-hello-theme .kh-elementor-home-hero .kh-home-kicker {
	color: var(--kh-theme-primary) !important;
	font-size: 14px !important;
	font-weight: 900;
	letter-spacing: 0;
	margin-bottom: 4px !important;
}

.khordad-hello-theme .kh-home-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 26px;
}

.khordad-hello-theme .kh-home-actions a {
	align-items: center;
	background: var(--kh-theme-primary);
	border: 1px solid var(--kh-theme-primary);
	border-radius: 8px;
	color: #090909;
	display: inline-flex;
	font-size: 14px;
	font-weight: 900;
	min-height: 44px;
	padding: 9px 18px;
}

.khordad-hello-theme .kh-home-actions a + a {
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 255, 255, 0.16);
	color: var(--kh-theme-text);
}

.khordad-hello-theme .kh-elementor-home-slider {
	padding-block: clamp(28px, 5vw, 58px);
}

.khordad-hello-theme .kh-elementor-home-topics {
	padding-block: 10px 34px;
}

.khordad-hello-theme .kh-home-topic-strip {
	display: none;
	flex-wrap: wrap;
	gap: 8px;
}

.khordad-hello-theme .kh-home-topic-strip span {
	background: rgba(255, 255, 255, 0.055);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 13px;
	font-weight: 800;
	padding: 7px 13px;
}

.khordad-hello-theme .kh-elementor-home-section {
	padding-block: clamp(28px, 4vw, 52px);
}

.khordad-hello-theme .kh-elementor-home-section:nth-of-type(even) {
	background: #080808;
}

.khordad-hello-theme .kh-elementor-home-section .kh-widget {
	margin: 0;
}

.khordad-hello-theme .kh-elementor-home-section .kh-widget__header {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	margin-bottom: 18px;
	padding-bottom: 12px;
}

.khordad-hello-theme .kh-elementor-home-section .kh-widget__header h2 {
	font-size: clamp(22px, 3vw, 32px);
}

.khordad-hello-theme .kh-elementor-home-section .kh-section-link {
	background: var(--kh-theme-primary);
	border-radius: 999px;
	color: #070707;
	font-size: 13px;
	font-weight: 950;
	padding: 7px 13px;
	white-space: nowrap;
}

.khordad-hello-theme .kh-elementor-home-playlists .kh-card__media,
.khordad-hello-theme .kh-elementor-home-podcasts .kh-card__media {
	aspect-ratio: var(--kh-theme-thumb-ratio);
	max-height: none;
}

.khordad-hello-theme .kh-card:not(.kh-person-card),
.khordad-hello-theme .kh-player,
.khordad-hello-theme .kh-search-panel,
.khordad-hello-theme .kh-program-panel,
.khordad-hello-theme .kh-podcast-panel,
.khordad-hello-theme .kh-short-panel,
.khordad-hello-theme .kh-playlist-panel {
	border-radius: var(--kh-theme-radius);
}

.khordad-hello-theme .kh-card__media {
	aspect-ratio: var(--kh-theme-thumb-ratio);
}

.khordad-hello-theme .kh-elementor-people-list .kh-card__media,
.khordad-hello-theme .kh-elementor-home-people .kh-card__media {
	aspect-ratio: 4 / 5;
}

.khordad-hello-theme .kh-elementor-home-section,
.khordad-hello-theme .kh-elementor-archive-list,
.khordad-hello-theme .kh-elementor-archive-topics,
.khordad-hello-theme .kh-elementor-archive-search,
.khordad-hello-theme [class*="kh-elementor-single-"] {
	padding-block: var(--kh-theme-section-space);
}

.khordad-hello-theme .kh-section-link,
.khordad-hello-theme .kh-topic-pill,
.khordad-hello-theme .kh-archive-filter-strip a,
.khordad-hello-theme .kh-archive-filter-strip span,
.khordad-hello-theme .kh-search-type-nav a {
	align-items: center;
	display: inline-flex;
	min-height: 42px;
}

.khordad-hello-theme .kh-hero-slider__dot {
	background: transparent;
	box-sizing: border-box;
	height: 44px;
	min-height: 44px;
	min-width: 44px;
	position: relative;
	width: 44px;
}

.khordad-hello-theme .kh-hero-slider__dot.is-active {
	background: transparent;
	width: 50px;
}

.khordad-hello-theme .kh-hero-slider__dot::after {
	background: rgba(255, 255, 255, 0.34);
	border-radius: 999px;
	content: "";
	height: 8px;
	inset: 50% auto auto 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	transition: background 180ms ease, width 180ms ease;
	width: 8px;
}

.khordad-hello-theme .kh-hero-slider__dot.is-active::after {
	background: var(--kh-theme-primary);
	width: 28px;
}

.khordad-hello-theme .kh-elementor-home-people .kh-card-grid {
	gap: 12px;
}

.khordad-hello-theme .kh-elementor-home-people .kh-card {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.1);
}

.khordad-hello-theme .kh-elementor-home-people .kh-card__media {
	aspect-ratio: 1 / 1;
	background: #111;
}

.khordad-hello-theme .kh-elementor-home-people .kh-card__body {
	padding: 10px;
}

.khordad-hello-theme .kh-elementor-home-people .kh-card__type {
	font-size: 11px;
	margin-bottom: 2px;
}

.khordad-hello-theme .kh-elementor-home-people .kh-card__body h3 {
	font-size: 14px;
	line-height: 1.6;
}

.khordad-hello-theme .kh-elementor-home-people .kh-card__body p {
	display: none;
}

.khordad-hello-theme .kh-elementor-home-search {
	background:
		linear-gradient(180deg, rgba(255, 122, 0, 0.09), rgba(255, 122, 0, 0)),
		var(--kh-theme-bg);
	padding-block: clamp(34px, 5vw, 70px);
}

.khordad-hello-theme .kh-elementor-home-search .kh-search-form {
	margin-inline: auto;
	max-width: 760px;
}

.khordad-hello-theme .kh-elementor-archive-hero,
.khordad-hello-theme .kh-elementor-archive-filters,
.khordad-hello-theme .kh-elementor-archive-topics,
.khordad-hello-theme .kh-elementor-archive-list,
.khordad-hello-theme .kh-elementor-archive-search {
	background: var(--kh-theme-bg);
	color: var(--kh-theme-text);
	font-family: var(--kh-font-family);
}

.khordad-hello-theme .kh-elementor-archive-hero {
	background:
		linear-gradient(135deg, rgba(255, 122, 0, 0.14), rgba(255, 122, 0, 0) 54%),
		#050505;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	padding-block: clamp(42px, 7vw, 86px);
}

.khordad-hello-theme .kh-elementor-archive-hero .elementor-widget-heading h1 {
	font-size: clamp(34px, 6vw, 72px);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.18;
	margin: 0;
}

.khordad-hello-theme .kh-elementor-archive-hero .elementor-widget-text-editor {
	max-width: 760px;
}

.khordad-hello-theme .kh-elementor-archive-hero .elementor-widget-text-editor p {
	color: rgba(255, 255, 255, 0.76);
	font-size: clamp(15px, 2vw, 18px);
	line-height: 2;
	margin: 10px 0 0;
}

.khordad-hello-theme .kh-archive-kicker {
	color: var(--kh-theme-primary) !important;
	font-size: 13px !important;
	font-weight: 950;
	margin-bottom: 4px !important;
}

.khordad-hello-theme .kh-archive-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.khordad-hello-theme .kh-archive-actions a {
	background: var(--kh-theme-primary);
	border: 1px solid var(--kh-theme-primary);
	border-radius: 8px;
	color: #080808;
	display: inline-flex;
	font-size: 14px;
	font-weight: 950;
	padding: 9px 16px;
}

.khordad-hello-theme .kh-archive-actions a + a {
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 255, 255, 0.15);
	color: var(--kh-theme-text);
}

.khordad-hello-theme .kh-elementor-archive-filters {
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	padding-block: 16px;
}

.khordad-hello-theme .kh-archive-filter-strip {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.khordad-hello-theme .kh-archive-filter-strip span,
.khordad-hello-theme .kh-archive-filter-strip a {
	background: rgba(255, 255, 255, 0.055);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.75);
	font-size: 13px;
	font-weight: 850;
	padding: 7px 13px;
}

.khordad-hello-theme .kh-archive-filter-strip span {
	background: var(--kh-theme-primary);
	border-color: var(--kh-theme-primary);
	color: #080808;
}

.khordad-hello-theme .kh-archive-filter-strip a:hover,
.khordad-hello-theme .kh-archive-filter-strip a:focus-visible {
	border-color: rgba(255, 122, 0, 0.55);
	color: var(--kh-theme-text);
	outline: none;
}

.khordad-hello-theme .kh-elementor-archive-topics,
.khordad-hello-theme .kh-elementor-archive-list {
	padding-block: clamp(30px, 5vw, 58px);
}

.khordad-hello-theme .kh-elementor-archive-list {
	background: #080808;
}

.khordad-hello-theme .kh-elementor-archive-topics .kh-widget,
.khordad-hello-theme .kh-elementor-archive-list .kh-widget {
	margin: 0;
}

.khordad-hello-theme .kh-elementor-archive-topics .kh-widget__header,
.khordad-hello-theme .kh-elementor-archive-list .kh-widget__header {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	margin-bottom: 18px;
	padding-bottom: 12px;
}

.khordad-hello-theme .kh-elementor-archive-topics .kh-widget__header h2,
.khordad-hello-theme .kh-elementor-archive-list .kh-widget__header h2 {
	font-size: clamp(22px, 3vw, 32px);
}

.khordad-hello-theme .kh-elementor-archive-search {
	background:
		linear-gradient(180deg, rgba(255, 122, 0, 0.08), rgba(255, 122, 0, 0)),
		var(--kh-theme-bg);
	padding-block: clamp(34px, 5vw, 64px);
}

.khordad-hello-theme .kh-elementor-archive-search .kh-search-form {
	margin-inline: auto;
	max-width: 760px;
}

.khordad-hello-theme .kh-elementor-search-hero,
.khordad-hello-theme .kh-elementor-search-main {
	background: var(--kh-theme-bg);
	color: var(--kh-theme-text);
	font-family: var(--kh-font-family);
}

.khordad-hello-theme .kh-elementor-search-hero {
	background:
		linear-gradient(135deg, rgba(255, 122, 0, 0.16), rgba(255, 122, 0, 0) 56%),
		#050505;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	padding-block: clamp(42px, 7vw, 86px);
}

.khordad-hello-theme .kh-elementor-search-hero .elementor-widget-heading h1 {
	font-size: clamp(34px, 6vw, 72px);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.18;
	margin: 0;
}

.khordad-hello-theme .kh-elementor-search-hero .elementor-widget-text-editor {
	max-width: 760px;
}

.khordad-hello-theme .kh-elementor-search-main {
	padding-block: clamp(30px, 5vw, 64px);
}

.khordad-hello-theme .kh-search-panel {
	background: rgba(255, 255, 255, 0.045);
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 8px;
	padding: clamp(14px, 2vw, 22px);
}

.khordad-hello-theme .kh-search-form {
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1fr) 220px auto;
}

.khordad-hello-theme .kh-search-form input,
.khordad-hello-theme .kh-search-form select,
.khordad-hello-theme .kh-search-form button {
	border-radius: 8px;
	font-family: var(--kh-font-family);
	min-height: 46px;
}

.khordad-hello-theme .kh-search-type-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
}

.khordad-hello-theme .kh-search-type-nav a,
.khordad-hello-theme .kh-search-counts a,
.khordad-hello-theme .kh-search-start__grid a {
	text-decoration: none;
}

.khordad-hello-theme .kh-search-type-nav a {
	background: rgba(255, 255, 255, 0.055);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.76);
	font-size: 13px;
	font-weight: 850;
	padding: 7px 13px;
}

.khordad-hello-theme .kh-search-type-nav a.is-active,
.khordad-hello-theme .kh-search-type-nav a:hover,
.khordad-hello-theme .kh-search-type-nav a:focus-visible {
	background: var(--kh-theme-primary);
	border-color: var(--kh-theme-primary);
	color: #080808;
	outline: none;
}

.khordad-hello-theme .kh-search-start,
.khordad-hello-theme .kh-search-results {
	margin-top: clamp(22px, 4vw, 38px);
}

.khordad-hello-theme .kh-search-start h2,
.khordad-hello-theme .kh-search-results__header h2 {
	color: var(--kh-theme-text);
	font-size: clamp(24px, 4vw, 38px);
	font-weight: 950;
	margin: 0;
}

.khordad-hello-theme .kh-search-start p {
	color: rgba(255, 255, 255, 0.7);
	line-height: 2;
	margin: 8px 0 0;
}

.khordad-hello-theme .kh-search-start__grid,
.khordad-hello-theme .kh-search-counts {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin-top: 18px;
}

.khordad-hello-theme .kh-search-start__grid a,
.khordad-hello-theme .kh-search-counts a {
	background: rgba(255, 255, 255, 0.045);
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 8px;
	color: var(--kh-theme-text);
	display: grid;
	gap: 5px;
	padding: 14px;
}

.khordad-hello-theme .kh-search-start__grid span,
.khordad-hello-theme .kh-search-counts span {
	font-size: 14px;
	font-weight: 950;
}

.khordad-hello-theme .kh-search-start__grid small {
	color: rgba(255, 255, 255, 0.58);
	font-size: 12px;
	line-height: 1.8;
}

.khordad-hello-theme .kh-search-counts strong {
	color: var(--kh-theme-primary);
	font-size: 22px;
	font-weight: 950;
}

.khordad-hello-theme .kh-search-results__header {
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	display: flex;
	justify-content: space-between;
	margin-bottom: 18px;
	padding-bottom: 14px;
}

.khordad-hello-theme .kh-search-results__header span {
	color: var(--kh-theme-primary);
	font-size: 13px;
	font-weight: 950;
}

.khordad-hello-theme .kh-search-results__header strong {
	background: rgba(255, 122, 0, 0.14);
	border: 1px solid rgba(255, 122, 0, 0.3);
	border-radius: 999px;
	color: var(--kh-theme-primary);
	font-size: 13px;
	padding: 7px 12px;
}

.khordad-hello-theme .kh-elementor-people-list .kh-card__media {
	aspect-ratio: 4 / 5;
}

.khordad-hello-theme .kh-elementor-people-list .kh-card__media img {
	object-position: center top;
}

.khordad-hello-theme .kh-elementor-people-list .kh-card__type {
	color: var(--kh-theme-primary);
}

.khordad-hello-theme .kh-people-role-strip a {
	font-weight: 900;
}

.khordad-hello-theme .kh-elementor-single-program-hero,
.khordad-hello-theme .kh-elementor-single-program-player,
.khordad-hello-theme .kh-elementor-single-program-overview,
.khordad-hello-theme .kh-elementor-single-program-people,
.khordad-hello-theme .kh-elementor-single-program-related,
.khordad-hello-theme .kh-elementor-single-program-transcript {
	background: var(--kh-theme-bg);
	color: var(--kh-theme-text);
	font-family: var(--kh-font-family);
}

.khordad-hello-theme .kh-elementor-single-program-hero {
	background:
		linear-gradient(135deg, rgba(255, 122, 0, 0.14), rgba(255, 122, 0, 0) 58%),
		#050505;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	padding-block: clamp(42px, 7vw, 88px);
}

.khordad-hello-theme .kh-program-kicker {
	color: var(--kh-theme-primary);
	display: block;
	font-size: 13px;
	font-weight: 950;
	margin-bottom: 10px;
}

.khordad-hello-theme .kh-program-hero h1 {
	font-size: clamp(32px, 6vw, 68px);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0;
	max-width: 900px;
}

.khordad-hello-theme .kh-program-hero p {
	color: rgba(255, 255, 255, 0.76);
	font-size: clamp(15px, 2vw, 18px);
	line-height: 2;
	margin: 16px 0 0;
	max-width: 760px;
}

.khordad-hello-theme .kh-program-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 22px;
}

.khordad-hello-theme .kh-program-meta span {
	background: rgba(255, 255, 255, 0.065);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 13px;
	font-weight: 800;
	padding: 7px 12px;
}

.khordad-hello-theme .kh-elementor-single-program-player {
	padding-block: clamp(28px, 5vw, 58px);
}

.khordad-hello-theme .kh-elementor-single-program-player .kh-aparat-player,
.khordad-hello-theme .kh-elementor-single-program-player iframe {
	border-radius: 8px;
	overflow: hidden;
}

.khordad-hello-theme .kh-elementor-single-program-overview,
.khordad-hello-theme .kh-elementor-single-program-people,
.khordad-hello-theme .kh-elementor-single-program-transcript {
	padding-block: clamp(28px, 5vw, 56px);
}

.khordad-hello-theme .kh-elementor-single-program-overview {
	background: #080808;
}

.khordad-hello-theme .kh-program-overview {
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
}

.khordad-hello-theme .kh-program-panel,
.khordad-hello-theme .kh-program-people .kh-side-panel {
	background: rgba(255, 255, 255, 0.045);
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 8px;
	padding: clamp(20px, 3vw, 30px);
}

.khordad-hello-theme .kh-program-panel h2,
.khordad-hello-theme .kh-program-people h3,
.khordad-hello-theme .kh-elementor-single-program-related .kh-widget__header h2 {
	color: var(--kh-theme-text);
	font-size: clamp(21px, 3vw, 30px);
	font-weight: 950;
	margin: 0 0 14px;
}

.khordad-hello-theme .kh-program-panel--summary {
	border-color: rgba(255, 122, 0, 0.2);
}

.khordad-hello-theme .kh-program-people {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.khordad-hello-theme .kh-program-people .kh-side-panel {
	margin: 0;
}

.khordad-hello-theme .kh-elementor-single-program-related {
	padding-block: clamp(28px, 5vw, 54px);
}

.khordad-hello-theme .kh-elementor-single-program-related:nth-of-type(even) {
	background: #080808;
}

.khordad-hello-theme .kh-elementor-single-program-related .kh-widget__header {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	margin-bottom: 18px;
	padding-bottom: 12px;
}

.khordad-hello-theme .kh-elementor-single-program-transcript {
	background: #080808;
}

.khordad-hello-theme .kh-elementor-single-person-hero,
.khordad-hello-theme .kh-elementor-single-person-bio,
.khordad-hello-theme .kh-elementor-single-person-related {
	background: var(--kh-theme-bg);
	color: var(--kh-theme-text);
	font-family: var(--kh-font-family);
}

.khordad-hello-theme .kh-elementor-single-person-hero {
	background:
		linear-gradient(135deg, rgba(255, 122, 0, 0.13), rgba(255, 122, 0, 0) 58%),
		#050505;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	padding-block: clamp(34px, 6vw, 76px);
}

.khordad-hello-theme .kh-person-profile {
	align-items: center;
	display: grid;
	gap: clamp(22px, 5vw, 54px);
	grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
}

.khordad-hello-theme .kh-person-profile__media {
	aspect-ratio: 4 / 5;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	overflow: hidden;
}

.khordad-hello-theme .kh-person-profile__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.khordad-hello-theme .kh-person-profile__placeholder {
	align-items: center;
	color: var(--kh-theme-primary);
	display: flex;
	font-size: clamp(72px, 12vw, 132px);
	font-weight: 950;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.khordad-hello-theme .kh-person-profile__roles {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 14px;
}

.khordad-hello-theme .kh-person-profile__roles span,
.khordad-hello-theme .kh-person-profile__links a {
	background: rgba(255, 122, 0, 0.14);
	border: 1px solid rgba(255, 122, 0, 0.26);
	border-radius: 999px;
	color: var(--kh-theme-primary);
	font-size: 12px;
	font-weight: 900;
	padding: 6px 11px;
}

.khordad-hello-theme .kh-person-profile h1 {
	font-size: clamp(34px, 7vw, 74px);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.15;
	margin: 0;
}

.khordad-hello-theme .kh-person-profile__title {
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(16px, 2vw, 20px);
	font-weight: 800;
	line-height: 1.9;
	margin: 12px 0 0;
}

.khordad-hello-theme .kh-person-profile__facts {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 22px;
	max-width: 720px;
}

.khordad-hello-theme .kh-person-profile__facts div {
	background: rgba(255, 255, 255, 0.055);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	padding: 13px 15px;
}

.khordad-hello-theme .kh-person-profile__facts span {
	color: rgba(255, 255, 255, 0.54);
	display: block;
	font-size: 12px;
	font-weight: 800;
	margin-bottom: 5px;
}

.khordad-hello-theme .kh-person-profile__facts strong {
	color: var(--kh-theme-text);
	font-size: 15px;
	font-weight: 900;
}

.khordad-hello-theme .kh-person-profile__links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 22px;
}

.khordad-hello-theme .kh-elementor-single-person-bio {
	background: #080808;
	padding-block: clamp(28px, 5vw, 56px);
}

.khordad-hello-theme .kh-person-bio-panel {
	background: rgba(255, 255, 255, 0.045);
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 8px;
	padding: clamp(20px, 3vw, 30px);
}

.khordad-hello-theme .kh-person-bio-panel h2,
.khordad-hello-theme .kh-elementor-single-person-related .kh-widget__header h2 {
	color: var(--kh-theme-text);
	font-size: clamp(21px, 3vw, 30px);
	font-weight: 950;
	margin: 0 0 14px;
}

.khordad-hello-theme .kh-elementor-single-person-related {
	padding-block: clamp(28px, 5vw, 54px);
}

.khordad-hello-theme .kh-elementor-single-person-related:nth-of-type(even) {
	background: #080808;
}

.khordad-hello-theme .kh-elementor-single-person-related .kh-widget__header {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	margin-bottom: 18px;
	padding-bottom: 12px;
}

.khordad-hello-theme .kh-elementor-single-podcast-hero,
.khordad-hello-theme .kh-elementor-single-podcast-player,
.khordad-hello-theme .kh-elementor-single-podcast-overview,
.khordad-hello-theme .kh-elementor-single-podcast-transcript,
.khordad-hello-theme .kh-elementor-single-short-hero,
.khordad-hello-theme .kh-elementor-single-short-player,
.khordad-hello-theme .kh-elementor-single-short-overview,
.khordad-hello-theme .kh-elementor-single-short-related {
	background: var(--kh-theme-bg);
	color: var(--kh-theme-text);
	font-family: var(--kh-font-family);
}

.khordad-hello-theme .kh-elementor-single-podcast-hero,
.khordad-hello-theme .kh-elementor-single-short-hero {
	background:
		linear-gradient(135deg, rgba(255, 122, 0, 0.13), rgba(255, 122, 0, 0) 58%),
		#050505;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	padding-block: clamp(40px, 7vw, 82px);
}

.khordad-hello-theme .kh-podcast-kicker,
.khordad-hello-theme .kh-short-kicker {
	color: var(--kh-theme-primary);
	display: block;
	font-size: 13px;
	font-weight: 950;
	margin-bottom: 10px;
}

.khordad-hello-theme .kh-podcast-hero h1,
.khordad-hello-theme .kh-short-hero h1 {
	font-size: clamp(32px, 6vw, 66px);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0;
	max-width: 900px;
}

.khordad-hello-theme .kh-podcast-hero p,
.khordad-hello-theme .kh-short-hero p {
	color: rgba(255, 255, 255, 0.76);
	font-size: clamp(15px, 2vw, 18px);
	line-height: 2;
	margin: 16px 0 0;
	max-width: 760px;
}

.khordad-hello-theme .kh-podcast-meta,
.khordad-hello-theme .kh-short-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 22px;
}

.khordad-hello-theme .kh-podcast-meta span,
.khordad-hello-theme .kh-short-meta span {
	background: rgba(255, 255, 255, 0.065);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 13px;
	font-weight: 800;
	padding: 7px 12px;
}

.khordad-hello-theme .kh-elementor-single-podcast-player,
.khordad-hello-theme .kh-elementor-single-short-player {
	padding-block: clamp(28px, 5vw, 56px);
}

.khordad-hello-theme .kh-elementor-single-podcast-overview,
.khordad-hello-theme .kh-elementor-single-podcast-transcript,
.khordad-hello-theme .kh-elementor-single-short-overview,
.khordad-hello-theme .kh-elementor-single-short-related {
	padding-block: clamp(28px, 5vw, 56px);
}

.khordad-hello-theme .kh-elementor-single-podcast-overview,
.khordad-hello-theme .kh-elementor-single-short-overview {
	background: #080808;
}

.khordad-hello-theme .kh-podcast-overview,
.khordad-hello-theme .kh-short-overview {
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
}

.khordad-hello-theme .kh-podcast-panel,
.khordad-hello-theme .kh-podcast-side,
.khordad-hello-theme .kh-short-panel,
.khordad-hello-theme .kh-short-side {
	background: rgba(255, 255, 255, 0.045);
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 8px;
	padding: clamp(20px, 3vw, 30px);
}

.khordad-hello-theme .kh-podcast-panel h2,
.khordad-hello-theme .kh-podcast-side h3,
.khordad-hello-theme .kh-short-panel h2,
.khordad-hello-theme .kh-short-side h3,
.khordad-hello-theme .kh-elementor-single-short-related .kh-widget__header h2 {
	color: var(--kh-theme-text);
	font-size: clamp(21px, 3vw, 30px);
	font-weight: 950;
	margin: 0 0 14px;
}

.khordad-hello-theme .kh-elementor-single-short-player video {
	aspect-ratio: 16 / 9;
	background: #000;
	border-radius: 8px;
	object-fit: contain;
	overflow: hidden;
}

.khordad-hello-theme .kh-elementor-single-short-related {
	background: var(--kh-theme-bg);
}

.khordad-hello-theme .kh-elementor-single-playlist-hero,
.khordad-hello-theme .kh-elementor-single-playlist-items,
.khordad-hello-theme .kh-elementor-single-playlist-overview {
	background: var(--kh-theme-bg);
	color: var(--kh-theme-text);
	font-family: var(--kh-font-family);
}

.khordad-hello-theme .kh-elementor-single-playlist-hero {
	background:
		linear-gradient(135deg, rgba(255, 122, 0, 0.15), rgba(255, 122, 0, 0) 56%),
		#050505;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	padding-block: clamp(38px, 7vw, 78px);
}

.khordad-hello-theme .kh-playlist-profile {
	align-items: stretch;
	display: grid;
	gap: clamp(22px, 4vw, 40px);
	grid-template-columns: minmax(210px, 320px) minmax(0, 1fr);
}

.khordad-hello-theme .kh-playlist-profile__poster {
	aspect-ratio: 2 / 3;
	background: #0b0b0b;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	overflow: hidden;
}

.khordad-hello-theme .kh-playlist-profile__poster img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.khordad-hello-theme .kh-playlist-profile__poster span {
	align-items: center;
	color: var(--kh-theme-primary);
	display: flex;
	font-weight: 950;
	height: 100%;
	justify-content: center;
}

.khordad-hello-theme .kh-playlist-profile__content {
	align-self: center;
}

.khordad-hello-theme .kh-playlist-kicker {
	color: var(--kh-theme-primary);
	display: block;
	font-size: 13px;
	font-weight: 950;
	margin-bottom: 10px;
}

.khordad-hello-theme .kh-playlist-profile h1 {
	font-size: clamp(32px, 6vw, 64px);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0;
	max-width: 900px;
}

.khordad-hello-theme .kh-playlist-profile p {
	color: rgba(255, 255, 255, 0.76);
	font-size: clamp(15px, 2vw, 18px);
	line-height: 2;
	margin: 16px 0 0;
	max-width: 760px;
}

.khordad-hello-theme .kh-playlist-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 22px;
}

.khordad-hello-theme .kh-playlist-meta span {
	background: rgba(255, 255, 255, 0.065);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 13px;
	font-weight: 800;
	padding: 7px 12px;
}

.khordad-hello-theme .kh-elementor-single-playlist-items,
.khordad-hello-theme .kh-elementor-single-playlist-overview {
	padding-block: clamp(28px, 5vw, 56px);
}

.khordad-hello-theme .kh-elementor-single-playlist-items {
	background: #080808;
}

.khordad-hello-theme .kh-elementor-single-playlist-items .kh-card-grid {
	counter-reset: kh-playlist-item;
}

.khordad-hello-theme .kh-elementor-single-playlist-items .kh-card {
	counter-increment: kh-playlist-item;
	position: relative;
}

.khordad-hello-theme .kh-elementor-single-playlist-items .kh-card::before {
	align-items: center;
	background: var(--kh-theme-primary);
	border-radius: 999px;
	color: #111;
	content: counter(kh-playlist-item);
	display: inline-flex;
	font-size: 12px;
	font-weight: 950;
	height: 28px;
	justify-content: center;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 28px;
	z-index: 2;
}

.khordad-hello-theme .kh-playlist-overview {
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
}

.khordad-hello-theme .kh-playlist-panel,
.khordad-hello-theme .kh-playlist-side {
	background: rgba(255, 255, 255, 0.045);
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 8px;
	padding: clamp(20px, 3vw, 30px);
}

.khordad-hello-theme .kh-playlist-panel h2,
.khordad-hello-theme .kh-playlist-side h3,
.khordad-hello-theme .kh-elementor-single-playlist-items .kh-widget__header h2 {
	color: var(--kh-theme-text);
	font-size: clamp(21px, 3vw, 30px);
	font-weight: 950;
	margin: 0 0 14px;
}

@media (max-width: 782px) {
	.admin-bar.khordad-has-sticky-header .kh-theme-header {
		top: 46px;
	}

	.admin-bar.khordad-hello-theme .kh-elementor-header {
		top: 46px;
	}
}

@media (max-width: 760px) {
	.kh-theme-header__inner {
		align-items: center;
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 10px;
		min-height: 0;
		padding-block: 14px;
	}

	.kh-theme-nav {
		display: none;
		grid-column: 1 / -1;
		margin: 0;
		overflow: visible;
		padding: 8px 0 0;
		width: 100%;
	}

	.kh-theme-header.is-menu-open .kh-theme-nav {
		display: grid;
		gap: 4px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.kh-theme-nav__menu,
	.kh-theme-nav > div,
	.kh-theme-nav > ul {
		align-items: stretch;
		display: grid;
		gap: 4px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		white-space: normal;
	}

	.kh-theme-nav a {
		align-items: center;
		display: flex;
		justify-content: center;
		min-height: 44px;
		text-align: center;
	}

	.kh-theme-menu-toggle {
		display: inline-flex;
	}

	.kh-theme-header__action {
		display: none;
	}

	.kh-theme-brand__mark {
		height: 40px;
		width: 40px;
	}

	.kh-theme-main {
		padding-block: 34px;
	}

	.khordad-hello-theme .kh-elementor-header__inner {
		align-items: center;
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 13px;
		min-height: 0;
		padding-block: 14px;
	}

	.khordad-hello-theme .kh-elementor-nav {
		display: none;
		grid-column: 1 / -1;
		justify-content: stretch;
		margin: 0;
		overflow: visible;
		padding: 8px 0 0;
		white-space: normal;
	}

	.khordad-hello-theme .kh-elementor-header.is-menu-open .kh-elementor-nav {
		display: grid;
		gap: 4px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.khordad-hello-theme .kh-elementor-nav__menu {
		display: grid;
		gap: 4px;
		grid-column: 1 / -1;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
	}

	.khordad-hello-theme .kh-elementor-nav a {
		align-items: center;
		display: flex;
		justify-content: center;
		min-height: 44px;
	}

	.khordad-hello-theme .kh-elementor-header__action {
		display: none;
	}

	.khordad-hello-theme .kh-elementor-footer__grid {
		grid-template-columns: 1fr;
	}

	.khordad-hello-theme .kh-elementor-footer__bottom {
		flex-direction: column;
	}

	.khordad-hello-theme .kh-editorial-next {
		padding-inline: 18px;
	}

	.khordad-hello-theme .kh-editorial-next__header {
		align-items: flex-start;
		flex-direction: column;
	}

	.khordad-hello-theme .kh-editorial-next__link {
		justify-content: center;
		width: 100%;
	}

	.khordad-hello-theme .kh-editorial-next__grid {
		grid-template-columns: 1fr;
	}

	.khordad-hello-theme .kh-elementor-home-hero {
		padding-block: 36px;
	}

	.khordad-hello-theme .kh-home-actions a {
		justify-content: center;
		width: 100%;
	}

	.khordad-hello-theme .kh-home-topic-strip {
		flex-wrap: nowrap;
		margin-inline: -22px;
		overflow-x: auto;
		padding-inline: 22px;
		scrollbar-width: none;
	}

	.khordad-hello-theme .kh-card-grid {
		gap: 14px;
		grid-template-columns: 1fr;
		min-width: 0;
		width: 100%;
	}

	.khordad-hello-theme .kh-card {
		border-radius: 12px;
		min-width: 0;
		width: 100%;
	}

	.khordad-hello-theme .kh-card--program .kh-card__media,
	.khordad-hello-theme .kh-card--short-video .kh-card__media {
		aspect-ratio: 16 / 9;
	}

	.khordad-hello-theme .kh-card__body {
		padding: 13px 14px 15px;
	}

	.khordad-hello-theme .kh-card__eyebrow,
	.khordad-hello-theme .kh-card__meta {
		gap: 7px;
	}

	.khordad-hello-theme .kh-card__meta {
		background: rgba(255, 122, 0, 0.08);
		border-inline-start: 0;
		border-radius: 10px;
		display: flex;
		flex-wrap: wrap;
		padding: 7px 9px;
	}

	.khordad-hello-theme .kh-card__meta-item {
		min-height: 28px;
	}

	.khordad-hello-theme .kh-card__meta-item + .kh-card__meta-item::before {
		display: none;
	}

	.khordad-hello-theme .kh-card__body h3 {
		font-size: 16px;
		line-height: 1.7;
	}

	.khordad-hello-theme .kh-card__body p {
		-webkit-line-clamp: 2;
		font-size: 12px;
		line-height: 1.75;
	}

	.khordad-hello-theme .kh-elementor-rendered-template,
	.khordad-hello-theme .elementor,
	.khordad-hello-theme .elementor-section,
	.khordad-hello-theme .elementor-container,
	.khordad-hello-theme .elementor-column,
	.khordad-hello-theme .elementor-widget-wrap {
		max-width: 100%;
	}

	.khordad-hello-theme .kh-home-topic-strip::-webkit-scrollbar {
		display: none;
	}

	.khordad-hello-theme .kh-home-topic-strip span {
		white-space: nowrap;
	}

	.khordad-hello-theme .kh-elementor-home-people .kh-card-grid--cols-5 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.khordad-hello-theme .kh-elementor-home-section .kh-widget__header {
		align-items: flex-start;
		flex-wrap: wrap;
		gap: 10px;
	}

	.khordad-hello-theme .kh-widget__header h2 {
		font-size: clamp(21px, 6vw, 26px);
	}

	.khordad-hello-theme .kh-section-link,
	.khordad-hello-theme .kh-pagination .page-numbers,
	.khordad-hello-theme .kh-archive-filter-strip a,
	.khordad-hello-theme .kh-home-topic-strip button,
	.khordad-hello-theme .kh-home-topic-strip a {
		align-items: center;
		display: inline-flex;
		min-height: 44px;
	}

	.khordad-hello-theme .kh-archive-actions a {
		justify-content: center;
		width: 100%;
	}

	.khordad-hello-theme .kh-archive-filter-strip {
		flex-wrap: nowrap;
		margin-inline: -22px;
		overflow-x: auto;
		padding-inline: 22px;
		scrollbar-width: none;
	}

	.khordad-hello-theme .kh-archive-filter-strip::-webkit-scrollbar {
		display: none;
	}

	.khordad-hello-theme .kh-archive-filter-strip span,
	.khordad-hello-theme .kh-archive-filter-strip a {
		white-space: nowrap;
	}

	.khordad-hello-theme .kh-program-overview,
	.khordad-hello-theme .kh-program-people {
		grid-template-columns: 1fr;
	}

	.khordad-hello-theme .kh-program-meta {
		flex-wrap: nowrap;
		margin-inline: -22px;
		overflow-x: auto;
		padding-inline: 22px;
		scrollbar-width: none;
	}

	.khordad-hello-theme .kh-program-meta::-webkit-scrollbar {
		display: none;
	}

	.khordad-hello-theme .kh-program-meta span {
		white-space: nowrap;
	}

	.khordad-hello-theme .kh-person-profile {
		grid-template-columns: 1fr;
	}

	.khordad-hello-theme .kh-person-profile__media {
		margin-inline: auto;
		max-width: 320px;
		width: 100%;
	}

	.khordad-hello-theme .kh-person-profile__facts {
		grid-template-columns: 1fr;
	}

	.khordad-hello-theme .kh-podcast-overview,
	.khordad-hello-theme .kh-short-overview,
	.khordad-hello-theme .kh-playlist-overview,
	.khordad-hello-theme .kh-playlist-profile {
		grid-template-columns: 1fr;
	}

	.khordad-hello-theme .kh-playlist-profile__poster {
		margin-inline: auto;
		max-width: 300px;
		width: 100%;
	}

	.khordad-hello-theme .kh-podcast-meta,
	.khordad-hello-theme .kh-short-meta,
	.khordad-hello-theme .kh-playlist-meta {
		flex-wrap: nowrap;
		margin-inline: 0;
		max-width: 100%;
		overflow-x: auto;
		padding-inline: 22px;
		scrollbar-width: none;
	}

	.khordad-hello-theme .kh-podcast-meta::-webkit-scrollbar,
	.khordad-hello-theme .kh-short-meta::-webkit-scrollbar,
	.khordad-hello-theme .kh-playlist-meta::-webkit-scrollbar {
		display: none;
	}

	.khordad-hello-theme .kh-podcast-meta span,
	.khordad-hello-theme .kh-short-meta span,
	.khordad-hello-theme .kh-playlist-meta span {
		white-space: nowrap;
	}

	.khordad-hello-theme .kh-search-form {
		grid-template-columns: 1fr;
	}

	.khordad-hello-theme .kh-search-type-nav {
		flex-wrap: nowrap;
		margin-inline: -14px;
		overflow-x: auto;
		padding-inline: 14px;
		scrollbar-width: none;
	}

	.khordad-hello-theme .kh-search-type-nav::-webkit-scrollbar {
		display: none;
	}

	.khordad-hello-theme .kh-search-type-nav a {
		white-space: nowrap;
	}

	.khordad-hello-theme .kh-search-start__grid,
	.khordad-hello-theme .kh-search-counts {
		grid-template-columns: 1fr;
	}

	.khordad-hello-theme .kh-search-results__header {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.khordad-hello-theme .kh-archive-filter-strip,
	.khordad-hello-theme .kh-program-meta,
	.khordad-hello-theme .kh-podcast-meta,
	.khordad-hello-theme .kh-short-meta,
	.khordad-hello-theme .kh-playlist-meta,
	.khordad-hello-theme .kh-search-type-nav {
		overflow-y: hidden;
		overscroll-behavior-inline: contain;
		scroll-snap-type: inline proximity;
	}

	.khordad-hello-theme .kh-archive-filter-strip > *,
	.khordad-hello-theme .kh-program-meta > *,
	.khordad-hello-theme .kh-podcast-meta > *,
	.khordad-hello-theme .kh-short-meta > *,
	.khordad-hello-theme .kh-playlist-meta > *,
	.khordad-hello-theme .kh-search-type-nav > * {
		scroll-snap-align: start;
	}

	.khordad-hello-theme .kh-hero-slide__content p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

	.khordad-hello-theme .kh-hero-slider__dots {
		bottom: 12px;
	}

	.khordad-hello-theme .kh-hero-slider {
		border-radius: 14px;
		min-height: clamp(430px, 72svh, 560px);
	}

	.khordad-hello-theme .kh-hero-slide {
		aspect-ratio: auto;
		min-height: clamp(430px, 72svh, 560px);
	}

	.khordad-hello-theme .kh-hero-slide__overlay {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.88) 74%);
	}

	.khordad-hello-theme .kh-hero-slide__content {
		inset: auto 0 74px;
		max-width: none;
		padding: 22px;
	}

	.khordad-hello-theme .kh-hero-slide__content h2 {
		font-size: clamp(23px, 7vw, 32px);
		line-height: 1.45;
	}

	.khordad-hello-theme .kh-hero-slide__button {
		align-items: center;
		justify-content: center;
		min-height: 44px;
		min-width: 112px;
	}

	.khordad-hello-theme .kh-hero-slider__controls {
		bottom: 16px;
		gap: 8px;
		justify-content: center;
		left: 12px;
		max-width: none;
		right: 12px;
		transform: translateY(8px);
		width: auto;
	}

	.khordad-hello-theme .kh-hero-slider:hover .kh-hero-slider__controls,
	.khordad-hello-theme .kh-hero-slider:focus-within .kh-hero-slider__controls,
	.khordad-hello-theme .kh-hero-slider.is-slider-controls-visible .kh-hero-slider__controls {
		transform: translateY(0);
	}

	.khordad-hello-theme .kh-hero-slider__arrow {
		box-sizing: border-box;
		height: 44px;
		min-height: 44px;
		min-width: 44px;
		transform: translateY(-50%);
		width: 44px;
	}

	.khordad-hello-theme .kh-hero-slider__arrow--prev {
		right: max(10px, env(safe-area-inset-right));
	}

	.khordad-hello-theme .kh-hero-slider__arrow--next {
		left: max(10px, env(safe-area-inset-left));
	}

	.khordad-hello-theme .kh-hero-slider__dots {
		flex: 1 1 auto;
		gap: 2px;
		justify-content: center;
		min-width: 0;
	}

	.khordad-hello-theme .kh-hero-slider__dot {
		flex: 0 0 44px;
		height: 44px;
		min-height: 44px;
		min-width: 44px;
		width: 44px;
	}

	.khordad-hello-theme .kh-hero-slider__toggle {
		box-sizing: border-box;
		flex: 0 0 auto;
		height: 44px;
		min-height: 44px;
		min-width: 64px;
		padding-inline: 12px;
	}
}

@media (max-width: 420px) {
	.khordad-hello-theme .kh-elementor-header__inner,
	.kh-theme-header__inner {
		padding-block: 10px;
	}

	.khordad-hello-theme .kh-elementor-brand__tagline,
	.kh-theme-brand__tagline {
		display: none;
	}

	.khordad-hello-theme .kh-elementor-header.is-menu-open .kh-elementor-nav,
	.kh-theme-header.is-menu-open .kh-theme-nav {
		grid-template-columns: 1fr;
	}

	.khordad-hello-theme .kh-elementor-nav__menu,
	.kh-theme-nav__menu,
	.kh-theme-nav > div,
	.kh-theme-nav > ul {
		grid-template-columns: 1fr;
	}

	.khordad-hello-theme .kh-hero-slider__controls {
		gap: 6px;
		left: 10px;
		right: 10px;
	}

	.khordad-hello-theme .kh-hero-slider__toggle {
		min-width: 60px;
		padding-inline: 10px;
	}
}

@media (hover: none) {
	.khordad-hello-theme .kh-card:hover,
	.khordad-hello-theme .kh-card__media:hover .kh-card__play {
		transform: none;
	}
}

.khordad-reduce-motion *,
.khordad-reduce-motion *::before,
.khordad-reduce-motion *::after {
	animation-duration: 0.001ms !important;
	animation-iteration-count: 1 !important;
	scroll-behavior: auto !important;
	transition-duration: 0.001ms !important;
}

@media (prefers-reduced-motion: reduce) {
	.khordad-hello-theme *,
	.khordad-hello-theme *::before,
	.khordad-hello-theme *::after {
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.001ms !important;
	}
}

/* Google Material Symbols across site chrome and navigation. */
.kh-mi {
	direction: ltr;
	display: inline-flex;
	flex: 0 0 auto;
	font-family: "Material Symbols Rounded";
	font-feature-settings: "liga";
	font-size: 1.15em;
	font-style: normal;
	font-variation-settings: "FILL" 0, "wght" 450, "GRAD" 0, "opsz" 24;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1;
	text-rendering: optimizeLegibility;
	text-transform: none;
	vertical-align: -0.16em;
	white-space: nowrap;
	word-wrap: normal;
}

.kh-nav-label {
	align-items: center;
	display: inline-flex;
	gap: 6px;
	justify-content: center;
}

.kh-nav-label__icon {
	color: var(--kh-theme-primary);
	font-size: 18px;
	opacity: 0.9;
}

.kh-theme-nav a:not(:has(.kh-nav-label))::before,
.khordad-hello-theme .kh-elementor-nav a:not(:has(.kh-nav-label))::before {
	color: var(--kh-theme-primary);
	content: "radio_button_unchecked";
	direction: ltr;
	display: inline-flex;
	flex: 0 0 auto;
	font-family: "Material Symbols Rounded";
	font-feature-settings: "liga";
	font-size: 18px;
	font-variation-settings: "FILL" 0, "wght" 450, "GRAD" 0, "opsz" 24;
	line-height: 1;
	opacity: 0.9;
}

.kh-theme-nav a[href$="/khordad/"]:not(:has(.kh-nav-label))::before,
.khordad-hello-theme .kh-elementor-nav a[href$="/khordad/"]:not(:has(.kh-nav-label))::before {
	content: "home";
}

.kh-theme-nav a[href*="/program"]:not(:has(.kh-nav-label))::before,
.khordad-hello-theme .kh-elementor-nav a[href*="/program"]:not(:has(.kh-nav-label))::before {
	content: "smart_display";
}

.kh-theme-nav a[href*="/short"]:not(:has(.kh-nav-label))::before,
.khordad-hello-theme .kh-elementor-nav a[href*="/short"]:not(:has(.kh-nav-label))::before {
	content: "movie";
}

.kh-theme-nav a[href*="/podcast"]:not(:has(.kh-nav-label))::before,
.khordad-hello-theme .kh-elementor-nav a[href*="/podcast"]:not(:has(.kh-nav-label))::before {
	content: "podcasts";
}

.kh-theme-nav a[href*="/playlist"]:not(:has(.kh-nav-label))::before,
.khordad-hello-theme .kh-elementor-nav a[href*="/playlist"]:not(:has(.kh-nav-label))::before {
	content: "playlist_play";
}

.kh-theme-nav a[href*="/people"]:not(:has(.kh-nav-label))::before,
.kh-theme-nav a[href*="/person"]:not(:has(.kh-nav-label))::before,
.khordad-hello-theme .kh-elementor-nav a[href*="/people"]:not(:has(.kh-nav-label))::before,
.khordad-hello-theme .kh-elementor-nav a[href*="/person"]:not(:has(.kh-nav-label))::before {
	content: "groups";
}

.kh-theme-nav a[href*="/search"]:not(:has(.kh-nav-label))::before,
.khordad-hello-theme .kh-elementor-nav a[href*="/search"]:not(:has(.kh-nav-label))::before {
	content: "search";
}

.kh-theme-nav a,
.khordad-hello-theme .kh-elementor-nav a,
.khordad-hello-theme .kh-elementor-footer a,
.khordad-hello-theme .kh-elementor-footer h3 {
	align-items: center;
	gap: 6px;
}

.kh-theme-nav a,
.khordad-hello-theme .kh-elementor-nav a {
	display: inline-flex;
}

.khordad-hello-theme .kh-elementor-footer a,
.khordad-hello-theme .kh-elementor-footer h3 {
	display: flex;
}

.khordad-hello-theme .kh-elementor-header__action {
	align-items: center;
	display: inline-flex;
	gap: 7px;
	justify-content: center;
}

.khordad-hello-theme .kh-elementor-header__action::before,
.khordad-hello-theme .kh-elementor-footer a::before {
	direction: ltr;
	display: inline-flex;
	flex: 0 0 auto;
	font-family: "Material Symbols Rounded";
	font-feature-settings: "liga";
	font-size: 18px;
	font-variation-settings: "FILL" 0, "wght" 450, "GRAD" 0, "opsz" 24;
	line-height: 1;
}

.khordad-hello-theme .kh-elementor-header__action::before {
	content: "search";
}

.khordad-hello-theme .kh-elementor-footer a::before {
	color: var(--kh-theme-primary);
	content: "radio_button_unchecked";
	font-size: 16px;
	opacity: 0.82;
}

.khordad-hello-theme .kh-elementor-footer a[href*="/khordad/"]::before {
	content: "home";
}

.khordad-hello-theme .kh-elementor-footer a[href*="/program"]::before {
	content: "smart_display";
}

.khordad-hello-theme .kh-elementor-footer a[href*="/short"]::before {
	content: "movie";
}

.khordad-hello-theme .kh-elementor-footer a[href*="/podcast"]::before {
	content: "podcasts";
}

.khordad-hello-theme .kh-elementor-footer a[href*="/playlist"]::before {
	content: "playlist_play";
}

.khordad-hello-theme .kh-elementor-footer a[href*="/people"]::before,
.khordad-hello-theme .kh-elementor-footer a[href*="/person"]::before {
	content: "groups";
}

.khordad-hello-theme .kh-elementor-footer a[href*="/search"]::before {
	content: "search";
}

.kh-footer-heading-icon {
	color: var(--kh-theme-primary);
	font-size: 18px;
}

.kh-card__type .kh-card__type-icon,
.kh-card__date .kh-card__date-icon,
.kh-card__meta-item .kh-card__meta-icon,
.kh-people-box .kh-link-icon,
.kh-terms-line .kh-link-icon {
	font-size: 16px;
}

.kh-card__play .kh-card__play-icon {
	font-size: 30px;
}
