.nio-fuel-lowest-card {
	align-items: center;
	background: linear-gradient(180deg, #ffffff 0%, #fbfdfb 100%);
	border: 1px solid #dfe6ee;
	border-left: 4px solid #43a047;
	border-radius: 8px;
	box-shadow: 0 10px 24px rgba(8, 28, 54, .07);
	box-sizing: border-box;
	color: #0b1730;
	display: flex;
	gap: 10px;
	height: 100%;
	min-height: 76px;
	padding: 9px 12px;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
	width: 100%;
}

.nio-fuel-lowest-card:hover,
.nio-fuel-lowest-card:focus-within {
	border-color: #c8d6e5;
	border-left-color: #43a047;
	box-shadow: 0 16px 34px rgba(8, 28, 54, .12);
	transform: translateY(-2px);
}

.nio-fuel-lowest-card__icon {
	border: 2px solid #43a047;
	border-radius: 6px 6px 4px 4px;
	flex: 0 0 auto;
	height: 27px;
	position: relative;
	width: 22px;
}

.nio-fuel-lowest-card__icon::before {
	background: #43a047;
	border-radius: 0 4px 4px 0;
	content: "";
	height: 12px;
	position: absolute;
	right: -7px;
	top: 5px;
	width: 5px;
}

.nio-fuel-lowest-card__icon::after {
	background: #43a047;
	border-radius: 999px;
	bottom: 4px;
	content: "";
	height: 4px;
	left: 5px;
	position: absolute;
	width: 10px;
}

.nio-fuel-lowest-card__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
}

.nio-fuel-lowest-card__label {
	color: #536176;
	display: block;
	font-size: 9px;
	font-weight: 800;
	line-height: 1;
	margin: 0 0 2px;
	text-transform: uppercase;
}

.nio-fuel-lowest-card__price {
	color: #0b1730;
	display: block;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	margin-top: 0;
}

.nio-fuel-lowest-card__fallback {
	color: #0b1730;
	display: block;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.1;
	margin-top: 2px;
}

.nio-fuel-lowest-card__town,
.nio-fuel-lowest-card__sync {
	color: #536176;
	display: block;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.1;
	margin-top: 1px;
	overflow-wrap: anywhere;
}

.nio-fuel-lowest-card__town {
	color: #0b1730;
}

@media (max-width: 520px) {
	.nio-fuel-lowest-card {
		min-height: 76px;
		padding: 9px 11px;
	}

	.nio-fuel-lowest-card__price {
		font-size: 22px;
	}
}
