
/* Branded, soft-card styling inspired by your dashboard screenshot */
.woocommerce-account .woocommerce-MyAccount-content{
  background: linear-gradient(180deg, rgba(248,242,255,.65), rgba(255,247,252,.65));
  border: 1px solid rgba(131, 72, 156, .10);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 10px 26px rgba(30, 10, 40, .06);
}

.wool-stamps-progress{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin: 14px 0 18px;
}
.wool-stamps-slot{
  width:48px;
  height:48px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  box-sizing:border-box;
  background: rgba(255,255,255,.7);
  border: 1px solid rgba(0,0,0,.10);
}
.wool-stamps-slot.is-empty{
  opacity: .55;
  border-style: dashed;
}
.wool-stamps-slot img{
  width:42px;
  height:42px;
  object-fit:contain;
  border-radius:999px;
}
.wool-stamps-fallback{
  font-size:18px;
  line-height:1;
}
.wool-stamps-reward{
  padding:14px;
  border:1px solid rgba(131,72,156,.12);
  border-radius:16px;
  background: rgba(255,255,255,.65);
  margin-top:14px;
}
.wool-stamps-coupon-row{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}
.wool-stamps-coupon-row code{
  padding:8px 12px;
  border-radius:999px;
  background: rgba(0,0,0,.04);
  border: 1px solid rgba(0,0,0,.06);
  font-size: 13px;
}
.wool-stamps-no-reward{
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255,255,255,.6);
  border: 1px solid rgba(0,0,0,.08);
}


/* Checkout loyalty info box */
.wool-stamps-checkout-box{
  margin: 14px 0;
  padding: 14px 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(248,242,255,.92), rgba(255,247,252,.92));
  border: 1px solid rgba(131,72,156,.12);
  box-shadow: 0 10px 26px rgba(30,10,40,.06);
}
.wool-stamps-checkout-box h3{
  margin: 0 0 6px 0;
  font-weight: 900;
}
.wool-stamps-checkout-box p{
  margin: 6px 0;
}
.wool-stamps-checkout-note{
  opacity: .8;
  font-size: 12px;
}


.wool-stamps-earn-rules{
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(131,72,156,.12);
  background: rgba(255,255,255,.65);
  margin: 0 0 14px 0;
}
.wool-stamps-earn-rules h3{
  margin: 0 0 8px 0;
  font-weight: 900;
}
.wool-stamps-earn-rules ul{
  margin: 0 0 0 18px;
}


/* Half sheep: show left 50% of the image */
.wool-stamps-slot.is-half{ overflow:hidden; }
.wool-stamps-slot.is-half img{ clip-path: inset(0 50% 0 0); }
