/* 小游戏中心 - 参考图风格页面 */

.pcgh-mini-games-body--custom-footer .pcgh-footer,
.pcgh-mini-games-body--custom-footer .pcgh-footer-new {
	display: none !important;
}

.pcgh-mini-games-body .pcgh-main {
	background: #fff;
}

.pcgh-mini-games-page {
	--mg-blue: #2f80ff;
	--mg-blue-2: #66a7ff;
	--mg-navy: #12233a;
	--mg-navy-2: #172d48;
	--mg-text: #0b1c39;
	--mg-muted: #7890b3;
	--mg-line: #dbe9ff;
	--mg-red: #ff3b32;
	--mg-red-2: #ff684d;
	position: relative;
	overflow: hidden;
	min-height: 100vh;
	background:
		radial-gradient(circle at 18% 0%, rgba(224, 241, 255, .95) 0 8%, transparent 17%),
		radial-gradient(circle at 94% 0%, rgba(230, 242, 255, .94) 0 8%, transparent 18%),
		linear-gradient(180deg, #f8fcff 0%, #fff 42%, #fff 100%);
	color: var(--mg-text);
}

.pcgh-mini-games-container {
	position: relative;
	z-index: 2;
}

.pcgh-mini-games-page .pcgh-container {
	width: min(var(--pcgh-container-w, 1200px), calc(100% - 32px));
	max-width: var(--pcgh-container-w, 1200px);
}

.pcgh-mini-games-bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 1;
}

.pcgh-mini-games-bg__cloud {
	position: absolute;
	top: -46px;
	width: 360px;
	height: 188px;
	border-radius: 0 0 130px 130px;
	background: rgba(230, 243, 255, .78);
	filter: blur(.2px);
}

.pcgh-mini-games-bg__cloud--left {
	left: 78px;
	transform: rotate(8deg);
}

.pcgh-mini-games-bg__cloud--right {
	right: -58px;
	width: 420px;
}

.pcgh-mini-games-bg__planet {
	position: absolute;
	top: 74px;
	left: 54px;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background:
		radial-gradient(circle at 34% 28%, rgba(255, 255, 255, .72), transparent 28%),
		linear-gradient(135deg, #cce8ff, #a7d0f7);
	opacity: .72;
}

.pcgh-mini-games-bg__planet::before {
	content: "";
	position: absolute;
	left: -26px;
	right: -26px;
	top: 28px;
	height: 13px;
	border: 7px solid rgba(190, 219, 250, .62);
	border-left-color: transparent;
	border-right-color: transparent;
	border-radius: 50%;
	transform: rotate(-10deg);
}

.pcgh-mini-games-bg__pad {
	position: absolute;
	right: 70px;
	top: 118px;
	width: 118px;
	height: 78px;
	border-radius: 32px 32px 40px 40px;
	background: linear-gradient(135deg, rgba(192, 225, 255, .9), rgba(227, 243, 255, .72));
	box-shadow: inset 0 0 0 2px rgba(156, 205, 255, .55);
	transform: rotate(14deg);
}

.pcgh-mini-games-bg__pad::before,
.pcgh-mini-games-bg__pad::after {
	content: "";
	position: absolute;
	border-radius: 999px;
}

.pcgh-mini-games-bg__pad::before {
	left: 22px;
	top: 28px;
	width: 29px;
	height: 9px;
	background: #9cc9f7;
	box-shadow: 10px 0 0 #9cc9f7;
	transform: rotate(90deg);
}

.pcgh-mini-games-bg__pad::after {
	right: 22px;
	top: 27px;
	width: 12px;
	height: 12px;
	background: #87b7ef;
	box-shadow: 20px 0 0 #87b7ef, 10px 16px 0 #87b7ef;
}

.pcgh-mini-games-bg__spark {
	position: absolute;
	color: #b9d8ff;
	font-size: 30px;
	font-weight: 900;
	opacity: .85;
}

.pcgh-mini-games-bg__spark--one {
	top: 134px;
	left: 27%;
}

.pcgh-mini-games-bg__spark--two {
	top: 166px;
	left: 20%;
	font-size: 22px;
}

.pcgh-mini-games-bg__spark--three {
	top: 110px;
	right: 12%;
	font-size: 22px;
}

.pcgh-mini-games-hero {
	position: relative;
	padding: 38px 0 22px;
	text-align: center;
}

.pcgh-mini-games-hero h1 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	margin: 0;
	color: #071a36;
	font-size: clamp(30px, 3.2vw, 46px);
	font-weight: 900;
	letter-spacing: -.05em;
	line-height: 1.16;
	text-shadow: 0 8px 26px rgba(20, 75, 130, .08);
}

