/* Native listing only. HubSpot tiles: empty box via padding-bottom 50%, one photo. */
.eb-native-listing .c-blog-list-img,
.eb-native-listing .c-latest-post-img {
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
  background-image: none !important;
}
.eb-native-listing .c-blog-list-img > img.c-blog-list-photo,
.eb-native-listing .c-latest-post-img > img.c-latest-post-photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  border: 0;
  display: block;
}
.eb-native-listing .c-blog-list-pagination > li:first-child a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053";
}
.eb-native-listing .c-blog-list-pagination > li:last-child a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
}
.eb-native-listing .c-blog-list-pagination > li.disabled a {
  opacity: 0.35;
  pointer-events: none;
}
.eb-native-listing .c-blog-list-topics a {
  text-decoration: none;
  pointer-events: none;
}
