/**
 * בשבילך — באותה שפה כמו שאר ההירו.
 */

.hm-home-hero .hm-foryou {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	margin: 0 0 calc(clamp(1.5rem, 3vw, 2.25rem) + 20px);
	padding: 0;
	color: var(--hm-hero-text);
}

.hm-foryou__heading {
	align-items: center;
}

.hm-foryou__heading-text {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.2rem 0.65rem;
}

.hm-foryou__lede {
	font-size: 0.82rem;
	font-weight: 500;
	line-height: 1.3;
	color: var(--hm-hero-text-muted);
}

.hm-foryou *,
.hm-foryou *::before,
.hm-foryou *::after {
	box-sizing: border-box;
}

.hm-foryou__nav {
	display: flex;
	align-items: center;
	gap: 1rem;
	flex-shrink: 0;
}

.hm-foryou__row {
	display: flex;
	gap: 0.85rem;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	padding: 0.15rem 0.15rem 0.4rem;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.hm-foryou__row::-webkit-scrollbar {
	display: none;
}

.hm-foryou__card {
	position: relative;
	flex: 0 0 128px;
	scroll-snap-align: start;
	min-width: 0;
}

.hm-foryou__cover-wrap {
	position: relative;
}

.hm-foryou__cover {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 1;
	border-radius: 12px;
	overflow: hidden;
	background: var(--hm-hero-surface);
	line-height: 0;
}

.hm-foryou__cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.hm-foryou__meta {
	padding: 0.45rem 0.1rem 0;
	min-width: 0;
}

.hm-foryou__song {
	display: block;
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1.25;
	color: var(--hm-hero-text) !important;
	text-decoration: none !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hm-foryou__artist {
	margin: 0.12rem 0 0 !important;
	font-size: 0.74rem;
	font-weight: 500;
	line-height: 1.25;
	color: var(--hm-hero-text-muted) !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hm-home-hero .hm-foryou .hm-foryou__play,
.hm-foryou__play {
	position: absolute !important;
	bottom: 0.4rem;
	left: 0.4rem;
	width: 32px !important;
	height: 32px !important;
	min-width: 32px !important;
	min-height: 32px !important;
	padding: 0 !important;
	border: none !important;
	border-radius: 50% !important;
	background: var(--hm-hero-brand) !important;
	color: #fff !important;
	box-shadow: 0 4px 12px var(--hm-hero-brand-glow) !important;
	display: grid !important;
	place-items: center !important;
	cursor: pointer !important;
	opacity: 0;
	transition: opacity var(--hm-hero-transition);
	z-index: 2;
}

.hm-foryou__card:hover .hm-foryou__play,
.hm-foryou__play:focus-visible {
	opacity: 1;
}

.hm-foryou__play svg {
	width: 13px;
	height: 13px;
	fill: currentColor;
	margin-inline-start: 1px;
}

@media (max-width: 640px) {
	.hm-foryou__card {
		flex-basis: 108px;
	}
}
