/* KimCooper.life - Tea story formatting */
.kcTeaStoryFormatted{
  margin-top:22px;
}

.kcTeaStoryFormatted p{
  margin:0 0 1.35em !important;
  line-height:1.82 !important;
  font-size:1.08rem !important;
  color:#ffe8f8 !important;
}

.kcTeaStoryFormatted p:last-child{
  margin-bottom:0 !important;
}

/* fallback for plain text body areas */
.kc-post-body,
.kc-post-content,
.post-body,
.post-content,
.entry-content,
.story-body,
.tea-body{
  white-space:pre-line;
  line-height:1.82;
}

article p{
  line-height:1.82;
}
