#blend64eeffc369acee38bd7ed28d .calendar-icon,#blend64eeffc369acee38bd7ed28d  .comment-icon,#blend64eeffc369acee38bd7ed28d  .compare-icon,#blend64eeffc369acee38bd7ed28d  .bookmark-icon,#blend64eeffc369acee38bd7ed28d  .menu-icon {
  position: relative;
  display: inline-block;
  line-height: 0;
}
#blend64eeffc369acee38bd7ed28d .calendar-icon:before,#blend64eeffc369acee38bd7ed28d  .comment-icon:before,#blend64eeffc369acee38bd7ed28d  .compare-icon:before,#blend64eeffc369acee38bd7ed28d  .bookmark-icon:before,#blend64eeffc369acee38bd7ed28d  .menu-icon:before {
  content: "";
  display: inline-block;
  font-family: "Font-Awesome";
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: inherit;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}

#blend64eeffc369acee38bd7ed28d .menu-icon:before {
  content: "\f142";
}

#blend64eeffc369acee38bd7ed28d .bookmark-icon:before {
  content: "\f02e";
}

#blend64eeffc369acee38bd7ed28d .compare-icon:before {
  content: "\e13a";
}

#blend64eeffc369acee38bd7ed28d .comment-icon:before {
  content: "\f27a";
}

#blend64eeffc369acee38bd7ed28d .calendar-icon:before {
  content: "\f133";
}

#blend64eeffc369acee38bd7ed28d body {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

#blend64eeffc369acee38bd7ed28d .blog {
  width: 400px;
  position: relative;
  box-shadow: 0 3px 6px rgba(91, 91, 91, 0.161);
  border: 1px solid #e9e9e9;
  background-color: #fff;
}
#blend64eeffc369acee38bd7ed28d .blog__overlay {
  background-color: rgba(128, 128, 128, 0.74);
  position: absolute;
  width: 100%;
  top: 0;
  margin: 0;
  color: #fff;
  padding: 5px;
  font-size: 16px;
}
#blend64eeffc369acee38bd7ed28d .blog__image {
  height: 200px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
#blend64eeffc369acee38bd7ed28d .blog__info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2px;
  padding: 0 5px;
}
#blend64eeffc369acee38bd7ed28d .blog__meta {
  display: flex;
  justify-content: space-between;
  padding: 0 5px;
}
#blend64eeffc369acee38bd7ed28d .blog__brand {
  display: flex;
  align-items: center;
}
#blend64eeffc369acee38bd7ed28d .blog__brand img {
  height: 20px;
}
#blend64eeffc369acee38bd7ed28d .blog__brand h3 {
  margin-left: 5px;
  font-weight: 500;
  font-size: 16px;
}
#blend64eeffc369acee38bd7ed28d .blog__action button:nth-of-type(1) {
  margin-right: 10px;
}
#blend64eeffc369acee38bd7ed28d .blog__action i {
  display: inline-block;
  color: #929292;
}