.debut-eb-hero{display:flex;align-items:center;gap:16px;margin:12px 0 18px;padding:16px 18px;border:1px solid #e3e6ea;border-radius:12px;background:#fff}
.debut-eb-hero img{width:44px;height:44px}
.debut-eb-hero h1{margin:0;font-size:20px;line-height:1.2}
.debut-eb-hero p{margin:2px 0 0;color:#555}
.debut-eb-hero .actions{margin-left:auto;display:flex;gap:8px}
@media (max-width:782px){.debut-eb-hero{flex-wrap:wrap}.debut-eb-hero .actions{margin-left:0}}
@media (prefers-color-scheme: dark){
  .debut-eb-hero{background:#1f2328;border-color:#343a40}
  .debut-eb-hero p{color:#c9d1d9}
}

/* Don’t show badges in cart/checkout totals */
.cart_totals .debut-eb-badge,
.woocommerce-checkout-review-order .debut-eb-badge {
  display: none;
}