/**
 * Breakpoints
 */
/**
 * Layout
 */
/**
 * Fonts
 */
.related-posts-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 10px;
  padding-bottom: 20px;
}
.related-posts-container .feature a:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.8;
  bottom: 0;
  left: 0;
  transition: opacity 300ms;
  background: #000;
  background: -webkit-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
  z-index: 1;
}
.related-posts-container .feature a:hover:before {
  opacity: 0.9;
}
.related-posts-container .post-title {
  font-weight: bold;
  line-height: 1.1em !important;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 18px;
  z-index: 2;
  padding: 15px;
  margin-left: 0;
  font-family: var(--pp-roboto);
}
.related-posts-container .feature {
  position: relative;
  background-color: #fff;
  height: auto;
  overflow: hidden;
  color: #fff;
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
}
.related-posts-container .feature img {
  transition: opacity 300ms;
}
.related-posts-container .feature a {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  color: #fff;
  text-decoration: none !important;
  border-bottom: none;
}
.related-posts-container .feature a:hover {
  color: #fff;
}
.related-posts-container .feature a:hover .feature-image {
  background-color: #fff;
}
.related-posts-container .feature a:hover .feature-image img {
  opacity: 0.9;
}
.related-posts-container .feature .inner {
  display: inline-block;
  float: left;
  vertical-align: middle;
  width: 100%;
  position: relative;
  background-size: 300%;
  background-position: center center;
}
.related-posts-container .feature .feature-image {
  width: 100%;
  display: block;
  overflow: hidden;
}
.related-posts-container .feature-image img {
  width: 100%;
  vertical-align: middle;
  height: auto;
}
/*# sourceMappingURL=route-single.css.map */
