/*
 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;
}

.second-section-ecorental .btn {
display: none !important;
}

#pxl-header-elementor>div {
	background: #00000030;
}

.is-flex-custom {
	display: flex;
	gap: 20px;
	justify-content: space-around;
}

@media( max-width: 768px ) {
	.is-flex-custom {
		flex-direction: column;
	}
}

.is-flex-custom>div {
	width: 100%;
	display: flex;
    align-items: center;
}

.is-flex-custom p {
	display: block;
	width: 100%;
}

.is-flex-custom p span {
	display: block;
	margin-top: 10px;
}


.custom-stats .pxl-counter--inner .pxl-counter--holder{
	width: 55% !important;
}

.custom-stats .pxl-counter--inner .pxl-counter--holder .pxl-counter--number{
	justify-content: flex-end;
}

.custom-stats .pxl-counter--inner .pxl-counter--description {
	width: 45% !important;
}

#pxl-loadding .pxl-loader-text {
	text-align: center !important;
}



