.cw-post-content {
  max-width: 100%;
}

.cw-post-content > *:first-child {
  margin-top: 0;
}

.cw-post-content > *:last-child {
  margin-bottom: 0;
}

.cw-post-content p {
  margin: 0 0 1em;
}

.cw-post-content h1,
.cw-post-content h2,
.cw-post-content h3,
.cw-post-content h4,
.cw-post-content h5,
.cw-post-content h6 {
  margin: 1.4em 0 0.6em;
  line-height: 1.3;
}

.cw-post-content a {
  text-decoration: underline;
}

.cw-post-content ul,
.cw-post-content ol {
  margin: 0 0 1em;
  padding-left: 1.4em;
}

.cw-post-content li {
  margin-bottom: 0.4em;
}

.cw-post-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1em 0;
}

.cw-post-content figure {
  margin: 1em 0;
}

.cw-post-content figcaption {
  font-size: 0.85em;
  opacity: 0.75;
  margin-top: 0.4em;
}

.cw-post-content blockquote {
  margin: 1.2em 0;
  padding: 0.6em 1.2em;
  border-left: 3px solid currentColor;
  opacity: 0.9;
  font-style: italic;
}

.cw-post-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
}

.cw-post-content table th,
.cw-post-content table td {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.5em 0.75em;
  text-align: left;
}

.cw-post-content hr {
  margin: 2em 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
