/*
 * Functional styles only.
 *
 * Visual styling for the Fleet section belongs in Elementor Site Settings
 * Custom CSS so the design can be managed globally with the rest of the site.
 */

.cfs-vehicle-card.cfs-card-hidden {
	display: none !important;
}

.cfs-fleet-empty {
	display: none;
}

.cfs-fleet-section.has-empty-filter .cfs-fleet-empty {
	display: block;
}

.cfs-fleet-pagination[hidden] {
	display: none !important;
}
