.anonymous-editor { max-width: 820px; margin: 0 auto; }
.anonymous-editor > h1 { margin-bottom: 10px; }
.anonymous-editor > .muted { max-width: 720px; margin-bottom: 24px; }
.anonymous-editor .editor-guide { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.anonymous-policy-note { padding: 13px 15px; border: 1px solid #e2e5ea; border-radius: 12px; background: #f8f9fb; color: #626974; font-size: 13px; line-height: 1.55; }
.anonymous-editor .form-actions { margin-top: 4px; }

@media (max-width: 720px) {
  .anonymous-editor .editor-guide { grid-template-columns: 1fr; }
}
