.post-cards {
  margin-top: -1rem !important;
}

.post-cards-item {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;

  @media (min-width: 576px) {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  @media (min-width: 992px) {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

.post-card {
  background-color: #00062b !important;
  border: #000314 2px solid !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
  border-radius: 0.25rem;
  overflow: hidden;
}

.post-card:hover {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transform: scale(1.03);
  border: #009528 2px solid !important;
}

.post-card-highlighted {
  border: #007520 2px solid !important;
}

.post-card .card-footer {
  background-color: #000827;
}

.post-card-thumbnail {
  padding-bottom: 50%;
  background-size: cover;
  width: 100%;
}

.post-card-title {
  padding: 1.25rem 1.25rem 10px 1.25rem;
  text-decoration: none;
  color: white !important;
  font-weight: bold;
  transition: color 0.2s ease 0s;
  font-size: 23px;
}

/* .post-card-title a:hover {
    color: #007520 !important;
} */

.post-card-tags {
  padding: 0 1.25rem 0 1.25rem;
}

.post-card-body {
  height: 296px;
  overflow: hidden;
}

.post-card-content {
  padding: 10px 1.25rem 0 1.25rem;
  font-size: 13px;
  color: #dddddd;
  height: 100%;
}

.post-card-footer {
  border-top: #000314 2px solid !important;
  padding: 0.85rem;
  display: flex;
  align-items: center;
}

.post-card-author a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease 0s;
}

.post-card-author a:hover {
  color: #007520 !important;
}

.post-card-author img {
  border-radius: 100%;
  border: 2px solid white;
}

.post-card-date {
  /* color: white;
    font-weight: bold; */
  margin-left: auto;
}

.post-card-highlighted .card-footer {
  border-top: #007520 2px solid !important;
}

.post-header-background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
