/*
Theme Name: RRV Theme (Ashley)
Theme URI: http://wp-puzzle.com/basic/
Template: basic
Author: WP Puzzle
Author URI: http://wp-puzzle.com/
Description: Basic is fully responsive, clean and minimal WordPress theme. It has various options in WordPress Customizer to change look of the theme - primary design color, background and header, page layout (left or right sidebar, full or centered content). Clean valid code, semantic markup, markup by Schema.org, full adaptation to mobile devices. Basic is ready to use with child themes and gives for developers simple design change with custom hooks and action. Translation Ready (English, Russian, Ukrainian, French, German, Polish, Turkish). Fully compatible with WPML, WooCommerce, bbPress.
Tags: two-columns,one-column,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,editor-style,featured-images,sticky-post,threaded-comments,translation-ready,microformats
Version: 1.3.12.1770421865
Updated: 2026-02-06 23:51:05

*/

.vehicle-archive {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 20px;
}

.vehicle-card {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}

.vehicle-thumb img {
    width: 100%;
    height: auto;
    display: block;
}
