
Description (HTML editor) #pw scoped · all: initial · pw- prefixed classes No @keyframes · No CSS variables in color values · All hex explicit !important on all colors to override Dawn theme --> #pw { all: initial !important; display: block !important; font-family: 'DM Sans', sans-serif !important;
Description (HTML editor) #pw scoped · all: initial · pw- prefixed classes No @keyframes · No CSS variables in color values · All hex explicit !important on all colors to override Dawn theme --> #pw { all: initial !important; display: block !important; font-family: 'DM Sans', sans-serif !important; color: #1a1a1a !important; line-height: 1.7 !important; } #pw *, #pw *::before, #pw *::after { box-sizing: border-box !important; } #pw a { text-decoration: none !important; } /* ── TRUST BADGES ── */ .pw-trust { display: flex !important; flex-wrap: wrap !important; gap: 8px !important; margin-bottom: 24px !important; } .pw-trust-badge { display: inline-flex !important; align-items: center !important; gap: 6px !important; background: #f5f0e8 !important; border: 1px solid #d9ceb8 !important; border-radius: 4px !important; padding: 5px 12px !important; font-family: 'DM Sans', sans-serif !important; font-size: 12px !important; font-weight: 700 !important; color: #5a3e10 !important; letter-spacing: 0.3px !important; } .pw-trust-badge-check { color: #9e7b4a !important; font-size: 13px !important; } /* ── HERO LEDE ── */ .pw-lede { font-family: 'DM Sans', sans-serif !important; font-size: 17px !important; color: #2a2a2a !important; margin: 0 0 24px !important; line-height: 1.75 !important; } .pw-lede strong { color: #111111 !important; font-weight: 700 !important; } /* ── SECTION LABEL ──