.artemis-consumption,
.artemis-consumption.stm_single_car_mpg {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0 0 24px;
	box-sizing: border-box;
}

.elementor-widget-motors-single-listing-mpg .elementor-widget-container {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

.artemis-consumption__card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	width: 100%;
	max-width: 100%;
	padding: 18px 14px;
	box-sizing: border-box;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid #e3e8ef;
	border-radius: 14px;
	box-shadow: 0 4px 18px rgba(0, 30, 64, 0.06);
}

.artemis-consumption__stat {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 0;
	max-width: 100%;
	text-align: center;
	gap: 4px;
	overflow: hidden;
}

.artemis-consumption__value-row {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2px;
	width: 100%;
	max-width: 100%;
}

.artemis-consumption__value {
	font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 1.625rem;
	font-weight: 800;
	line-height: 1;
	color: #001e40;
	letter-spacing: -0.02em;
}

.artemis-consumption__unit {
	font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.2;
	color: #5a6b7d;
	white-space: nowrap;
}

.artemis-consumption__label {
	display: block;
	width: 100%;
	max-width: 100%;
	font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 0.625rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #8a96a3;
	white-space: normal;
	word-break: break-word;
	hyphens: auto;
}

.artemis-consumption__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #001e40;
	box-shadow: 0 6px 16px rgba(0, 30, 64, 0.22);
	flex-shrink: 0;
}

.artemis-consumption__icon i,
.artemis-consumption__icon i:before {
	font-size: 22px !important;
	color: #ffffff !important;
	line-height: 1;
}

.artemis-consumption__icon svg {
	width: 22px;
	height: 22px;
	fill: #ffffff;
}

.artemis-consumption .single-car-mpg,
.artemis-consumption .mpg-mobile-selector,
.artemis-consumption .mpg-unit,
.artemis-consumption .mpg-value,
.artemis-consumption .mpg-label,
.elementor-widget-motors-single-listing-mpg .artemis-consumption .single-car-mpg,
.elementor-widget-motors-single-listing-mpg .artemis-consumption .mpg-mobile-selector,
.elementor-widget-motors-single-listing-mpg .artemis-consumption .mpg-unit,
.elementor-widget-motors-single-listing-mpg .artemis-consumption .mpg-value,
.elementor-widget-motors-single-listing-mpg .artemis-consumption .mpg-label {
	display: none !important;
}

@media (max-width: 600px) {
	.artemis-consumption__card {
		grid-template-columns: 1fr;
		grid-template-rows: auto auto auto;
		gap: 14px;
		padding: 16px;
	}

	.artemis-consumption__icon {
		order: -1;
		margin: 0 auto;
	}
}
