.hs-consent-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:32px 24px;border:1px dashed #cbd5e1;border-radius:8px;background:#f8fafc;text-align:center;min-height:180px;margin-top:24px}.hs-consent-placeholder svg{color:#94a3b8}.hs-consent-placeholder p{margin:0;font-size:.9rem;color:#64748b;max-width:280px;line-height:1.5}.hs-loading-spinner{display:flex;flex-direction:column;align-items:center;gap:12px;padding:40px;color:#64748b}.hs-loading-spinner p{margin:0;font-size:.875rem}.hs-spin{animation:hs-rotate .8s linear infinite;color:#2563eb}@keyframes hs-rotate{0%{transform:rotate(0deg)}to{transform:rotate(360deg)}}