.individually-wrapped-option {
    margin: 0.5em 0; /* Maintain reduced vertical spacing */
    display: block; /* Ensure block-level for separation */
}
.individually-wrapped-checkbox {
    margin-right: 0.5em;
    display: block; /* Ensure checkbox takes full width */
    margin-bottom: 0.5em; /* Maintain reduced spacing below checkbox */
}
.individually-wrapped-break {
    clear: both; /* Clear any floats */
    margin-bottom: 0.25em; /* Maintain minimized spacing */
    display: block; /* Ensure break takes effect */
}
.single-product .product form.cart {
    display: flex !important;
    flex-direction: column !important; /* Keep form elements stacked vertically */
    align-items: flex-start !important; /* Align to start for consistency */
}
.single-product .product form.cart .quantity,
.single-product .product form.cart .button {
    display: inline-block !important; /* Force quantity and button to stay on same line */
    vertical-align: middle !important; /* Align vertically */
    margin-right: 0.5em; /* Spacing between quantity and button */
    margin-bottom: 0 !important; /* Remove extra spacing below */
}
.single-product .product form.cart .quantity {
    margin-right: 0.5em; /* Ensure spacing between quantity and button */
}
.single-product .product form.cart .single_add_to_cart_button {
    margin-top: 0 !important; /* Prevent extra spacing above button */
}