.vehicleGallery {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    justify-content: flex-start !important;
    max-width: 100% !important;
}

.vehicleGalleryImg {
    flex: 1 0 0 !important;
    width: 25% !important;
    height: auto !important;
    max-width: 100% !important;
    object-fit: cover !important;
    border-radius: 10px !important;
}

.fi-ac:not(.fi-width-full) {
    flex-direction: row-reverse !important;
}

.confirmation-toggles > div {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

@media (max-width: 768px) {
    .vehicleGallery {
        flex-wrap: wrap !important;
    }
}

@media (max-width: 480px) {
    .vehicleGalleryImg {
        width: 100% !important;
    }
}
