.post-list {
  margin-bottom: 40px;
}
.post-list--col-2,
.post-list--col-3,
.post-list--col-4 {
  display: flex;
  flex-wrap: wrap;
}

.post-list-item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
  padding: 35px 20px;
  margin: 25px;
}

.post-list--col-2 .post-list-item,
.post-list--col-3 .post-list-item,
.post-list--col-4 .post-list-item {
  margin-bottom: 0;
}

.post-list--col-2 {
  margin-left: -20px;
  margin-right: -20px;
}
.post-list--col-2 .post-list-item {
  width: calc(50% - 40px);
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
}
.post-list--col-3 {
  margin-left: -15px;
  margin-right: -15px;
}
.post-list--col-3 .post-list-item {
  width: calc(33.3333333333% - 30px);
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 15px;
  margin-right: 15px;
}
.post-list--col-4 {
  margin-left: -10px;
  margin-right: -10px;
}
.post-list--col-4 .post-list-item {
  width: calc(25% - 20px);
  padding-left: 12px;
  padding-right: 12px;
  margin-left: 10px;
  margin-right: 10px;
}
@media(max-width: 992px) {
  .post-list--col-4 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .post-list--col-4 .post-list-item {
    width: calc(50% - 40px);
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
  }
}

@media(max-width: 767px) {

  .post-list--col-2,
  .post-list--col-3,
  .post-list--col-4 {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .post-list--col-2 .post-list-item,
  .post-list--col-3 .post-list-item,
  .post-list--col-4 .post-list-item {
    width: 100%;
    padding: 35px 20px;
    margin: 15px 0;
  }
}

.post-list-item--2col {
  display: flex;
  margin: 45px 0;
  padding-bottom: 45px;
  border-bottom: 1px solid #ccc;
}
.post-list-item--2col > div:first-child {
  width: 35%;
  padding: 0 20px;
}
.post-list-item--2col > div:last-child {
  width: 75%;
  padding: 0 20px;
}
.post-list-item__featured-image {
  height: 275px;
  margin-bottom: 15px;
}
.post-list-item__featured-image img {
  height: 275px;
  object-fit: cover;
}
.post-list--col-2 .post-list-item__featured-image {
  height: 325px;
}
.post-list--col-2 .post-list-item__featured-image img {
  height: 325px;
}
.post-list--col-4 .post-list-item__featured-image {
  height: 225px;
}
.post-list--col-4 .post-list-item__featured-image img {
  height: 225px;
}

.post-list-item__categories {
  text-transform: uppercase;
  color: #a6192e;
  font: 1.4rem/2.4rem 'Tahoma', normal;
  margin-bottom: 10px;
  font-weight: 700;
}
.post-list-item__title {
  margin-bottom: 5px;
}
.post-list-item__title a {
  text-decoration: none;
}
.post-list-item__subtitle {
  margin: 10px 0;
  font-style: italic;
  font-size: 20px;
}
.post-list-item__date {
  font-family: Tahoma, normal;
  font-size: 1.5rem;
  margin-bottom: 15px;
}
.post-list-item__excerpt {
  margin-bottom: 10px;
}
.post-list-item__title + .post-list-item__excerpt {
  margin-top: 10px;
}
.post-list-item__link a {
  text-decoration: none;
}

/* Load More */
.wpgb-facet.wpgb-facet-5,
.load-more__btn-wrap button {
  text-align: center;
  margin: 45px 0;
}
.wpgb-facet button.wpgb-load-more,
.load-more__btn-wrap button {
  background-color: #1C3361;
}
button.wpgb-button {
  background-color: #1c3361;
  height: auto;
  max-height: unset;
  margin: 0;
  padding: 15px 36px;
  border: none;
  box-shadow: none;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  font-style: unset;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  text-decoration: unset;
  text-transform: none;
  -webkit-appearance: none;
  transition: background-color ease 0.25s;
}
.simple-load-more__btn-wrap {
  text-align: center;
  margin: 45px 0;
}
.load-more__btn-wrap {
  text-align: center;
}
