.futunex-speed-web-demo-adapter {
	display: block;
	width: 100%;
}

.futunex-speed-web-demo-adapter__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.futunex-speed-web-demo-adapter__card {
	display: grid;
	overflow: hidden;
	border: 1px solid rgba(35, 48, 61, 0.1);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 16px 34px rgba(35, 48, 61, 0.07);
}

.futunex-speed-web-demo-adapter__image {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
}

.futunex-speed-web-demo-adapter__image picture,
.futunex-speed-web-demo-adapter__image img {
	display: block;
	width: 100%;
	height: 100%;
}

.futunex-speed-web-demo-adapter__image img {
	object-fit: cover;
	object-position: var(--demo-card-image-position, center center);
}

.futunex-speed-web-demo-adapter__body {
	display: grid;
	gap: 12px;
	padding: 20px;
}

.futunex-speed-web-demo-adapter__badge {
	width: fit-content;
	padding: 6px 10px;
	border-radius: 999px;
	background: #eef7f2;
	color: #1f6f61;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.35;
}

.futunex-speed-web-demo-adapter__body h3 {
	margin: 0;
	color: #1d2733;
	font-size: 22px;
	line-height: 1.45;
}

.futunex-speed-web-demo-adapter__body p {
	margin: 0;
	color: #52606f;
	line-height: 1.82;
}

.futunex-speed-web-demo-adapter__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	width: fit-content;
	padding: 10px 16px;
	border-radius: 8px;
	background: #1f6f61;
	color: #fff;
	font-weight: 900;
	line-height: 1.35;
	text-decoration: none;
}

.futunex-speed-web-demo-adapter__notice {
	padding: 14px 16px;
	border: 1px solid rgba(190, 88, 34, 0.24);
	border-radius: 8px;
	background: #fff8f3;
	color: #7a3217;
	font-weight: 700;
}

@media (max-width: 960px) {
	.futunex-speed-web-demo-adapter__grid {
		grid-template-columns: 1fr;
	}
}
