/* Custom blockquote styling for better visual distinction */

.article-content blockquote {
  border-left: 4px solid #e4e2e2;
  background: #f9f9f9;
  margin: 1.5em 0;
  padding: 1em 1.5em;
  font-style: italic;
  color: #333;
}

.article-content blockquote a {
  color: #8e4d27;
  text-decoration: underline;
}
