.custom-cart-wrapper {
    margin-top: 10px;
}

.custom-cart-wrapper .reset-wrap {
    margin-bottom: 5px;
    font-size: 13px;
    color: #666;
}

.custom-cart-wrapper .cart-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.custom-cart-wrapper .price-wrap {
    font-size: 18px;
    font-weight: bold;
    color: #228B22; /* green */
}

.custom-cart-wrapper .bc-points {
    margin: 10px 0;
    font-size: 14px;
    color: #444;
}

.signup-now-btn {
    display: inline-block;
    background-color:  #ba931c;
    color: #fff;
    padding: 10px 15px;
    border-radius:0px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
.signup-now-btn:hover {
    background-color: #000;
}

/* Hide the default variation price block (we render it near the button) */
.single_variation .woocommerce-variation-price { display: none !important; }

/* Quick styling to match your mock */
.custom-cart-wrapper .cart-row { display:flex; align-items:center; gap:10px; }
.custom-cart-wrapper .price-wrap { font-weight:700; font-size:18px; color:#228B22; }
.points-row { margin:8px 0 10px; }
.signup-now-btn { display:inline-block; margin-top:6px; background:#b38b5d; color:#fff; padding:10px 14px; border-radius:5px; font-weight:700; text-decoration:none; }


td.value.cell .wd-reset-var {
    display:none !important;
}

.woocommerce-variation.single_variation {
    display: none !important;
}
.signrow {
  display: flex;
  justify-content: space-between; 
  align-items: center; 
  gap: 10px;
  padding: 10px;
}
