/* Style article text */
.node-article .field--name-body {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  max-width: 750px;
  margin: auto;
}

/* Style headings */
.node-article h2, 
.node-article h3 {
  color: #2a9d8f;
  border-left: 4px solid #2a9d8f;
  padding-left: 10px;
  margin-top: 30px;
}

/* Style blockquotes */
.node-article blockquote {
  font-style: italic;
  background: #f1f1f1;
  border-left: 5px solid #005a9c;
  padding: 15px;
  margin: 20px 0;
  color: #444;
}

/* Optional: image spacing */
.node-article img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
}
