h3 {
  font-size: 1.25em; }

h4 {
  color: #666;
  margin-bottom: 0.25em;
  font-size: 0.9em;
  font-weight: 300; }

.mainContent li {
  font-weight: 300; }

p.description {
  border-top: 1px solid lightgray; }

li div:not(:first-child) {
  font-size: 85%; }

.posted,
.tags,
.footer-tags,
.insights-navigation {
  font-size: 0.9em;
  color: #666; }

.posted {
  margin-bottom: 0.25em; }

.tags strong,
.insights-navigation strong {
  font-weight: 300;
  color: #666; }

.tags {
  margin-bottom: 1em;
  margin-top: 0.25em;
  display: block; }
  .tags a {
    border: 1px solid var(--dora-primary-light);
    padding: 2px 8px;
    border-radius: 50vh;
    text-decoration: none;
    color: #666;
    margin-left: 0.25em; }
    .tags a:hover {
      color: var(--dora-primary-dark);
      border-color: var(--dora-primary-dark); }

.tags.footer-tags {
  margin-bottom: 0.5em; }

.post-separator {
  margin-top: 1em;
  margin-bottom: 1em;
  border: 0;
  border-top: 1px solid #eee; }
