/* 1B.7F: hero float chrome only. Positions unchanged. */

.yepx-hero .yepx-hero-media-stage .yepx-float-card[data-xy="1"] {
	display: flex;
	align-items: flex-start;
	gap: 0.65rem;
	padding: 0.75rem 0.85rem;
	border-radius: 18px;
	background: #fff;
	border: 1px solid rgba(8, 42, 61, 0.06);
	box-shadow: 0 10px 28px rgba(11, 44, 61, 0.1);
	width: 26.25%;
	min-width: 0;
	max-width: none;
}

.yepx-hero .yepx-hero-media-stage .yepx-float-card .yepx-icon-well {
	width: 36px;
	height: 36px;
	min-width: 36px;
	border-radius: 11px;
}

.yepx-hero .yepx-hero-media-stage .yepx-float-card__copy strong {
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.25;
	color: var(--yepx-ink, #0b2c3d);
}

.yepx-hero .yepx-hero-media-stage .yepx-float-card__copy span {
	font-size: 0.75rem;
	line-height: 1.35;
	color: var(--yepx-muted, #4b6270);
}
