.wp-block-dedicated-losers-top-posts.dll-top-posts {
	margin-bottom: 30px;
}

.dll-top-posts__heading {
	margin: 0;
	padding: 12px 16px;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	color: #13151d;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}

.dll-top-posts__period {
	margin: 8px 2px 10px;
	color: #8d949c;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.dll-top-posts__list {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.dll-top-posts__item {
	position: relative;
	margin: 0;
	overflow: hidden;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

.dll-top-posts__link,
.dll-top-posts__link:hover,
.dll-top-posts__link:focus {
	display: block;
	color: #13151d;
	text-decoration: none;
}

.dll-top-posts__link:focus-visible {
	outline: 3px solid #e60023;
	outline-offset: -3px;
}

.dll-top-posts__media {
	position: relative;
	height: 220px;
	overflow: hidden;
	background: #dfe3e8;
}

.dll-top-posts__media::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 65%;
	background: linear-gradient(to bottom, transparent, rgba(10, 12, 18, .88));
	content: "";
}

.dll-top-posts__image {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	transition: transform .3s ease;
}

.dll-top-posts__link:hover .dll-top-posts__image {
	transform: scale(1.035);
}

.dll-top-posts__rank {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border: 2px solid rgba(255, 255, 255, .75);
	border-radius: 50%;
	background: linear-gradient(135deg, #8b70ff, #e60073);
	box-shadow: 0 5px 16px rgba(21, 13, 51, .35);
	color: #fff;
	font-size: 16px;
	font-weight: 800;
}

.dll-top-posts__name {
	margin: 0;
	color: #13151d;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
}

.dll-top-posts__name.is-overlay {
	position: absolute;
	right: 14px;
	bottom: 13px;
	left: 14px;
	z-index: 1;
	color: #fff;
	text-shadow: 0 1px 3px rgba(0, 0, 0, .55);
}

.dll-top-posts__body {
	padding: 12px 14px;
}

.dll-top-posts__item:not(.has-picture) .dll-top-posts__body {
	min-height: 86px;
	padding-left: 62px;
}

.dll-top-posts__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	color: #8d949c;
	font-size: 11px;
	font-weight: 600;
}

.dll-top-posts__name + .dll-top-posts__meta {
	margin-top: 8px;
}

.dll-top-posts__meta span:last-child {
	margin-left: auto;
	white-space: nowrap;
}

.dll-top-posts__empty {
	padding: 16px;
	border-radius: 14px;
	background: #fff;
	color: #8d949c;
}

.king-night .dll-top-posts__heading,
.king-night .dll-top-posts__item,
.king-night .dll-top-posts__empty {
	background: #202024;
	color: #fff;
}

.king-night .dll-top-posts__link,
.king-night .dll-top-posts__name {
	color: #fff;
}

.king-night .dll-top-posts__period,
.king-night .dll-top-posts__meta {
	color: #a8b0ba;
}

@media (prefers-reduced-motion: reduce) {
	.dll-top-posts__image {
		transition: none;
	}
}
