/* Latest Posts List (HS) */
.hs-latest-posts {
  margin: 24px 0;
}

.hs-latest-posts__title {
  font-size: 26px;
  line-height: 1.2;
  margin: 0 0 14px;
  font-weight: 400;
  font-family: 'Brandon Text Medium';  
  padding-bottom: 12px;
  border-bottom: 1px solid #155A7B;
}

.hs-latest-posts__list {
  border-bottom: 1px solid #155A7B;
}

.hs-latest-posts__item {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-top: 1px solid #155A7B;
  align-items: center;
}

.hs-latest-posts__item:first-of-type {
  border-top: none;
}

.hs-latest-posts__thumb {
  display: block;
  width: 140px;
}

.hs-latest-posts__thumb img {
  width: 140px;
  height: 90px;
  object-fit: cover;
  border-radius: 2px;
  display: block;
}

.hs-latest-posts__thumb--fallback {
  display: block;
  width: 140px;
  height: 90px;
  background: #e9eef5;
  border-radius: 2px;
}

a.hs-latest-posts__headline {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Brandon Text Medium';  
  color: #816050;
  text-decoration: none;
}


.hs-latest-posts__headline:hover {
  text-decoration: underline;
}

/* Pagination like screenshot */
.hs-latest-posts__pagination {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin: 18px 0 0;
}

.hs-pag {
  min-width: 44px;
  height: 44px;
  padding: 0 14px;
  border-radius: 12px;
  border: 2px solid #9b7a6a;
}
