.wc-abcp-search-form,
.wc-abcp-vin-search {
    padding: 20px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 20px 0;
}

.wc-abcp-search-form h3,
.wc-abcp-vin-search h3 {
    margin-top: 0;
    color: #333;
}

.search-type-selector,
.search-fields,
.vin-field {
    margin-bottom: 15px;
}

.search-type-selector label,
.search-fields label,
.vin-field label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: #555;
}

.search-type,
.search-value,
.brand,
.vin-input {
    width: 100%;
    max-width: 400px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 14px;
}

.search-submit,
.vin-submit {
    padding: 10px 20px;
    background: #0073aa;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
}

.search-submit:hover,
.vin-submit:hover {
    background: #005a87;
}

.search-loading,
.vin-loading {
    display: inline-block;
    margin-left: 10px;
    color: #666;
}

.search-results,
.vin-results {
    margin-top: 20px;
}

.search-results table,
.vin-results table {
    width: 100%;
    border-collapse: collapse;
    background: white;
}

.search-results th,
.vin-results th {
    background: #f1f1f1;
    padding: 10px;
    text-align: left;
    border-bottom: 2px solid #ddd;
}

.search-results td,
.vin-results td {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.search-results tr:hover,
.vin-results tr:hover {
    background: #f9f9f9;
}

.add-to-cart-btn {
    padding: 5px 10px;
    background: #46b450;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
}

.add-to-cart-btn:hover {
    background: #3a9c43;
}

.no-results {
    padding: 20px;
    text-align: center;
    color: #666;
    font-style: italic;
}

.error-message {
    padding: 10px;
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    border-radius: 3px;
    margin-top: 10px;
}