.rwdlf {
	--rwdlf-orange: #ff7300;
	--rwdlf-orange-dark: #ef5f00;
	--rwdlf-ink: #111827;
	--rwdlf-muted: #6b7280;
	--rwdlf-line: #e8e8e8;
	--rwdlf-panel: #f7f7f8;
	--rwdlf-soft: #fff7f1;
	width: 100%;
	color: var(--rwdlf-ink);
	font-family: inherit;
}

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

.rwdlf-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 22px;
}

.rwdlf-kicker, .rwdlf-card-title {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--e-global-color-primary);
    line-height: 1.1;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
}

.rwdlf-kicker span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--rwdlf-orange);
	display: inline-flex;
	flex: 0 0 auto;
}

.rwdlf-heading h2 {
    margin: 12px 0 2px;
    color: #050505;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: var(--e-global-typography-primary-font-size);
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: var(--e-global-typography-primary-text-transform);
}

.rwdlf-heading h2 strong {
	color: var(--rwdlf-orange);
	font: inherit;
}

.rwdlf-card-title {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.rwdlf-heading p {
	margin: 0;
	color: var(--rwdlf-muted);
	font-size: 15px;
	line-height: 1.45;
}

.rwdlf-status {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px 14px;
	border: 1px solid var(--rwdlf-line);
	border-radius: 999px;
	background: #fff;
	color: #111;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
	box-shadow: 0 10px 22px rgba(17, 24, 39, .04);
}

.rwdlf-status span {
	position: relative;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--rwdlf-orange);
}

.rwdlf-status span::after {
	content: "";
	position: absolute;
	inset: -5px;
	border: 1px solid var(--rwdlf-orange);
	border-radius: inherit;
	animation: rwdlf-pulse 1.7s ease-out infinite;
}

.rwdlf-card {
	overflow: hidden;
	border: 1px solid var(--rwdlf-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 16px 32px rgba(17, 24, 39, .06);
}

.rwdlf-card-head,
.rwdlf-card-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 14px 21px;
	background: linear-gradient(180deg, #fff 0%, #fbfbfc 100%);
}

.rwdlf-card-head {
	border-bottom: 1px solid var(--rwdlf-line);
}

.rwdlf-card-title {
	color: #6b7280;
	font-size: 12px;
	letter-spacing: 1px;
}

.rwdlf-trophy {
	width: 15px;
	height: 15px;
	color: var(--rwdlf-orange);
}

.rwdlf-trophy svg,
.rwdlf-bolt svg {
	width: 100%;
	height: 100%;
	fill: currentColor;
	display: block;
}

.rwdlf-count {
	color: #6b7280;
	font-size: 13px;
	line-height: 1;
	white-space: nowrap;
}

.rwdlf-list {
	background: var(--rwdlf-panel);
}

.rwdlf-item {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr) auto;
	align-items: center;
	gap: 11px;
	min-height: 62px;
	padding: 9px 18px;
	border-bottom: 1px solid #e4e4e5;
	background: var(--rwdlf-panel);
	transition: background-color .22s ease, transform .22s ease, box-shadow .22s ease;
}

.rwdlf-item:last-child {
	border-bottom: 0;
}

.rwdlf-item:hover {
	background: #fff;
	transform: translateY(-1px);
	box-shadow: inset 3px 0 0 var(--rwdlf-orange);
}

.rwdlf-item.is-new {
	animation: rwdlf-enter .68s cubic-bezier(.2, .75, .2, 1) both;
	background: var(--rwdlf-soft);
}

.rwdlf-avatar-wrap {
	position: relative;
	width: 38px;
	height: 38px;
}

.rwdlf-avatar {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--rwdlf-orange);
	color: #fff;
	font-size: 11px;
	font-weight: 950;
	line-height: 1;
	text-transform: uppercase;
	box-shadow: 0 8px 16px rgba(255, 115, 0, .22);
}

.rwdlf-bolt {
	position: absolute;
	right: -2px;
	bottom: -2px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 17px;
	height: 17px;
	border: 2px solid var(--rwdlf-panel);
	border-radius: 50%;
	background: #fff;
	color: var(--rwdlf-orange);
}

.rwdlf-main {
	min-width: 0;
}

.rwdlf-name {
	overflow: hidden;
	margin-bottom: 1px;
	color: #171717;
	font-size: 13px;
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.1;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

.rwdlf-prize {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 4px;
	color: #6f7178;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.15;
}

.rwdlf-prize strong {
	color: var(--rwdlf-orange-dark);
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.rwdlf-meta {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 5px;
	min-width: 76px;
	color: #70737a;
	font-size: 12px;
	line-height: 1.1;
	white-space: nowrap;
}

.rwdlf-ref,
.rwdlf-ticket {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 50px;
	padding: 5px 8px;
	border: 1px solid #dedfe2;
	border-radius: 6px;
	background: #eeeeef;
	color: #1f2937;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
}

.rwdlf-meta time {
	color: #6f7178;
}

.rwdlf-card-foot {
	border-top: 1px solid var(--rwdlf-line);
	color: #747780;
	font-size: 12px;
	line-height: 1.2;
}

.rwdlf-card-foot a {
	color: var(--rwdlf-orange-dark);
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

.rwdlf-card-foot a:hover {
	color: #111;
}

.rwdlf-empty {
	padding: 28px 20px;
	color: #6b7280;
	font-size: 14px;
	text-align: center;
}

@keyframes rwdlf-pulse {
	0% {
		opacity: .7;
		transform: scale(.6);
	}
	100% {
		opacity: 0;
		transform: scale(1.9);
	}
}

@keyframes rwdlf-enter {
	0% {
		opacity: 0;
		transform: translateY(-18px);
	}
	70% {
		opacity: 1;
		transform: translateY(2px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 767px) {
	.rwdlf-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 14px;
	}

	.rwdlf-heading h2 {
		font-size: 31px;
	}

	.rwdlf-status {
		padding: 8px 12px;
		font-size: 12px;
	}

	.rwdlf-card {
		border-radius: 8px;
	}

	.rwdlf-card-head,
	.rwdlf-card-foot {
		padding: 13px 15px;
	}

	.rwdlf-item {
		grid-template-columns: 38px minmax(0, 1fr);
		gap: 10px;
		min-height: 66px;
		padding: 9px 14px;
	}

	.rwdlf-avatar-wrap,
	.rwdlf-avatar {
		width: 38px;
		height: 38px;
	}

	.rwdlf-meta {
		grid-column: 2;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		min-width: 0;
		width: 100%;
		margin-top: -3px;
	}

	.rwdlf-ref {
		min-width: 48px;
	}
}