.pcgh-mini-games-hero h1 span {
	display: inline-grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 16px;
	color: #fff;
	background: linear-gradient(135deg, #2f8bff, #65b2ff);
	box-shadow: 0 12px 22px rgba(47, 128, 255, .24);
	transform: rotate(-12deg);
}

.pcgh-mini-games-hero h1 svg {
	width: 26px;
	height: 26px;
	stroke-width: 2.6;
}

.pcgh-mini-games-hero__sub {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	margin: 13px 0 7px;
	color: #7188ad;
	font-size: clamp(16px, 1.45vw, 22px);
	font-weight: 500;
	letter-spacing: .02em;
}

.pcgh-mini-games-hero__sub i {
	position: relative;
	display: inline-block;
	width: 35px;
	height: 3px;
	border-radius: 99px;
	background: linear-gradient(90deg, transparent, #3894ff, transparent);
}

.pcgh-mini-games-hero__sub i::after {
	content: "";
	position: absolute;
	right: 3px;
	top: -5px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #3894ff;
}

.pcgh-mini-games-search {
	display: flex;
	align-items: center;
	width: min(560px, calc(100vw - 38px));
	height: 52px;
	margin: 0 auto;
	padding: 0 20px;
	border: 1px solid #b8d7ff;
	border-radius: 999px;
	background: rgba(255, 255, 255, .86);
	box-shadow: 0 12px 28px rgba(56, 129, 226, .13);
	backdrop-filter: blur(8px);
}

.pcgh-mini-games-search__icon,
.pcgh-mini-games-search svg {
	flex: 0 0 auto;
	width: 25px;
	height: 25px;
	color: #7e9bc4;
}

.pcgh-mini-games-search input {
	flex: 1;
	min-width: 0;
	height: 100%;
	border: 0;
	outline: 0;
	background: transparent;
	color: #10233d;
	font-size: 15px;
	font-weight: 600;
	padding: 0 0 0 13px;
}

.pcgh-mini-games-search input::placeholder {
	color: #8ca3c4;
	font-weight: 600;
}

.pcgh-mini-games-search input::-webkit-search-cancel-button,
.pcgh-mini-games-search input::-webkit-search-decoration {
	-webkit-appearance: none;
	appearance: none;
	display: none;
}

.pcgh-mini-games-list-wrap {
	position: relative;
	z-index: 2;
	margin-top: -16px;
	padding-bottom: 30px;
}

.pcgh-mini-games-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 15px 24px;
	padding: 0 4px;
}

.pcgh-mini-game-card {
	min-width: 0;
	position: relative;
	padding-top: 0;
}

.pcgh-mini-game-card[hidden] {
	display: none !important;
}

.pcgh-mini-game-card__head {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 86px auto minmax(0, 1fr);
	align-items: end;
	min-height: 54px;
	padding: 0 18px 0 2px;
}

.pcgh-mini-game-card__avatar {
	position: relative;
	z-index: 3;
	width: 72px;
	height: 72px;
	margin: 0 0 -9px 8px;
	border: 4px solid rgba(255, 255, 255, .95);
	border-radius: 50%;
	background:
		radial-gradient(circle at 32% 22%, rgba(255, 255, 255, .9), transparent 24%),
		linear-gradient(145deg, #8bd5ff, #5976ff 48%, #202b66);
	box-shadow: 0 9px 22px rgba(49, 102, 190, .22), 0 0 0 2px rgba(184, 215, 255, .8);
	overflow: hidden;
}

.pcgh-mini-game-card__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pcgh-mini-game-card__avatar span {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	font-size: 38px;
	line-height: 1;
}

.pcgh-mini-game-card h2 {
	justify-self: start;
	display: flex;
	align-items: center;
	height: 43px;
	max-width: 170px;
	margin: 0 10px 3px 0;
	padding: 0 26px;
	border-radius: 8px;
	background: linear-gradient(180deg, #152a45, #102039);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 8px 18px rgba(20, 36, 60, .12);
	color: #fff;
	font-size: clamp(18px, 1.55vw, 24px);
	font-weight: 900;
	line-height: 1;
	letter-spacing: -.04em;
	white-space: nowrap;
}

.pcgh-mini-game-card__stats {
	justify-self: end;
	align-self: center;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 16px;
	min-width: 0;
	margin-bottom: 9px;
	color: #536987;
	font-size: 13px;
	font-weight: 600;
	white-space: nowrap;
}

.pcgh-mini-game-card__stats span {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	min-width: 0;
}

.pcgh-mini-game-card__stats span + span {
	position: relative;
	padding-left: 16px;
}

.pcgh-mini-game-card__stats span + span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 14px;
	background: #cbd8ea;
	transform: translateY(-50%);
}

.pcgh-mini-game-card__stats svg {
	width: 16px;
	height: 16px;
	stroke-width: 0;
	fill: currentColor;
}

.pcgh-mini-game-card__stats .is-like {
	color: #ef3f43;
}

.pcgh-mini-game-card__stats .is-played svg {
	color: #2d8dff;
	fill: #2d8dff;
}

.pcgh-mini-game-card__stats b,
.pcgh-mini-game-card__stats em {
	color: #526884;
	font-style: normal;
	font-weight: 600;
}

.pcgh-mini-game-card__body {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 20px;
	min-height: 92px;
	padding: 21px 26px 21px 30px;
	border-radius: 10px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, .035), transparent 30%),
		linear-gradient(180deg, var(--mg-navy-2), var(--mg-navy));
	box-shadow: 0 12px 22px rgba(17, 35, 58, .22), inset 0 1px 0 rgba(255, 255, 255, .07);
}

