.isp-stock-form {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
}

#isp-product-search {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

#isp-product-results {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
    max-height: 150px;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
}

#isp-product-results li {
    padding: 10px;
    cursor: pointer;
}

#isp-product-results li:hover {
    background-color: #f0f0f0;
}

#isp-current-stock {
    margin: 10px 0;
    font-size: 16px;
}

#isp-quantity {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

#isp-increment-stock {
    width: 100%;
    padding: 10px;
    background-color: #0073aa;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

#isp-increment-stock:hover {
    background-color: #005a8e;
}
