.trofe-qd-table-wrap {
    margin: 15px 0;
}

.trofe-qd-table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
}

.trofe-qd-table th {
    background: white;
    border: 1px solid #333;
    color: #333;
    padding: 8px 12px !important;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
}

.trofe-qd-table td {
    background: white;
    padding: 8px 12px !important;
    font-size: 14px;
    /*border-bottom: 1px solid #e5e5e5;*/
    border: 1px solid rgb(51 51 51 / 70%);
}

.trofe-qd-table tbody tr:last-child td {
    /*border-bottom: none;*/
}

.trofe-qd-table tbody tr.trofe-qd-active td {
    background: #000000;
    color: #fff;
}

.trofe-qd-table tbody tr.trofe-qd-active td del {
    color: rgba(255, 255, 255, 0.6);
}

.trofe-qd-table del .woocommerce-Price-amount {
    opacity: 0.6;
}

/* YITH price table: enhanced layout */
#wapo-total-price-table table {
    border-collapse: collapse;
    width: 100%;
}

#wapo-total-price-table th,
#wapo-total-price-table td {
    border: 1px solid #e0e0e0;
    padding: 8px 12px;
}

#wapo-total-price-table .trofe-qd-header th {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: #f7f7f7;
    color: #666;
    border-bottom: 2px solid #ddd;
}

#wapo-total-price-table .trofe-qd-col-unit,
#wapo-total-price-table .trofe-qd-col-total {
    text-align: right;
}

#wapo-total-price-table .trofe-qd-qty-header {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: #f7f7f7;
    color: #666;
    text-align: center;
    border-bottom: 2px solid #ddd;
}

#wapo-total-price-table .trofe-qd-qty-cell {
    text-align: center;
    font-weight: 600;
    white-space: nowrap;
}

/* Total row emphasis */
#wapo-total-price-table tr.wapo-total-order th,
#wapo-total-price-table tr.wapo-total-order td {
    border-top: 2px solid #ddd;
    font-weight: 600;
}

/* Strikethrough for discounted prices */
#wapo-total-price-table del {
    opacity: 0.5;
    margin-right: 5px;
}

#wapo-total-price-table del .woocommerce-Price-amount {
    font-weight: normal;
}

/* YITH price table: savings row */
#wapo-total-price-table .trofe-qd-savings-row th,
#wapo-total-price-table .trofe-qd-savings-row td {
    color: #2e7d32;
    font-weight: 600;
}

#wapo-total-price-table .trofe-qd-savings-row .trofe-qd-savings-cell {
    font-size: 14px;
}

/* Cart: discount badge under product name */
.trofe-qd-cart-badge {
    display: inline-block;
    background: #110b40;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 3px;
    margin-top: 4px;
}

/* Cart: savings text under subtotal */
.trofe-qd-cart-savings {
    display: inline-block;
    font-size: 12px;
    color: #2e7d32;
    font-weight: 600;
    margin-top: 2px;
}
