.cart-action .add-to-cart-product-table,
.cart-action .add-to-quote,
.cart-action .add-single {
    display: block;
    width: 100%;
    box-sizing: border-box; 
    max-width: 100%;
    margin-bottom: 8px;
    white-space: nowrap; 
}

/* Ensure all buttons inside the product table stay on a single line */
#aio_product_table_container .button { white-space: nowrap; }
/* .cart-action .add-to-quote { margin-top: 4px; } */
.cart-action .add-single:last-child { margin-bottom: 0; }

/* Spacing between attribute filters (no inline styles) */
.filter-section .attribute_select {
    margin-right: 4px;
    margin-bottom: 8px;
}

/* Space below top bulk-action bar (yellow line area) */
.aio-product-table-form__contents thead .actions {
	padding-bottom: 0;
	border-bottom: 12px solid transparent;
}

/* Keep filters in one row */
.attribute_select,
.select2-container {
    display: inline-block !important;
    vertical-align: middle;
}

/* Prevent full width */
.select2-container {
    width: auto;
    min-width: 135px;
    padding-right: 4px;
    padding-bottom: 8px;
}

.selectWoo-results__options {
    max-height: 140px !important;
    overflow-y: auto !important;
}