.pcgh-mini-game-card__body p {
	flex: 1 1 auto;
	min-width: 0;
	margin: 0;
	color: rgba(255, 255, 255, .88);
	font-size: clamp(13px, 1vw, 15px);
	font-weight: 500;
	line-height: 1.85;
	letter-spacing: .01em;
}

.pcgh-mini-game-card__btn {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 132px;
	height: 46px;
	padding: 0 20px;
	border-radius: 10px;
	background: linear-gradient(180deg, var(--mg-red-2), var(--mg-red));
	box-shadow: 0 12px 20px rgba(255, 64, 54, .26), inset 0 1px 0 rgba(255, 255, 255, .35);
	color: #fff;
	font-size: clamp(16px, 1.25vw, 20px);
	font-weight: 900;
	white-space: nowrap;
	transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.pcgh-mini-game-card__btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 26px rgba(255, 64, 54, .32), inset 0 1px 0 rgba(255, 255, 255, .42);
	filter: saturate(1.05);
}

.pcgh-mini-game-card__btn:disabled {
	cursor: wait;
	opacity: .76;
	transform: none;
}

.pcgh-mini-game-card__tip {
	margin: 8px 0 0 96px;
	color: #8a9ab4;
	font-size: 12px;
}

.pcgh-mini-games-empty {
	display: grid;
	place-items: center;
	gap: 10px;
	width: min(520px, calc(100vw - 32px));
	margin: 28px auto 0;
	padding: 32px 20px;
	border: 1px dashed #bdd6f9;
	border-radius: 18px;
	background: rgba(255, 255, 255, .72);
	color: #7690b4;
}

.pcgh-mini-games-empty svg {
	width: 34px;
	height: 34px;
	color: #5199ff;
}

.pcgh-mini-games-empty p {
	margin: 0;
	font-weight: 700;
}

.pcgh-mini-games-empty[hidden] {
	display: none !important;
}

.pcgh-mini-games-footer {
	position: relative;
	z-index: 2;
	margin-top: 0;
	border-top: 1px solid #dfe9f8;
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 -8px 24px rgba(45, 92, 160, .04);
}

