An author sets `content: "\201C"` (a left double quote) on `blockquote::before`. The quote shows up but is announced oddly by screen readers. What is the correct CSS-level fix to hide it from the accessibility tree while keeping it visible?
blockquote::before { content: "\201C"; }