.pwp-summary{margin:6px 0 0;font-size:14px;color:var(--wd-text-color,#222)}
.pwp-parcelas{font-weight:700}
.pwp-tag{margin-left:8px;color:#777;font-weight:600}
.pwp-pix-info{margin:8px 0 0;font-size:15px;color:#0b7a4b}
.pwp-pix-valor{font-weight:700;color:#007a3d}
.pwp-copy-pix{margin-left:8px;padding:6px 10px;border-radius:6px;background:#007a3d;color:#fff;border:none;cursor:pointer}
.pwp-accordion{margin-top:12px;border:1px solid #eee;border-radius:6px;background:#fafafa;overflow:hidden}
.pwp-acc-toggle{width:100%;padding:10px 12px;background:var(--wd-primary-color,#2d6cdf);color:#fff;border:none;text-align:left;cursor:pointer;font-weight:500;font-size:14px;display:flex;justify-content:space-between;align-items:center}
.pwp-acc-content{max-height:0;overflow:hidden;transition:max-height .35s ease;padding:0 12px}
.pwp-acc-list{list-style:none;margin:0;padding:10px 0}
.pwp-acc-list li{margin-bottom:6px;font-size:14px}
.pwp-badge{font-weight:600}
.pwp-accordion.active .pwp-acc-content{max-height:480px}
.pwp-accordion.active .pwp-acc-toggle[aria-expanded="true"] .pwp-icon{transform:rotate(45deg)}
