.mlm-widget-23-tv {
	position: relative;
	width: 100vw;
	max-width: 100vw;
	margin-inline: calc((100vw - 100%) / -2);
	padding: 32px 0;
	border-radius: 0;
	background: #22232a;
	box-shadow: none;
	overflow: hidden;
	direction: rtl;
	box-sizing: border-box;
}

.mlm-widget-23-tv::after {
	display: none;
}

.mlm-widget-23-tv .tv-inner {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 clamp(18px, 5vw, 42px);
	box-sizing: border-box;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.mlm-widget-23-tv .tv-header {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
	margin-bottom: 8px;
}

.mlm-widget-23-tv .tv-title-wrap {
	display: flex;
	align-items: center;
	gap: 8px;
}

.mlm-widget-23-tv .tv-title-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	background: url('https://www.zhaket.com/blog/wp-content/themes/zhaket-blog/assets/img/icon/tv.svg') no-repeat center;
	background-size: contain;
	opacity: 0.85;
}

.mlm-widget-23-tv .tv-title {
	margin: 0;
	font-size: 0.96rem;
	line-height: 1.35;
	font-weight: 600;
	color: #f8fafc;
}

.mlm-widget-23-tv .tv-see-all {
	position: relative;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 7px 18px;
	border-radius: 4px;
	background: #22232a;
	color: #f97316;
	text-decoration: none;
	font-weight: 600;
	font-size: 0.8rem;
	border: 1px solid rgba(255, 255, 255, 0.2);
	white-space: nowrap;
}

.mlm-widget-23-tv .tv-see-all:hover,
.mlm-widget-23-tv .tv-see-all:focus-visible {
	background: #22232a;
	color: #f97316;
}

.mlm-widget-23-tv .tv-see-all:focus-visible {
	outline: none;
}

.mlm-widget-23-tv .tv-see-all__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.mlm-widget-23-tv .tv-see-all__icon svg {
	width: 16px;
	height: 16px;
}

.mlm-widget-23-tv .tv-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.mlm-widget-23-tv .tv-card {
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}

.mlm-widget-23-tv .tv-card__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
	color: inherit;
	position: relative;
}

.mlm-widget-23-tv .tv-card__media {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	aspect-ratio: 1 / 1;
}

.mlm-widget-23-tv .tv-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mlm-widget-23-tv .tv-card__play {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

.mlm-widget-23-tv .tv-card__pulse,
.mlm-widget-23-tv .tv-card__pulse::after {
	content: '';
	position: absolute;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: rgba(249, 115, 22, 0.32);
	animation: tv-pulse 1.4s infinite;
}

.mlm-widget-23-tv .tv-card__pulse {
	animation-delay: 0s;
}

.mlm-widget-23-tv .tv-card__pulse::after {
	animation-delay: 0.7s;
}

.mlm-widget-23-tv .tv-card__icon {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #f97316;
	color: #0f172a;
	box-shadow: 0 0 0 4px rgba(15, 23, 42, 0.55), 0 12px 26px rgba(249, 115, 22, 0.45);
}

.mlm-widget-23-tv .tv-card__icon svg {
	width: 20px;
	height: 20px;
}

.mlm-widget-23-tv .tv-card__title {
	margin: 0 0 8px;
	font-size: 0.98rem;
	font-weight: 600;
	color: #f8fafc;
	line-height: 1.55;
}

.mlm-widget-23-tv .tv-card__title a {
	color: inherit;
	text-decoration: none;
	display: inline-block;
}

.mlm-widget-23-tv .tv-card__title a:hover,
.mlm-widget-23-tv .tv-card__title a:focus {
	color: #fbbf24;
}

.mlm-widget-23-tv .tv-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 0.84rem;
	color: #e2e8f0;
	gap: 12px;
}

.mlm-widget-23-tv .tv-card__author {
	font-weight: 500;
	color: #f8fafc;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.mlm-widget-23-tv .tv-card__author,
.mlm-widget-23-tv .tv-card__author a {
	color: #f8fafc;
	text-decoration: none;
}

.mlm-widget-23-tv .tv-card__meta span,
.mlm-widget-23-tv .tv-card__meta time {
	color: inherit;
}

.mlm-widget-23-tv .tv-card__author-avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.45);
}

.mlm-widget-23-tv .tv-card__author-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mlm-widget-23-tv .tv-card__author-name {
	white-space: nowrap;
}

.mlm-widget-23-tv .tv-card__date {
	color: #e2e8f0;
	opacity: 0.95;
}

.mlm-widget-23-tv .tv-empty {
	position: relative;
	z-index: 2;
	padding: 40px;
	border-radius: 18px;
	text-align: center;
	background: rgba(15, 23, 42, 0.6);
	color: #cbd5f5;
	font-weight: 500;
	box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.22);
}

@keyframes tv-pulse {
	0% {
		transform: scale(0.5);
		opacity: 0.8;
	}
	70% {
		transform: scale(1.35);
		opacity: 0;
	}
	100% {
		transform: scale(1.55);
		opacity: 0;
	}
}

.mlm-widget-23-tv .tv-card__content {
	position: absolute;
	inset-inline: 0;
	bottom: 0;
	padding: 16px 16px 14px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background: linear-gradient(180deg, rgba(15, 17, 28, 0) 0%, rgba(15, 17, 28, 0.78) 65%, rgba(15, 17, 28, 0.96) 100%);
	min-height: 38%;
	z-index: 1;
}

@media (max-width: 1024px) {
	.mlm-widget-23-tv {
		padding: 32px 26px;
	}

	.mlm-widget-23-tv .tv-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.mlm-widget-23-tv {
		padding: 28px 22px;
	}

	.mlm-widget-23-tv .tv-inner {
		gap: 10px;
	}

	.mlm-widget-23-tv .tv-title {
		font-size: 0.9rem;
	}
}

@media (max-width: 1030px) {
	.mlm-widget-23-tv .tv-header {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		gap: 10px;
		row-gap: 12px;
	}

	.mlm-widget-23-tv .tv-title-wrap {
		flex: 1 1 auto;
	}

	.mlm-widget-23-tv .tv-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.mlm-widget-23-tv .tv-card__pulse,
	.mlm-widget-23-tv .tv-card__pulse::after {
		width: 60px;
		height: 60px;
	}

	.mlm-widget-23-tv .tv-card__content {
		position: static;
		padding: 0;
		min-height: auto;
		background: none;
		width: auto;
		display: flex;
		flex-direction: column;
		gap: 6px;
		color: #f8fafc;
		flex: 1 1 auto;
	}

	.mlm-widget-23-tv .tv-card__icon {
		width: 40px;
		height: 40px;
	}

	.mlm-widget-23-tv .tv-card__link {
		flex-direction: row;
		align-items: flex-start;
		gap: 12px;
		width: 100%;
	}

	.mlm-widget-23-tv .tv-card__media {
		width: 86px;
		min-width: 86px;
		border-radius: 4px;
	}

	.mlm-widget-23-tv .tv-card__title {
		font-size: 0.88rem;
		margin-bottom: 6px;
		color: #f8fafc;
		display: block;
	}

	.mlm-widget-23-tv .tv-card__meta {
		font-size: 0.73rem;
		gap: 4px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		color: #cbd5f5;
	}

	.mlm-widget-23-tv .tv-card__author {
		display: inline-flex;
		gap: 6px;
		color: #f8fafc;
	}

	.mlm-widget-23-tv .tv-card__author-avatar {
		width: 26px;
		height: 26px;
	}
}