.yashar-greeting-ticker {
	position: relative;
	z-index: 10;
	width: 100%;
	overflow: hidden;
	background: #f7ead8;
	color: #363636;
	font-family: NarkissShimshon-VF, "Open Sans Hebrew", "Open Sans", Arial, sans-serif;
}

.yashar-greeting-ticker__link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.yashar-greeting-ticker__viewport {
	display: block;
	direction: ltr;
	width: 100%;
	overflow: hidden;
}

.yashar-greeting-ticker__track {
	display: flex;
	direction: ltr;
	width: max-content;
	will-change: transform;
	animation: yashar-greeting-ticker-scroll 90s linear infinite;
}

.yashar-greeting-ticker__group {
	display: flex;
	flex: none;
	align-items: center;
}

.yashar-greeting-ticker__item {
	display: inline-flex;
	flex: none;
	align-items: center;
	min-height: 44px;
	padding-inline: 20px 0;
	column-gap: 18px;
	white-space: nowrap;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.2;
}

.yashar-greeting-ticker__cta {
	color: #1450dc;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.yashar-greeting-ticker__symbol {
	display: block;
	flex: none;
	width: 28px;
	height: 20px;
	object-fit: contain;
}

.yashar-greeting-ticker__link:hover .yashar-greeting-ticker__track,
.yashar-greeting-ticker__link:focus-visible .yashar-greeting-ticker__track {
	animation-play-state: paused;
}

.yashar-greeting-ticker__link:focus-visible {
	outline: 3px solid #1450dc;
	outline-offset: -3px;
}

@keyframes yashar-greeting-ticker-scroll {
	to {
		transform: translateX(-50%);
	}
}

@media (max-width: 767px) {
	.yashar-greeting-ticker__item {
		min-height: 42px;
		padding-inline-start: 16px;
		column-gap: 14px;
		font-size: 18px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.yashar-greeting-ticker__track {
		animation: none;
		transform: none;
	}

	.yashar-greeting-ticker__group:nth-child(2) {
		display: none;
	}
}
