 .postHeader {
  display: flex;
  flex-direction: row;
  padding: 0px 12px;
  column-gap: 6px;
  align-items: center;
}

.postCaption {
  display: flex;
  flex-direction: column;
  padding: 0px 12px;
  row-gap: 3px;
}

/* st-namespace-reference="../../../../../src/SocialPostPreview/components/InstagramPost.st.css" */