.nio-fuel-summary-widget {
	background: linear-gradient(180deg, #ffffff 0%, #f7fbf8 100%);
	border: 1px solid #dfe6ee;
	border-top: 3px solid #43a047;
	border-radius: 8px;
	box-shadow: 0 10px 24px rgba(8, 28, 54, .07);
	color: #0b1730;
	display: flex;
	flex-direction: column;
	gap: 11px;
	margin: 0 0 18px;
	min-height: 220px;
	padding: 15px;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.nio-fuel-summary-widget:hover,
.nio-fuel-summary-widget:focus-within {
	border-color: #c8d6e5;
	border-top-color: #43a047;
	box-shadow: 0 18px 38px rgba(8, 28, 54, .13);
	transform: translateY(-2px);
}

.nio-fuel-summary-widget__head,
.nio-fuel-summary-widget__price-row {
	align-items: flex-start;
	display: flex;
	gap: 12px;
	justify-content: space-between;
}

.nio-fuel-summary-widget__kicker,
.nio-fuel-summary-widget span {
	color: #536176;
	display: block;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

.nio-fuel-summary-widget h3 {
	color: #0b1730;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.2;
	margin: 3px 0 0;
	min-height: 38px;
}

.nio-fuel-summary-widget__fuel {
	background: #eaf6ed;
	border-radius: 999px;
	color: #137245;
	padding: 5px 9px;
}

.nio-fuel-summary-widget__lowest strong {
	color: #43a047;
	display: block;
	font-size: 34px;
	font-weight: 800;
	line-height: 1;
	margin-top: 4px;
}

.nio-fuel-summary-widget__sync {
	text-align: right;
}

.nio-fuel-summary-widget__sync strong {
	color: #0b1730;
	display: block;
	font-size: 12px;
	font-weight: 800;
	margin-top: 5px;
	max-width: 130px;
}

.nio-fuel-summary-widget__grid {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nio-fuel-summary-widget__grid div {
	background: #f6f8fb;
	border: 1px solid #e7edf4;
	border-radius: 8px;
	min-height: 58px;
	padding: 9px 10px;
}

.nio-fuel-summary-widget__grid strong {
	color: #0b1730;
	display: block;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.1;
	margin-top: 4px;
}

.nio-fuel-summary-widget__notice {
	background: #fff6e6;
	border: 1px solid #f2d49b;
	border-radius: 8px;
	color: #744d00;
	font-weight: 700;
	padding: 10px;
}

.nio-fuel-summary-widget__cta {
	background: linear-gradient(135deg, #061a35 0%, #07377d 100%);
	border-radius: 6px;
	color: #ffffff;
	display: block;
	font-size: 13px;
	font-weight: 800;
	margin-top: auto;
	min-height: 36px;
	padding: 11px 12px;
	text-align: center;
	text-decoration: none;
	transition: background-color .18s ease, color .18s ease;
}

.nio-fuel-summary-widget__cta:hover,
.nio-fuel-summary-widget__cta:focus {
	background: linear-gradient(135deg, #08264b 0%, #0b4d9b 100%);
	color: #ffffff;
	transform: translateY(-1px);
}

@media (max-width: 520px) {
	.nio-fuel-summary-widget {
		min-height: 0;
		padding: 12px;
	}

	.nio-fuel-summary-widget__price-row {
		display: block;
	}

	.nio-fuel-summary-widget__sync {
		margin-top: 10px;
		text-align: left;
	}

	.nio-fuel-summary-widget__grid {
		grid-template-columns: 1fr;
	}
}
