.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;
}
