:import {
  -st-from: '../../Foundation/stylable/colors.st.css';
  -st-named: D50;
}

@st-import Caption  from "../../Text/Caption.st.css";

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

.profileNameAndPublishDate {
  display: flex;
  flex-direction: column;
  padding-left: 6px;
  row-gap: 1px;
}

.publishDate {
  color: value(D50);
}

.postCaption {
  padding: 0px 12px;
}

.lastSeenCaption {
  -st-extends: Caption;
}

.lastSeenCaption:caption(c1) {
  color: value(D50);
}


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