.blog-post-index-card {
  position: relative;
  color: #010101;
  text-decoration: none;
  transition: color 0.5s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.blog-post-index-card .blog-post-index-card-info {
  flex: 1;
}
.blog-post-index-card .blog-post-index-card-time-to-read {
  display: inline-block;
  border-radius: 100px;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 700;
  background-color: #ffffff;
  color: #000;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
}
@media (min-width: 992px) {
  .blog-post-index-card .blog-post-index-card-time-to-read {
    top: 1.5rem;
    right: 1.5rem;
  }
}
.blog-post-index-card:hover {
  color: #010101;
  text-decoration: none;
}
.blog-post-index-card:hover .blog-post-index-card-title {
  color: #ffffff;
  background-color: #010101;
  padding: 5px;
}
.blog-post-index-card:hover .blog-post-index-card-summary {
  color: #010101;
}
.blog-post-index-card:hover .blog-post-index-card-image {
  text-decoration: none;
  color: #ffffff;
}
.blog-post-index-card:hover .blog-post-index-card-image .blog-post-index-card-image-overlay {
  opacity: 1;
}
.blog-post-index-card .blog-post-index-card-title {
  font-family: "Barlow", Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #010101;
  background-color: transparent;
  padding: 5px 0;
  transition: all 0.5s ease;
  display: block;
}
.blog-post-index-card .blog-post-index-card-date {
  font-weight: 700;
  text-transform: uppercase;
}
.blog-post-index-card .blog-post-index-card-date svg {
  max-height: 18px;
  padding-bottom: 3px;
  margin-right: 5px;
}
.blog-post-index-card .blog-post-index-card-summary {
  color: #363636;
  transition: color 0.5s ease;
}
.blog-post-index-card .blog-post-index-card-image {
  display: flex;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  padding: 1rem;
  min-height: 300px;
}
@media (min-width: 1200px) {
  .blog-post-index-card .blog-post-index-card-image {
    padding: 1.5rem;
    min-height: 440px;
  }
}
.blog-post-index-card .blog-post-index-card-image .blog-post-index-card-image-overlay {
  background: linear-gradient(180deg, rgba(43, 50, 78, 0), #434343);
  mix-blend-mode: multiply;
  opacity: 0.5;
  transition: opacity 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
/*# sourceMappingURL=../../../dist/css/maps/elements/blog-post-multistrip.css.map */
