body.single .single-layout > article {
  padding: 24px 18px 32px;
  color: #fff;
  background: #1877f2;
  border-radius: 3px;
}

body.single .entry-title,
body.single .entry-content,
body.single .entry-content h2,
body.single .entry-content h3,
body.single .entry-content p,
body.single .entry-content li,
body.single .entry-content strong {
  color: #fff;
}

body.single .entry-deck { color: #f2f7ff; }

body.single .article-meta,
body.single .entry-featured figcaption { color: #e3efff; }

body.single .entry-content a {
  color: #fff;
  text-decoration-color: #d6e7ff;
}

body.single .post-tags a {
  color: #fff;
  background: rgb(255 255 255 / 16%);
}
