/* Post-specific styles */
.prose p {
  line-height: 1.85;
  margin-bottom: 1.2em;
}

.prose h2 {
  margin-top: 2em;
  margin-bottom: .75em;
}

.prose h3 {
  margin-top: 1.75em;
  margin-bottom: .6em;
}

.aligncenter,
.alignleft,
.alignright {
  display: block;
  padding: 0;
}

.aligncenter {
  float: none;
  margin: .5em auto 1em;
  text-align: -webkit-center;
  text-align: center;
}

.alignright {
  float: right;
  margin: .5em 0 1em 1em;
}

.alignleft {
  float: left;
  margin: .5em 1em 1em 0;
}

figure.wp-caption,
.wp-caption {
  padding: 0;
  border: none;
  background: transparent;
  text-align: center;
  text-align: -webkit-center;
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
  margin-bottom: 1.5em;
  display: table;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

figure.wp-caption img,
.wp-caption img {
  display: block;
  margin: 0 auto;
  border-radius: 12px;
  max-width: 100% !important;
  height: auto !important;
}

.wp-caption p.wp-caption-text,
.wp-caption figcaption {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
  color: #94a3b8;
  line-height: 1.5;
}

.prose img,
article img,
.prose figure,
.prose .wp-caption {
  max-width: 100% !important;
  height: auto !important;
}