/*
 Theme Name:   Autodune Child
 Theme URI:    https://example.com/
 Description:  Tema hijo para personalizar Autodune sin modificar el tema padre.
 Author:       Ecodrive
 Template:     autodune
 Version:      1.0.0
 Text Domain:  autodune-child
*/

/* Vehicle card: una línea por cada especificación (seats, transmission, fuel) */
.pxl-vehicle-grid-layout3 .pxl-post--info {
	flex-direction: column;
	gap: 12px;
}

.pxl-vehicle-grid-layout3 .pxl-post--info-item {
	flex-direction: row;
	align-items: center;
	gap: 8px;
}

.pxl-vehicle-grid-layout3 .pxl-post--description {
	text-align: center;
}

/* Footer: centrar CTA (el padre usa justify-content: space-between) */
.pxl-vehicle-grid-layout3 .pxl-post--footer {
	display: flex !important;
	justify-content: center !important;
	width: 100%;
}

.pxl-vehicle-grid-layout3 .pxl-post--footer .pxl-post--readmore,
.pxl-vehicle-grid-layout3 .pxl-post--footer a.pxl-post--readmore {
	display: inline-block;
}

