%%EPID%% .oxy-posts {
  display: flex;
  flex-direction: column;

}

%%EPID%% .oxy-post {
  display: flex;
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
  margin-bottom: 6em;
}

%%EPID%% .oxy-post-image {
  margin-top: 1em;
  margin-bottom: 1em;
  width: 100%;
}

%%EPID%% .oxy-post-title {
  font-size: 2em;
  line-height: 1.2em;
}

%%EPID%% .oxy-post-meta {
  margin-top: 0.5em;
  font-size: .8em;
  display: flex;
  flex-direction: row;
}

%%EPID%% .oxy-post-meta-item::after {
	content: "\00b7";
	margin-right: .5em;
	margin-left: .5em;
}

%%EPID%% .oxy-post-meta-item:last-child::after {
	content: "";
	display: none;
}

%%EPID%% .oxy-post-content {
  margin-top: 1em;
  margin-bottom: 1em;
}

%%EPID%% .oxy-post-content p {
  margin: 0;
}


