.crrh-role-toggle{
  display:flex; align-items:flex-start; gap:16px; margin:16px 0 10px 0; flex-wrap:wrap;
}
.crrh-role-toggle .crrh-btn{
  border:2px solid var(--crrh-primary, #3270FC);
  background:#fff; color:#0b1b44; border-radius:10px; padding:14px 18px;
  min-width:110px; cursor:pointer; font-weight:600; line-height:1.2;
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  transition:transform .08s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  box-shadow:0 1px 2px rgba(0,0,0,.04);
}
.crrh-role-toggle .crrh-btn:hover{ transform:translateY(-1px); box-shadow:0 4px 14px rgba(0,0,0,.08); }
.crrh-role-toggle .crrh-btn.active{ background: var(--crrh-primary, #3270FC); color:#fff; }
.crrh-role-toggle .crrh-help{ color:#4a5568; max-width:420px; font-size:14px; line-height:1.45; }

/* Hide the theme's "Register as author" everywhere as a hard fallback */
.reg-as-lauthor{ display:none !important; }