.post-tag.bg-success {
  background-color: #0d4c6b !important;
  color: white !important;
  font-weight: 500;
}

.post-tag { 
  background-color: #eaf2fb !important;
  color: #0d4c6b !important;
  text-decoration: none !important;
}

a, a:visited {
  text-decoration: none !important;
}

.card-footer {
    display: flex;
    padding: 0;
    margin: 0;
    border-top: 0;
  }

.horizontal-population-cards {
    }

.blog-search-results-card {
    border: 0;
  }

.post-metadata {
  color: #0065bb !important;
}

.post-publish-date {
  color: #456c85 !important;
}

.card-img-top {
  margin-bottom: 0.2rem;
  height: 250px;
  object-fit: cover;
}