/**
 * الدحية في النقب — styles
 */
.janoob-dahya-negev__chip {
	display: inline-flex;
	align-items: center;
	padding: 0.35rem 0.85rem;
	border-radius: 9999px;
	border: 1px solid hsl(var(--border));
	background: hsl(var(--muted) / 0.45);
	font-size: 11px;
	font-weight: 900;
	color: hsl(var(--foreground));
	text-decoration: none;
	transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.janoob-dahya-negev__chip:hover {
	border-color: hsl(var(--primary) / 0.35);
	background: hsl(var(--primary) / 0.08);
	color: hsl(var(--primary));
}

.janoob-dahya-negev__chip--accent {
	background: hsl(var(--primary) / 0.12);
	border-color: hsl(var(--primary) / 0.3);
	color: hsl(var(--primary));
}

.janoob-dahya-negev__quote {
	margin: 0;
	padding: 1rem 1.1rem;
	border-radius: 0.85rem;
	border-right: 3px solid hsl(var(--primary));
	background: hsl(var(--muted) / 0.35);
}

.janoob-dahya-negev__quote p {
	margin: 0;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.9;
	color: hsl(var(--foreground) / 0.92);
	text-align: justify;
}

.janoob-dahya-negev__letters {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
}

.janoob-dahya-negev__letter {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2rem;
	height: 2rem;
	padding: 0 0.45rem;
	border-radius: 0.45rem;
	border: 1px solid hsl(var(--border));
	background: hsl(var(--card));
	font-size: 0.85rem;
	font-weight: 900;
	color: hsl(var(--foreground));
	text-decoration: none;
}

.janoob-dahya-negev__letter:hover {
	border-color: hsl(var(--primary) / 0.4);
	color: hsl(var(--primary));
	background: hsl(var(--primary) / 0.08);
}

.janoob-dahya-negev__letter-title {
	display: flex;
	align-items: baseline;
	gap: 0.5rem;
	margin: 0 0 0.85rem;
	font-size: 1.35rem;
	font-weight: 900;
	color: hsl(var(--primary));
}

.janoob-dahya-negev__letter-title small {
	font-size: 0.75rem;
	font-weight: 800;
	color: hsl(var(--muted-foreground));
}

.janoob-dahya-negev__grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.75rem;
}

@media (min-width: 640px) {
	.janoob-dahya-negev__grid {
		grid-template-columns: 1fr 1fr;
	}
}

.janoob-dahya-negev__card {
	border: 1px solid hsl(var(--border));
	border-radius: 0.9rem;
	background: hsl(var(--card));
	padding: 0.85rem 0.9rem;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.janoob-dahya-negev__name {
	margin: 0 0 0.65rem;
	font-size: 0.98rem;
	font-weight: 900;
	line-height: 1.4;
	color: hsl(var(--foreground));
}

.janoob-dahya-negev__yt-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	align-items: stretch;
}

.janoob-dahya-negev__yt-input {
	flex: 1 1 10rem;
	min-width: 0;
	height: 2.35rem;
	padding: 0 0.65rem;
	border-radius: 0.55rem;
	border: 1px solid hsl(var(--border));
	background: hsl(var(--muted) / 0.35);
	font-size: 0.72rem;
	font-weight: 700;
	color: hsl(var(--foreground));
}

.janoob-dahya-negev__yt-input:focus {
	outline: none;
	border-color: hsl(var(--primary) / 0.45);
	box-shadow: 0 0 0 2px hsl(var(--primary) / 0.15);
}

.janoob-dahya-negev__yt-play,
.janoob-dahya-negev__yt-save {
	flex: 0 0 auto;
	min-height: 2.35rem;
	padding: 0 0.75rem;
	border-radius: 0.55rem;
	border: 0;
	font-size: 0.72rem;
	font-weight: 900;
	cursor: pointer;
	transition: opacity 0.15s ease, background-color 0.15s ease;
}

.janoob-dahya-negev__yt-play {
	background: hsl(var(--primary));
	color: hsl(var(--primary-foreground));
}

.janoob-dahya-negev__yt-play:hover {
	opacity: 0.92;
}

.janoob-dahya-negev__yt-save {
	background: hsl(var(--foreground));
	color: hsl(var(--primary-foreground));
}

.janoob-dahya-negev__player {
	margin-top: 0.65rem;
	border-radius: 0.65rem;
	overflow: hidden;
	background: #0f172a;
	aspect-ratio: 16 / 9;
}

.janoob-dahya-negev__player iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.janoob-dahya-negev__player[hidden] {
	display: none !important;
}

.janoob-dahya-negev__card.is-playing {
	border-color: hsl(var(--primary) / 0.35);
	box-shadow: 0 12px 28px rgba(227, 0, 15, 0.1);
}
