/* Widcyber Top 10 Ranking - Visual Light */
.wtr-ranking {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 28px 16px 34px;
	background: #ffffff;
	border-radius: 28px;
	overflow: hidden;
	color: #111827;
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	box-shadow: 0 18px 45px rgba(15, 23, 42, .08);
}

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

.wtr-kicker {
	display: inline-flex;
	padding: 8px 14px;
	border-radius: 999px;
	background: #C95D12;
	color: #ffffff;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .08em;
	box-shadow: 0 8px 20px rgba(201, 93, 18, .22);
}

.wtr-heading h2 {
	margin: 0;
	font-size: clamp(26px, 4vw, 44px);
	font-weight: 950;
	line-height: 1;
	letter-spacing: -.04em;
	color: #111827;
}

.wtr-top-list {
	display: grid;
	grid-template-columns: repeat(5, minmax(160px, 1fr));
	gap: 28px 18px;
}

.wtr-item {
	position: relative;
	min-width: 0;
}

.wtr-link {
	position: relative;
	display: grid;
	grid-template-columns: 68px minmax(0, 1fr);
	align-items: center;
	text-decoration: none;
	color: inherit;
	isolation: isolate;
	transition: transform .25s ease;
}

.wtr-link:hover {
	transform: translateY(-6px);
}

.wtr-position {
	font-size: clamp(70px, 7vw, 118px);
	font-weight: 950;
	line-height: .82;
	letter-spacing: -.08em;
	color: #C95D12;
	-webkit-text-stroke: 0;
	text-shadow: none;
	z-index: 2;
	transform: translateX(0);
	text-align: right;
	margin-right: 8px;
}

.wtr-cover {
	position: relative;
	aspect-ratio: 2 / 3;
	border-radius: 18px;
	overflow: hidden;
	background: #f1f5f9;
	box-shadow: 0 14px 32px rgba(15, 23, 42, .14);
	z-index: 3;
}

.wtr-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .35s ease;
}

.wtr-link:hover .wtr-cover img {
	transform: scale(1.06);
}

.wtr-placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #F7F8FC, #E2E8F0);
	color: #243B53;
	font-weight: 900;
}

.wtr-info {
	grid-column: 2;
	margin-top: 10px;
	min-width: 0;
}

.wtr-info h3 {
	margin: 10px 0 0;
	font-size: 15px;
	line-height: 1.2;
	font-weight: 850;
	color: #111827;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.wtr-info span,
.wtr-views-count {
	display: none !important;
}

.wtr-empty {
	margin: 0;
	padding: 20px;
	background: #F7F8FC;
	border-radius: 16px;
	color: rgba(17,24,39,.72);
}

@media (max-width: 1100px) {
	.wtr-top-list {
		grid-template-columns: repeat(3, minmax(160px, 1fr));
	}
}

@media (max-width: 680px) {
	.wtr-ranking {
		border-radius: 20px;
		padding: 24px 12px;
		box-shadow: 0 12px 30px rgba(15, 23, 42, .07);
	}

	.wtr-heading {
		align-items: flex-start;
		flex-direction: column;
		margin-bottom: 20px;
	}

	.wtr-top-list {
		grid-template-columns: repeat(2, minmax(130px, 1fr));
		gap: 24px 10px;
	}

	.wtr-link {
		grid-template-columns: 48px minmax(0, 1fr);
	}

	.wtr-position {
		font-size: 70px;
		margin-right: 6px;
	}

	.wtr-info h3 {
		font-size: 13px;
	}
}
