.wsm-container {
    max-width: 800px;
    margin: 20px auto;
}
#wsm-search {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 16px;
}
.wsm-product-result {
    background: #f9f9f9;
    padding: 10px;
    margin-bottom: 10px;
}
.wsm-new-stock {
    width: 80px;
}
.wsm-add-to-queue {
    margin-left: 10px;
    padding: 4px 10px;
}
.stock-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}
.stock-table th, .stock-table td {
    border: 1px solid #ccc;
    padding: 8px;
}
.wsm-actions {
    margin-top: 20px;
}
#wsm-submit-all, #wsm-cancel-all {
    padding: 8px 16px;
    margin-right: 10px;
    cursor: pointer;
    background: #0073aa;
    color: white;
    border: none;
}
#wsm-cancel-all {
    background: #ca0000;
}

.wsm-product-result {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.wsm-product-thumb img {
    max-width: 60px;
    height: auto;
    border: 1px solid #ddd;
    background: #fff;
    padding: 2px;
}

.wsm-remove-x {
    background: none;
    border: none;
    color: #d00;
    font-size: 18px;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

.wsm-remove-x:hover {
    color: #a00;
}