.pcgh-mini-games-footer__top {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1.2fr 1.25fr;
	gap: 56px;
	padding-top: 30px;
	padding-bottom: 28px;
}

.pcgh-mini-games-footer h3 {
	margin: 0 0 16px;
	padding-bottom: 12px;
	border-bottom: 1px solid #dbe6f5;
	color: #18233a;
	font-size: 16px;
	font-weight: 800;
}

.pcgh-mini-games-footer__logo {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
	color: #071a36;
	font-size: 24px;
	font-weight: 900;
}

.pcgh-mini-games-footer__logo span {
	display: grid;
	place-items: center;
	width: 31px;
	height: 31px;
	border-radius: 9px;
	background: linear-gradient(135deg, #376eff, #65aaff);
	color: #fff;
}

.pcgh-mini-games-footer__logo svg {
	width: 20px;
	height: 20px;
}

.pcgh-mini-games-footer__brand p {
	margin: 0;
	max-width: 310px;
	color: #34445d;
	font-size: 14px;
	font-weight: 500;
	line-height: 2;
}

.pcgh-mini-games-footer__nav nav {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 13px 32px;
}

.pcgh-mini-games-footer__nav a,
.pcgh-mini-games-footer__contact a,
.pcgh-mini-games-footer__contact p {
	color: #22334f;
	font-size: 14px;
	font-weight: 500;
}

.pcgh-mini-games-footer__nav a:hover,
.pcgh-mini-games-footer__bottom a:hover {
	color: var(--mg-blue);
}

.pcgh-mini-games-footer__contact div {
	display: grid;
	gap: 14px;
}

.pcgh-mini-games-footer__contact a,
.pcgh-mini-games-footer__contact p {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
}

.pcgh-mini-games-footer__contact svg {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	color: #394760;
}

.pcgh-mini-games-footer__contact span {
	margin-right: 6px;
}

.pcgh-mini-games-footer__contact strong {
	font-weight: 500;
}

.pcgh-mini-games-footer__qrbox {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 12px;
	border: 1px solid #dce7f6;
	border-radius: 8px;
	background: #f8fbff;
}

.pcgh-mini-games-footer__qr {
	flex: 0 0 auto;
	display: grid;
	place-items: center;
	width: 92px;
	height: 92px;
	border: 1px solid #d7e4f5;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
}

.pcgh-mini-games-footer__qr img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pcgh-mini-games-footer__qr i {
	width: 64px;
	height: 64px;
	background:
		linear-gradient(90deg, #5aa6ff 50%, transparent 0) 0 0/14px 14px,
		linear-gradient(#5aa6ff 50%, transparent 0) 0 0/14px 14px;
	opacity: .75;
}

.pcgh-mini-games-footer__qrbox p {
	margin: 0;
	color: #43536b;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.65;
}

.pcgh-mini-games-footer__qrbox a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 8px;
	min-height: 28px;
	padding: 0 14px;
	border-radius: 6px;
	background: #e9f2ff;
	color: #2b83ff;
	font-size: 13px;
	font-weight: 800;
}

.pcgh-mini-games-footer__bottom {
	padding-top: 17px;
	padding-bottom: 24px;
	border-top: 1px solid #dfe8f5;
	color: #42536f;
	font-size: 13px;
}

.pcgh-mini-games-footer__bottom nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 26px;
	margin-bottom: 14px;
}

.pcgh-mini-games-footer__bottom div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.pcgh-mini-games-footer__bottom em {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #1f3354;
	font-style: normal;
}

.pcgh-mini-games-footer__bottom svg {
	width: 17px;
	height: 17px;
	color: #338dff;
	fill: rgba(51, 141, 255, .12);
}

html[data-pcgh-theme-resolved="dark"] .pcgh-mini-games-body .pcgh-main {
	background: #07111f;
}

html[data-pcgh-theme-resolved="dark"] .pcgh-mini-games-page {
	--mg-navy: #15263e;
	--mg-navy-2: #1b3454;
	--mg-text: #eef6ff;
	--mg-muted: #93a9c8;
	--mg-line: rgba(116, 166, 232, .24);
	background:
		radial-gradient(circle at 18% 0%, rgba(24, 72, 118, .42) 0 8%, transparent 18%),
		radial-gradient(circle at 94% 0%, rgba(24, 72, 118, .35) 0 8%, transparent 18%),
		linear-gradient(180deg, #07111f 0%, #0b1524 50%, #07111f 100%);
	color: #eef6ff;
}

html[data-pcgh-theme-resolved="dark"] .pcgh-mini-games-bg__cloud {
	background: rgba(30, 74, 120, .28);
}

html[data-pcgh-theme-resolved="dark"] .pcgh-mini-games-bg__planet,
html[data-pcgh-theme-resolved="dark"] .pcgh-mini-games-bg__pad {
	opacity: .34;
}

html[data-pcgh-theme-resolved="dark"] .pcgh-mini-games-hero h1 {
	color: #eef6ff;
	text-shadow: 0 14px 38px rgba(0, 0, 0, .24);
}

html[data-pcgh-theme-resolved="dark"] .pcgh-mini-games-hero__sub {
	color: #9cb2d0;
}

html[data-pcgh-theme-resolved="dark"] .pcgh-mini-games-search {
	border-color: rgba(121, 177, 255, .32);
	background: rgba(12, 27, 48, .78);
	box-shadow: 0 12px 28px rgba(0, 0, 0, .24);
}

html[data-pcgh-theme-resolved="dark"] .pcgh-mini-games-search input {
	color: #f3f8ff;
}

html[data-pcgh-theme-resolved="dark"] .pcgh-mini-games-search input::placeholder,
html[data-pcgh-theme-resolved="dark"] .pcgh-mini-games-search__icon {
	color: #8ea9ce;
}

html[data-pcgh-theme-resolved="dark"] .pcgh-mini-game-card__stats,
html[data-pcgh-theme-resolved="dark"] .pcgh-mini-game-card__stats b,
html[data-pcgh-theme-resolved="dark"] .pcgh-mini-game-card__stats em {
	color: #9cafcc;
}

html[data-pcgh-theme-resolved="dark"] .pcgh-mini-game-card__stats span + span::before {
	background: rgba(151, 177, 211, .28);
}

html[data-pcgh-theme-resolved="dark"] .pcgh-mini-game-card__body {
	box-shadow: 0 14px 26px rgba(0, 0, 0, .32), inset 0 1px 0 rgba(255, 255, 255, .08);
}

html[data-pcgh-theme-resolved="dark"] .pcgh-mini-games-footer {
	border-top-color: rgba(122, 166, 225, .18);
	background: rgba(8, 18, 32, .96);
}

html[data-pcgh-theme-resolved="dark"] .pcgh-mini-games-footer h3,
html[data-pcgh-theme-resolved="dark"] .pcgh-mini-games-footer__logo {
	color: #f2f7ff;
}

html[data-pcgh-theme-resolved="dark"] .pcgh-mini-games-footer h3,
html[data-pcgh-theme-resolved="dark"] .pcgh-mini-games-footer__bottom {
	border-color: rgba(122, 166, 225, .18);
}

html[data-pcgh-theme-resolved="dark"] .pcgh-mini-games-footer__brand p,
html[data-pcgh-theme-resolved="dark"] .pcgh-mini-games-footer__nav a,
html[data-pcgh-theme-resolved="dark"] .pcgh-mini-games-footer__contact a,
html[data-pcgh-theme-resolved="dark"] .pcgh-mini-games-footer__contact p,
html[data-pcgh-theme-resolved="dark"] .pcgh-mini-games-footer__bottom {
	color: #9fb1cc;
}

html[data-pcgh-theme-resolved="dark"] .pcgh-mini-games-footer__qrbox,
html[data-pcgh-theme-resolved="dark"] .pcgh-mini-games-footer__qr {
	border-color: rgba(122, 166, 225, .18);
	background: rgba(16, 32, 54, .72);
}

@media (max-width: 1180px) {
	.pcgh-mini-games-list {
		gap: 14px 18px;
	}

	.pcgh-mini-game-card__head {
		grid-template-columns: 78px auto 1fr;
		padding-right: 8px;
	}

	.pcgh-mini-game-card h2 {
		max-width: 150px;
		padding-inline: 18px;
	}

	.pcgh-mini-game-card__stats {
		gap: 10px;
		font-size: 12px;
	}

	.pcgh-mini-game-card__stats span + span {
		padding-left: 10px;
	}

	.pcgh-mini-game-card__body {
		padding-inline: 22px;
	}
}

@media (max-width: 980px) {
	.pcgh-mini-games-list-wrap {
		margin-top: -10px;
	}

	.pcgh-mini-games-list {
		grid-template-columns: 1fr;
		max-width: 680px;
		margin-inline: auto;
	}

	.pcgh-mini-games-footer__top {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 30px;
	}
}

@media (max-width: 768px) {
	.pcgh-mini-games-page {
		background:
			radial-gradient(circle at 0 0, rgba(224, 241, 255, .9), transparent 190px),
			linear-gradient(180deg, #f8fcff 0%, #fff 48%, #fff 100%);
	}

	.pcgh-mini-games-bg__cloud,
	.pcgh-mini-games-bg__planet,
	.pcgh-mini-games-bg__pad {
		opacity: .32;
	}

	.pcgh-mini-games-hero {
		padding: 30px 0 18px;
	}

	.pcgh-mini-games-hero h1 {
		gap: 10px;
		font-size: 27px;
		letter-spacing: -.04em;
	}

	.pcgh-mini-games-hero h1 span {
		width: 34px;
		height: 34px;
		border-radius: 12px;
	}

	.pcgh-mini-games-hero h1 svg {
		width: 21px;
		height: 21px;
	}

	.pcgh-mini-games-hero__sub {
		gap: 10px;
		margin-top: 9px;
		font-size: 15px;
	}

	.pcgh-mini-games-hero__sub i {
		width: 22px;
	}

	.pcgh-mini-games-search {
		height: 46px;
		padding-inline: 16px;
	}

	.pcgh-mini-games-list-wrap {
		margin-top: 0;
		padding-bottom: 22px;
	}

	.pcgh-mini-games-list {
		padding-inline: 0;
		gap: 12px;
	}

	.pcgh-mini-game-card {
		padding-top: 28px;
	}

	.pcgh-mini-game-card__head {
		grid-template-columns: 64px minmax(0, auto);
		gap: 0 8px;
		align-items: end;
		padding: 0 6px;
	}

	.pcgh-mini-game-card__avatar {
		width: 58px;
		height: 58px;
		margin-left: 0;
		border-width: 3px;
	}

	.pcgh-mini-game-card__avatar span {
		font-size: 30px;
	}

	.pcgh-mini-game-card h2 {
		max-width: calc(100vw - 132px);
		height: 36px;
		margin: 0 0 4px;
		padding-inline: 16px;
		border-radius: 8px;
		font-size: 18px;
	}

	.pcgh-mini-game-card__stats {
		grid-column: 1 / -1;
		justify-self: stretch;
		justify-content: flex-start;
		margin: 8px 0 3px 68px;
		overflow-x: auto;
		scrollbar-width: none;
	}

	.pcgh-mini-game-card__stats::-webkit-scrollbar {
		display: none;
	}

	.pcgh-mini-game-card__body {
		align-items: stretch;
		flex-direction: column;
		gap: 14px;
		min-height: 0;
		padding: 18px;
		border-radius: 12px;
	}

	.pcgh-mini-game-card__body p {
		font-size: 13px;
		line-height: 1.75;
	}

	.pcgh-mini-game-card__btn {
		width: 100%;
		min-width: 0;
		height: 42px;
		font-size: 16px;
	}

	.pcgh-mini-game-card__tip {
		margin-left: 0;
	}

	.pcgh-mini-games-footer__top {
		grid-template-columns: 1fr;
		gap: 24px;
		padding-top: 26px;
	}

	.pcgh-mini-games-footer__brand p {
		max-width: none;
	}

	.pcgh-mini-games-footer__bottom div {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 420px) {
	.pcgh-mini-games-hero h1 {
		font-size: 24px;
	}

	.pcgh-mini-games-hero__sub {
		font-size: 13px;
	}

	.pcgh-mini-games-footer__qrbox {
		align-items: flex-start;
		flex-direction: column;
	}
}
