.blog-post-type-icon {
  width: 34px;
  height: 34px;
  background-color: rgba(197, 197, 199, 0.2);
  border-radius: 50%;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-post-type-icon svg {
  fill: #ffffff;
  max-width: 14px;
  max-height: 14px;
}

.blog-tag {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #ffffff;
  text-transform: uppercase;
  padding: 5px 10px;
  text-align: center;
  font-size: 0.9rem;
  display: inline-block;
}
.blog-tag.news {
  background-color: #75ebec;
  border-color: #75ebec;
  color: #000000;
}
.blog-tag.blog {
  background-color: #4566fe;
  border-color: #4566fe;
  color: #ffffff;
}
.blog-tag.webinars {
  background-color: #ebebeb;
  border-color: #ebebeb;
  color: #131360;
}
.blog-tag.publications {
  background-color: #ff7272;
  border-color: #ff7272;
  color: #ffffff;
}

.post-summary-img {
  border: 1px solid #ffffff;
  width: 200px;
  max-width: 100%;
  position: relative;
}
@media (min-width: 1400px) {
  .post-summary-img {
    width: 250px;
  }
}
.post-summary-img .dot {
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
}
.post-summary-img .dot.top-left {
  top: -4px;
  left: -4px;
}
.post-summary-img .dot.top-right {
  top: -4px;
  right: -4px;
}
.post-summary-img .dot.bottom-right {
  bottom: -4px;
  right: -4px;
}
.post-summary-img .dot.bottom-left {
  bottom: -4px;
  left: -4px;
}
.post-summary-img .blog-post-type-icon {
  z-index: 2;
  position: absolute;
  top: -17px;
  left: -17px;
}
.post-summary-img img {
  position: relative;
  z-index: 1;
  width: 100%;
}
/*# sourceMappingURL=../../dist/css/maps/blog-image.css.map */
