.fspar-post-context{
  box-sizing:border-box;
  display:flex;
  flex-direction:column;
  width:100%;
  min-width:0;
  overflow:hidden;
}
.fspar-post-context__title{
  flex:0 0 auto;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  overflow:hidden;
  margin:0;
  min-width:0;
}
.fspar-post-context__title a{
  color:inherit;
  text-decoration:inherit;
}
.fspar-post-context__excerpt{
  flex:0 1 auto;
  min-height:0;
  overflow:hidden;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  overflow-wrap:anywhere;
}
.fspar-post-context__editor-note{
  padding:12px 14px;
  border:1px dashed #c8d8dc;
  border-radius:8px;
  color:#61737a;
  background:#f7fafb;
}
