/*!
Theme Name: Noblevora Child
Theme URI: https://noblevora.com
Description:  Real Estate
Author: UiCore
Author URI: https://mrriches.com
Template: finflow
Version: 9.0
Text Domain: finflow
*/

 /* Add your custom style here */
 
 .wc-orders-table-wrapper {
    width: 100%;
    overflow-x: auto;
}

.wc-orders-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.wc-orders-table th,
.wc-orders-table td {
    padding: 10px 12px;
    border-bottom: 1px solid #eaeaea;
    text-align: left;
    font-size: 14px;
    vertical-align: middle;
    white-space: nowrap;
}

.wc-orders-table th {
    font-weight: 600;
    color: #222;
}

.wc-orders-table .text-right {
    text-align: right;
}

/* Normalize WooCommerce Product Add-On checkboxes */
.wc-pao-addon-wrap > div {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

/* Align checkbox + label properly */
.wc-pao-addon-wrap input.wc-pao-addon-checkbox {
    margin-left: 0 !important;
}

.wc-pao-addon-wrap label {
    display: inline-flex !important;
    align-items: center;
    margin-left: 0 !important;
    padding-left: 6px;
}

/* Prevent visual indentation stacking */
.wc-pao-addon-wrap > div + div {
    margin-top: 8px;
}
