/* Zetpy – Woo Tax Labels styles (pill buttons) */
.zp-tax-badge{
  display:inline-block;
  margin:.25rem 0;
  padding:.35rem .75rem;
  border-radius:9999px; /* pill */
  font-size:.85rem;
  font-weight:600;
  line-height:1;
  letter-spacing:.3px;
  text-transform:uppercase;
  border:0;
  color:#fff;
}

/* remove previous bullet */
.zp-tax-badge::before{ content:none !important; }

/* Colors */
.zp-tax-badge.taxable{ background:#e53935; }      /* Red */
.zp-tax-badge.non-taxable{ background:#43a047; }  /* Green */

/* Placeholder/notice style */
.zp-tax-badge.notice{
  background:#9e9e9e;
  color:#fff;
  opacity:.9;
  font-style:normal;
}

/* Accessibility focus */
.zp-tax-badge:focus{
  outline:2px solid #000; outline-offset:2px;
}
