.gm-vehicle-shortcode-placeholder {
	padding: 24px 28px;
	border: 1px dashed #b9c7d8;
	border-radius: 28px;
	background: #f5f8fb;
	color: #394c6a;
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	line-height: 1.4;
	text-align: center;
}

.gm-tab-hidden,
[hidden].gm-tab-hidden {
	display: none !important;
	visibility: hidden !important;
}

.gm-vehicle-spec-grid {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 96px;
	row-gap: 26px;
	align-items: start;
}

.gm-vehicle-spec-item,
.gm-vehicle-warranty {
	color: #111;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 1.45;
}

.gm-vehicle-spec-item {
	min-width: 0;
	max-width: 100%;
	overflow-wrap: break-word;
	word-break: normal;
	white-space: normal;
}

.gm-vehicle-spec-label,
.gm-vehicle-spec-value {
	color: #111;
}

.gm-vehicle-spec-label {
	font-weight: 700;
}

.gm-vehicle-spec-value {
	font-weight: 400;
}

.gm-vehicle-warranty,
.gm-vehicle-warranty p,
.gm-vehicle-warranty li,
.gm-vehicle-warranty a,
.gm-vehicle-warranty strong,
.gm-vehicle-warranty em {
	color: #111;
}

.gm-vehicle-warranty > *:first-child {
	margin-top: 0;
}

.gm-vehicle-warranty > *:last-child {
	margin-bottom: 0;
}

.gm-vehicle-warranty p,
.gm-vehicle-warranty ul,
.gm-vehicle-warranty ol {
	margin-bottom: 1em;
}

@media (max-width: 767px) {
	.gm-vehicle-shortcode-placeholder {
		padding: 20px 22px;
		font-size: 16px;
	}

	.gm-vehicle-spec-grid {
		grid-template-columns: minmax(0, 1fr);
		column-gap: 0;
		row-gap: 20px;
	}
}

body .gm-accesorios-tipo-vehiculo.gm-accesorios-row {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	gap: 18px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	background: transparent;
}

body .gm-accesorios-tipo-vehiculo.gm-accesorios-row > * {
	min-width: 0;
	min-height: 0;
}

body .gm-accesorios-tipo-vehiculo.gm-accesorios-row .gm-accesorio-item {
	margin: 0;
	width: auto;
	max-width: none;
	height: 195px;
	aspect-ratio: auto;
	flex: 1 1 0;
	min-width: 0;
	overflow: hidden;
	border-radius: 22px;
	background: transparent;
}

body .gm-accesorios-tipo-vehiculo.gm-accesorios-row .gm-accesorio-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 767px) {
	body .gm-accesorios-tipo-vehiculo.gm-accesorios-row {
		flex-direction: column;
		gap: 14px;
		max-width: 360px;
	}

	body .gm-accesorios-tipo-vehiculo.gm-accesorios-row .gm-accesorio-item {
		width: 100%;
		max-width: 320px;
		height: 195px;
		flex-basis: auto;
	}
}
