.nio-fuel-home-search {
	background: linear-gradient(180deg, #f3f8ff 0%, #ffffff 100%);
	border: 1px solid #d8e0e8;
	border-radius: 8px;
	box-shadow: 0 10px 24px rgba(8, 28, 54, .07);
	color: #17202a;
	padding: 16px;
}

.nio-fuel-home-kicker {
	color: #0c7a5b;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.nio-fuel-home-copy h2 {
	margin: 4px 0;
}

.nio-fuel-home-copy p {
	color: #5d6b79;
	margin: 0;
}

.nio-fuel-home-controls {
	margin-top: 14px;
}

.nio-fuel-home-search-row {
	display: grid;
	gap: 8px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.nio-fuel-home-input,
.nio-fuel-home-location,
.nio-fuel-home-fuel-toggle button {
	border-radius: 6px;
	min-height: 40px;
	padding: 9px 12px;
}

.nio-fuel-home-input {
	border: 1px solid #d8e0e8;
	width: 100%;
}

.nio-fuel-home-location,
.nio-fuel-home-fuel-toggle button {
	border: 0;
	cursor: pointer;
	font-weight: 700;
	transition: background-color .18s ease, color .18s ease, transform .18s ease;
}

.nio-fuel-home-location:hover,
.nio-fuel-home-location:focus,
.nio-fuel-home-fuel-toggle button:hover,
.nio-fuel-home-fuel-toggle button:focus {
	transform: translateY(-1px);
}

.nio-fuel-home-location {
	background: linear-gradient(135deg, #061a35 0%, #1d2b39 100%);
	color: #fff;
}

.nio-fuel-home-fuel-toggle {
	display: flex;
	gap: 8px;
	margin-top: 10px;
}

.nio-fuel-home-fuel-toggle button {
	background: #e8eef3;
	color: #17202a;
}

.nio-fuel-home-fuel-toggle button.is-active {
	background: #0c7a5b;
	color: #fff;
}

.nio-fuel-home-sponsors {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 14px;
}

.nio-fuel-home-sponsor {
	background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
	border: 1px solid #d8e0e8;
	border-radius: 8px;
	box-shadow: 0 8px 20px rgba(8, 28, 54, .05);
	padding: 11px;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.nio-fuel-home-sponsor:hover,
.nio-fuel-home-sponsor:focus-within {
	border-color: #c8d6e5;
	box-shadow: 0 12px 26px rgba(8, 28, 54, .09);
	transform: translateY(-1px);
}

.nio-fuel-home-sponsor-head {
	align-items: center;
	display: flex;
	gap: 10px;
}

.nio-fuel-home-sponsor img {
	max-height: 44px;
	max-width: 80px;
	object-fit: contain;
}

.nio-fuel-home-sponsor span {
	color: #7a5700;
	display: block;
	font-size: 12px;
	font-weight: 800;
}

.nio-fuel-home-sponsor p {
	color: #5d6b79;
}

.nio-fuel-home-sponsor a {
	color: #0c7a5b;
	font-weight: 800;
	transition: color .18s ease;
}

.nio-fuel-home-sponsor a:hover,
.nio-fuel-home-sponsor a:focus {
	color: #083d8d;
}

@media (max-width: 720px) {
	.nio-fuel-home-search {
		padding: 12px;
	}

	.nio-fuel-home-search-row,
	.nio-fuel-home-sponsors {
		grid-template-columns: 1fr;
	}
}
