.wcptb-box{
  border: 1px solid var(--wcptb-border, #1e2a78);
  border-radius: 4px;
  padding: 14px 16px;
  margin: 14px 0 18px;
  background: #fff;
}
.wcptb-row{
  display:flex;
  gap:10px;
  align-items:flex-start;
  padding:10px 0;
  border-top:1px solid rgba(30,42,120,0.15);
  font-size: 15px;
  line-height: 1.35;
}
.wcptb-row--first{
  border-top:0;
  padding-top:0;
}
.wcptb-icon{
  width:24px;
  min-width:24px;
  text-align:center;
  margin-top: 1px;
}
.wcptb-icon svg{
  width:22px;
  height:22px;
  fill: currentColor;
  opacity: .9;
}
.wcptb-icon img{
  width:22px;
  height:22px;
  object-fit: contain;
}
.wcptb-text{ flex:1; }
.wcptb-payments{
  display:inline-flex;
  gap:8px;
  margin-left:10px;
  flex-wrap:wrap;
  vertical-align: middle;
}
.wcptb-paypill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:4px 8px;
  border:1px solid rgba(0,0,0,0.12);
  border-radius:6px;
  font-size:12px;
  font-weight:600;
  background:#fff;
}
.wcptb-payimg{
  width:34px;
  height:22px;
  object-fit: contain;
/*   border:1px solid rgba(0,0,0,0.10);
  border-radius:6px; */
  padding:2px 4px;
  background:#fff;
}
