.auto-search-container-0e455ed9 {
    background: #111116;
    border: 1px solid #22222a;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    font-family: system-ui, -apple-system, sans-serif;
    color: #ffffff;
    max-width: 1000px;
    margin: 0 auto;
}

.search-tabs-0e455ed9 {
    display: flex;
    gap: 12px;
    border-bottom: 2px solid #22222a;
    padding-bottom: 16px;
    margin-bottom: 24px;
}

.search-tab-btn-0e455ed9 {
    background: transparent;
    border: none;
    color: #888899;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.search-tab-btn-0e455ed9:hover,
.search-tab-btn-0e455ed9.active {
    background: #1a1a24;
    color: #ff3e3e;
}

.search-tab-content-0e455ed9 {
    display: none;
}

.search-tab-content-0e455ed9.active {
    display: block;
    animation: fadeIn_0e455ed9 0.30s ease;
}

.search-form-grid-0e455ed9 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    align-items: flex-end;
}

@media (max-width: 900px) {
    .search-form-grid-0e455ed9 {
        grid-template-columns: 1fr;
    }
    .span-2-0e455ed9 {
        grid-column: span 1 !important;
    }
}

.span-2-0e455ed9 {
    grid-column: span 2;
}

.search-field-wrapper-0e455ed9 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.search-label-0e455ed9 {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #aaaaee;
    font-weight: 700;
}

.search-select-0e455ed9,
.search-input-0e455ed9,
.vin-input-field-0e455ed9 {
    background: #1a1a24;
    border: 1px solid #333344;
    color: #fff;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s ease;
    width: 100%;
    box-sizing: border-box;
}

.search-select-0e455ed9:focus,
.search-input-0e455ed9:focus,
.vin-input-field-0e455ed9:focus {
    border-color: #ff3e3e;
    box-shadow: 0 0 0 2px rgba(255, 62, 62, 0.2);
}

.input-search-btn-wrapper-0e455ed9 {
    display: flex;
    gap: 8px;
    width: 100%;
}

.search-submit-btn-0e455ed9,
.vin-search-btn-0e455ed9 {
    background: #ff3e3e;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease;
    white-space: nowrap;
}

.search-submit-btn-0e455ed9:hover,
.vin-search-btn-0e455ed9:hover {
    background: #e03232;
}

/* VIN Tab style */
.vin-search-wrapper-0e455ed9 {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.vin-input-group-0e455ed9 {
    display: flex;
    gap: 12px;
}

@media (max-width: 600px) {
    .vin-input-group-0e455ed9 {
        flex-direction: column;
    }
}

.vin-feedback-0e455ed9 {
    font-size: 13px;
    padding-top: 8px;
}

@keyframes fadeIn_0e455ed9 {
    from { opacity: 0; transform: translateY(4px); }
    to { opacity: 1; transform: translateY(0); }
}
