.pcgh-hot-rank-widget {
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	overflow: visible !important;
}

.pcgh-hot-rank-widget > .pcgh-side-card__head {
	display: none !important;
}

.pcgh-hot-rank {
	width: 100%;
	padding: 12px 14px 14px;
	border: 1px solid rgba(15, 23, 42, .04);
	border-radius: 8px;
	background: #fff;
	box-shadow: none;
	overflow: hidden;
}

.pcgh-hot-rank__tabs {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
	margin: 0 0 10px;
	white-space: nowrap;
}

.pcgh-hot-rank__mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	flex: 0 0 auto;
	color: var(--pcgh-primary, #3b82f6);
}

.pcgh-hot-rank__mark i {
	display: block;
	font-size: 16px;
	line-height: 1;
}

.pcgh-hot-rank__tab {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #cbd1dc;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0;
	cursor: pointer;
	transition: color .18s ease;
}

.pcgh-hot-rank__tab.is-active {
	color: #0c1220;
}

.pcgh-hot-rank__tab:hover,
.pcgh-hot-rank__tab:focus-visible {
	color: #0c1220;
	outline: none;
}

.pcgh-hot-rank__divider {
	width: 1px;
	height: 11px;
	flex: 0 0 auto;
	background: #e4e8f1;
}

.pcgh-hot-rank__panel[hidden] {
	display: none !important;
}

.pcgh-hot-rank__list {
	display: grid;
	gap: 10px;
}

.pcgh-hot-rank__item {
	display: grid;
	grid-template-columns: 84px minmax(0, 1fr);
	align-items: center;
	gap: 9px;
	min-width: 0;
	color: inherit;
	text-decoration: none;
	border-radius: 8px;
	transition: background-color .18s ease, transform .18s ease;
}

.pcgh-hot-rank__item:hover {
	background: rgba(15, 23, 42, .035);
	transform: translateX(2px);
}

.pcgh-hot-rank__cover {
	position: relative;
	display: block;
	width: 84px;
	aspect-ratio: 84 / 60;
	border-radius: 7px;
	background-color: #eef2f7;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	flex: 0 0 auto;
}

.pcgh-hot-rank__badge {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	height: 19px;
	padding: 0 5px 0 4px;
	border-radius: 0 0 6px 0;
	color: #fff;
	font-size: 11px;
	font-weight: 900;
	font-style: italic;
	line-height: 1;
	letter-spacing: 0;
}

.pcgh-hot-rank__badge--1 {
	background: #ff2f65;
}

.pcgh-hot-rank__badge--2 {
	background: #ff991f;
}

.pcgh-hot-rank__badge--3 {
	background: #1689ff;
}

.pcgh-hot-rank__body {
	display: grid;
	align-content: center;
	gap: 3px;
	min-width: 0;
}

.pcgh-hot-rank__title {
	display: block;
	min-width: 0;
	overflow: hidden;
	color: #12192a;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.28;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pcgh-hot-rank__meta {
	display: flex;
	align-items: center;
	gap: 5px;
	min-width: 0;
	overflow: hidden;
	color: #98a3b6;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	white-space: nowrap;
}

.pcgh-hot-rank__meta span {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pcgh-hot-rank__score {
	flex: 0 0 auto;
	color: var(--pcgh-primary, #3b82f6);
	font-weight: 800;
}

.pcgh-hot-rank__empty {
	display: grid;
	place-items: center;
	min-height: 88px;
	color: #94a3b8;
	font-size: 12px;
}

html[data-pcgh-theme-resolved="dark"] .pcgh-hot-rank {
	border-color: rgba(148, 163, 184, .13);
	background: #151b27;
}

html[data-pcgh-theme-resolved="dark"] .pcgh-hot-rank__tab {
	color: #667085;
}

html[data-pcgh-theme-resolved="dark"] .pcgh-hot-rank__tab.is-active,
html[data-pcgh-theme-resolved="dark"] .pcgh-hot-rank__tab:hover,
html[data-pcgh-theme-resolved="dark"] .pcgh-hot-rank__tab:focus-visible {
	color: #f8fafc;
}

html[data-pcgh-theme-resolved="dark"] .pcgh-hot-rank__divider {
	background: rgba(148, 163, 184, .22);
}

html[data-pcgh-theme-resolved="dark"] .pcgh-hot-rank__item:hover {
	background: rgba(148, 163, 184, .08);
}

html[data-pcgh-theme-resolved="dark"] .pcgh-hot-rank__cover {
	background-color: #222b3a;
}

html[data-pcgh-theme-resolved="dark"] .pcgh-hot-rank__title {
	color: #f8fafc;
}

html[data-pcgh-theme-resolved="dark"] .pcgh-hot-rank__meta {
	color: #94a3b8;
}

@media (max-width: 430px) {
	.pcgh-hot-rank {
		padding: 12px 13px 14px;
	}

	.pcgh-hot-rank__tabs {
		gap: 8px;
	}

	.pcgh-hot-rank__tab {
		font-size: 15px;
	}

	.pcgh-hot-rank__item {
		grid-template-columns: 80px minmax(0, 1fr);
		gap: 8px;
	}

	.pcgh-hot-rank__cover {
		width: 80px;
	}

	.pcgh-hot-rank__title {
		font-size: 14px;
	}

	.pcgh-hot-rank__meta {
		gap: 5px;
		font-size: 12px;
	}
}

@media (max-width: 380px) {
	.pcgh-hot-rank {
		padding-inline: 10px;
	}

	.pcgh-hot-rank__tabs {
		gap: 6px;
	}

	.pcgh-hot-rank__tab {
		font-size: 14px;
	}

	.pcgh-hot-rank__item {
		grid-template-columns: 76px minmax(0, 1fr);
	}

	.pcgh-hot-rank__cover {
		width: 76px;
	}

	.pcgh-hot-rank__badge {
		height: 18px;
		font-size: 10px;
	}

	.pcgh-hot-rank__title {
		font-size: 13px;
	}

	.pcgh-hot-rank__meta {
		font-size: 11px;
	}
}
