.cr-community-band { background: #edf3ef; border-block: 1px solid #cadacf; padding: 28px 0; }
.cr-community-inner { display:flex; align-items:center; justify-content:space-between; gap:24px; }
.cr-community-inner h2 { font-size:1.65rem; margin:0 0 6px; }
.cr-community-inner p { margin:0; max-width:680px; }
.cr-community-inner .cr-btn { flex-shrink:0; }
.cr-community-page { padding:40px 24px 60px; max-width:860px; }
.cr-community-page h1 { font-size:2.4rem; margin-bottom:12px; }
.cr-community-page .cr-form { margin-top:28px; }
.cr-community-page input,.cr-community-page textarea,.cr-community-page select { min-width:0; width:100%; box-sizing:border-box; }
.cr-community-page .cr-form-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
.cr-form .cr-community-consent { display:flex; flex-direction:row; align-items:flex-start; gap:10px; margin:22px 0; }
.cr-community-consent input { width:18px; height:18px; flex:0 0 18px; margin-top:4px; }
.cr-community-honeypot { position:absolute; left:-10000px; width:1px; height:1px; overflow:hidden; }
.cr-earned-badges { display:flex; flex-wrap:wrap; gap:6px; margin:7px 0; }
.cr-earned-badge { display:inline-flex; align-items:center; gap:5px; padding:4px 8px; border:1px solid; border-radius:4px; font:600 12px/1.4 var(--font-sans); letter-spacing:0; white-space:normal; }
.cr-earned-badge--partner { background:#e9f4eb; color:#215c36; border-color:#a7cdb2; }
.cr-earned-badge--bronze { background:#f7ede4; color:#774723; border-color:#d6b798; }
.cr-earned-badge--silver { background:#edf0f2; color:#444f59; border-color:#b9c2ca; }
.cr-earned-badge--gold { background:#fbf2cf; color:#6d5411; border-color:#d4b95d; }
.cr-badge-guide { border-top:1px solid var(--cr-line); padding:24px 0; display:grid; grid-template-columns:210px minmax(0,1fr); gap:24px; }
.cr-badge-guide p { margin:0; }
.cr-badge-guide h2 { font-size:1.2rem; }
.cr-profile-hero .cr-earned-badges { justify-content:center; }
@media(max-width:650px) {
  .cr-community-inner { align-items:stretch; flex-direction:column; }
  .cr-community-page h1 { font-size:1.9rem; }
  .cr-community-page .cr-form-grid,.cr-badge-guide { grid-template-columns:minmax(0,1fr); }
  .cr-community-page .cr-btn { width:100%; }
}
