/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */
.vehicle-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 16px;
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

.vehicle-make {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    color: #333;
    transition: background 0.3s ease, transform 0.2s ease;
}

.vehicle-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    background: #f4f4f4;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    transition: background 0.3s ease, transform 0.2s ease;
}

.vehicle-item:hover {
    background: #e2e2e2;
    transform: translateY(-4px);
}

.vehicle-logo {
    max-width: 100px;
    max-height: 100px;
    margin-bottom: 10px;
}

.vehicle-item span {
    font-size: 16px;
    font-weight: bold;
}

.selection-heading {
    text-align: center;
    font-family: 'Roboto';
    font-weight: 600;
}

.Chiptuning-specs table {
    /* Change these properties */
     --border: 1px solid #b8b8b8;
     border-radius: 10px;
    
     /* Don't change these properties */
     border-spacing: 0;
     border-collapse: separate;
     border: var(--border);
     overflow: hidden;
}

#info-button {
    cursor:pointer
}

#vehicle-search-form {
    padding: 10px 30px;
    border-radius: 10px;
    margin:20px 20px;
}

#vehicle_license_plate {
    margin-bottom: 10px;
    width: 100%;
}

input.vehicle_license_plate_search_button {
    width: 100%;
  background-color: yellow !important;
  color: black;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s ease;

}

h2.no_stripe
{
color:#ffffff;
}


