body.plk-ui.is-wheel-page .plk-wheel__live-feed {
	width: 100vw;
	max-width: 100vw;
	margin: 0 calc(50% - 50vw) 20px;
	padding: 10px 0;
	overflow: hidden;
}

body.plk-ui.is-wheel-page .plk-wheel__live-feed[hidden] {
	display: none !important;
}

body.plk-ui.is-wheel-page .plk-wheel__live-feed-viewport {
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: none;
	mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

body.plk-ui.is-wheel-page .plk-wheel__live-feed-viewport::-webkit-scrollbar {
	display: none;
}

body.plk-ui.is-wheel-page .plk-wheel__live-feed-track {
	display: flex;
	align-items: stretch;
	gap: 5px;
	width: max-content;
}

body.plk-ui.is-wheel-page .plk-wheel__live-feed-track .plk-wheel__item.is-winner-feed {
	flex: 0 0 auto;
	position: relative;
	cursor: default;
}

body.plk-ui.is-wheel-page .plk-wheel__item.is-winner-feed .plk-wheel__item-hover {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	gap: 2px;
	padding: 8px 6px;
	background: linear-gradient(180deg, rgba(8, 10, 14, 0.08), rgb(16 17 19) 58%);
	opacity: 0;
	transform: translateY(4px);
	transition: opacity 0.18s ease, transform 0.18s ease;
	pointer-events: none;
}

body.plk-ui.is-wheel-page .plk-wheel__item.is-winner-feed:hover .plk-wheel__item-hover,
body.plk-ui.is-wheel-page .plk-wheel__item.is-winner-feed:focus-within .plk-wheel__item-hover {
	opacity: 1;
	transform: translateY(0);
}

body.plk-ui.is-wheel-page .plk-wheel__item.is-winner-feed:hover .plk-wheel__item-img,
body.plk-ui.is-wheel-page .plk-wheel__item.is-winner-feed:focus-within .plk-wheel__item-img {
	opacity: 0.35;
}

body.plk-ui.is-wheel-page .plk-wheel__item-hover-user {
	font-size: 11px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.94);
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.plk-ui.is-wheel-page .plk-wheel__item-hover-prize {
	font-size: 10px;
	line-height: 1.2;
	color: rgba(255, 255, 255, 0.62);
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}

/* Крупные выигрыши */
body.plk-ui.is-wheel-page .plk-wheel__big-wins {
	margin-top: 28px;
	padding-top: 8px;
}

body.plk-ui.is-wheel-page .plk-wheel__big-wins[hidden] {
	display: none !important;
}

body.plk-ui.is-wheel-page .plk-wheel__big-wins-head {
	margin-bottom: 14px;
}

body.plk-ui.is-wheel-page .plk-wheel__big-wins-title {
	margin: 0 0 4px;
	font-size: 20px;
	font-weight: 700;
	color: var(--plk-text, #eff3f7);
}

body.plk-ui.is-wheel-page .plk-wheel__big-wins-lead {
	margin: 0;
	font-size: 13px;
	color: var(--plk-text-muted, rgba(255, 255, 255, 0.5));
}

body.plk-ui.is-wheel-page .plk-wheel__big-wins-row {
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
	overflow-x: auto;
	padding-bottom: 6px;
	scrollbar-width: thin;
}

body.plk-ui.is-wheel-page .plk-wheel__big-wins-row::-webkit-scrollbar {
	height: 6px;
}

body.plk-ui.is-wheel-page .plk-wheel__big-wins-row::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.14);
	border-radius: 999px;
}

body.plk-ui.is-wheel-page .plk-wheel__big-wins-row .plk-wheel__item.is-winner-big {
	flex: 0 0 auto;
}

body.plk-ui.is-wheel-page .plk-wheel__item.is-winner-big .plk-wheel__item-meta {
	margin-top: 2px;
	font-size: 11px;
	line-height: 1.25;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.55);
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.plk-ui.is-wheel-page .plk-wheel__big-empty {
	margin: 0;
	padding: 14px 0;
	font-size: 13px;
	color: var(--plk-text-muted, rgba(255, 255, 255, 0.5));
}
