/* FCBC Styles */
.fcbc-box{border:1px solid #e5e7eb;background:#fff;border-radius:12px;padding:16px;margin:8px 0 16px}
.fcbc-title{margin:0 0 8px;font-size:18px;font-weight:700}
.fcbc-state{margin:0 0 12px;opacity:.85}
.fcbc-form .fcbc-row{display:flex;gap:8px;align-items:center}
.fcbc-form input[type="text"]{flex:1;border:1px solid #d1d5db;border-radius:8px;padding:10px}
.fcbc-form .button{border-radius:8px}

.fcbc-coupon-bar{background:#fff7ed;border:1px solid #fde68a;border-radius:12px;padding:10px 12px;margin:10px 0 18px;display:flex;gap:10px;align-items:center}
.fcbc-coupon-label{opacity:.8}
.fcbc-coupon-code{background:#fee2e2;color:#b91c1c;border-radius:8px;padding:2px 8px;font-weight:700}
.fcbc-coupon-value{opacity:.9}
.fcbc-danger{background:#fee2e2;border-color:#fecaca;color:#b91c1c;border-radius:8px;text-decoration:none;padding:6px 10px}
.fcbc-danger:hover{background:#fecaca;color:#7f1d1d}

.woocommerce-checkout-review-order-table .product-quantity,
.woocommerce-checkout-review-order-table .product-total,
.woocommerce-checkout-review-order-table tfoot{display:none !important}
.woocommerce-checkout-review-order-table th.product-name{opacity:.7}

/* remove forward buttons */
a.wc-forward, .woocommerce-message .button.wc-forward{display:none!important}

/* red trash link */
a.fcbc-remove{color:#ef4444;text-decoration:none;font-size:18px;margin-<?php echo is_rtl() ? 'left' : 'right'; ?>:6px}
a.fcbc-remove:hover{opacity:.8}

/* thumbnail wrapper */
.woocommerce-checkout-review-order-table .fcbc-thumb img{border-radius:8px;vertical-align:middle}
.woocommerce-checkout-review-order-table .fcbc-name{vertical-align:middle}
