/* ChatRandom — Editor Styles */
.editor-styles-wrapper { background: #fff0f5; font-family: 'Exo 2', sans-serif; }
.editor-styles-wrapper h1,.editor-styles-wrapper h2,.editor-styles-wrapper h3,
.editor-styles-wrapper h4,.editor-styles-wrapper h5,.editor-styles-wrapper h6 {
	font-family: 'Orbitron', sans-serif; font-weight: 800; line-height: 1.15;
}
.editor-styles-wrapper .hero-section { min-height: auto; padding: 60px 40px !important; text-align: center; }
.editor-styles-wrapper .live-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.78); border: 1px solid rgba(255,31,109,.22); border-radius: 50px; padding: 7px 20px; font-size: .82rem; color: #ff1f6d; }
.editor-styles-wrapper .text-gradient { background: linear-gradient(135deg,#ff1f6d,#e91e8c,#ff6b6b); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; display:block; }
.editor-styles-wrapper .section-eyebrow { font-family:'Orbitron',sans-serif; font-weight:700; font-size:.7rem; letter-spacing:.18em; text-transform:uppercase; color:#ff1f6d; }
.editor-styles-wrapper .feature-card,.editor-styles-wrapper .glass-card,.editor-styles-wrapper .preview-card,.editor-styles-wrapper .post-card { background:rgba(255,255,255,.72); border-radius:24px; border:1px solid rgba(255,182,210,.45); }
.editor-styles-wrapper .cta-band { border-radius:32px; background:linear-gradient(135deg,#ff1f6d 0%,#e91e8c 50%,#ff6b6b 100%); }
.editor-styles-wrapper .cta-band h2,.editor-styles-wrapper .cta-band h3 { color:#fff !important; -webkit-text-fill-color:#fff !important; }
.editor-styles-wrapper .step-number { width:68px; height:68px; border-radius:50%; background:linear-gradient(135deg,#ff1f6d,#e91e8c); color:#fff; font-family:'Orbitron',sans-serif; font-weight:800; display:flex; align-items:center; justify-content:center; margin:0 auto 1.2rem; font-size:1.4rem; }
.editor-styles-wrapper .stat-number { font-family:'Orbitron',sans-serif; font-weight:800; font-size:1.7rem; color:#ff1f6d; }
.editor-styles-wrapper .stat-label { font-size:.7rem; color:#7d5064; text-transform:uppercase; letter-spacing:.1em; }
.editor-styles-wrapper .is-style-primary .wp-block-button__link { background:linear-gradient(135deg,#ff1f6d,#e91e8c)!important; color:#fff!important; border:none!important; border-radius:60px!important; }
.editor-styles-wrapper .is-style-outline .wp-block-button__link { background:rgba(255,255,255,.82)!important; color:#ff1f6d!important; border:1.5px solid rgba(255,31,109,.35)!important; border-radius:60px!important; }
.editor-styles-wrapper .is-style-white .wp-block-button__link { background:#fff!important; color:#ff1f6d!important; border:none!important; border-radius:60px!important; }
