/* =========================================================
    SAFE, NON-BLEEDING CHECKOUT STRUCTURE
========================================================= */

/* Ensure the checkout area stays locked inside its own container bounds */
#aryae-isolated-checkout {
    width: 100% !important;
    clear: both !important;
    display: block !important;
    margin-top: 60px !important;
}

/* Force WooCommerce billing forms to stack beautifully without floats */
#aryae-isolated-checkout .col2-set,
#aryae-isolated-checkout #customer_details,
#aryae-isolated-checkout #order_review,
#aryae-isolated-checkout #order_review_heading {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin: 0 0 20px 0 !important;
    display: block !important;
}

/* Clean up standard form rows */
#aryae-isolated-checkout .form-row {
    width: 100% !important;
    float: none !important;
    margin-bottom: 15px !important;
    display: block !important;
}

/* Clear legacy table backgrounds so they inherit your soft page background */
#aryae-isolated-checkout table.shop_table,
#aryae-isolated-checkout table.shop_table td,
#aryae-isolated-checkout table.shop_table th {
    background: transparent !important;
    border: none !important;
}