#blend64ca28afcdf74b6d16d86639 .calendar-icon,#blend64ca28afcdf74b6d16d86639  .comment-icon,#blend64ca28afcdf74b6d16d86639  .compare-icon,#blend64ca28afcdf74b6d16d86639  .bookmark-icon,#blend64ca28afcdf74b6d16d86639  .menu-icon {
  position: relative;
  display: inline-block;
  line-height: 0;
}
#blend64ca28afcdf74b6d16d86639 .calendar-icon:before,#blend64ca28afcdf74b6d16d86639  .comment-icon:before,#blend64ca28afcdf74b6d16d86639  .compare-icon:before,#blend64ca28afcdf74b6d16d86639  .bookmark-icon:before,#blend64ca28afcdf74b6d16d86639  .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";
}

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

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

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

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

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

#blend64ca28afcdf74b6d16d86639 body {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background-color: #f8f8f8;
}

#blend64ca28afcdf74b6d16d86639 .wiki {
  width: 400px;
  background-color: white;
  padding: 5px 10px;
}
#blend64ca28afcdf74b6d16d86639 .wiki__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#blend64ca28afcdf74b6d16d86639 .wiki__heading h2 {
  font-weight: 600;
  font-size: 16px;
}
#blend64ca28afcdf74b6d16d86639 .wiki__body {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#blend64ca28afcdf74b6d16d86639 .wiki__body img {
  height: 120px;
  width: 120px;
  margin-right: 10px;
}
#blend64ca28afcdf74b6d16d86639 .wiki__content {
  height: 120px;
  overflow: hidden;
}
#blend64ca28afcdf74b6d16d86639 .wiki__chip {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 5px;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  color: #c4c4c4;
  font-size: 12px;
  font-weight: 600;
}
#blend64ca28afcdf74b6d16d86639 .wiki__text {
  font-size: 14px;
  color: #c4c4c4;
}
#blend64ca28afcdf74b6d16d86639 .wiki__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ebebeb;
  padding: 5px 10px;
}
#blend64ca28afcdf74b6d16d86639 .wiki__info b {
  color: #fe5d1f;
  font-weight: 600;
}
#blend64ca28afcdf74b6d16d86639 .wiki__action {
  display: flex;
  justify-content: flex-end;
  margin-top: 5px;
}
#blend64ca28afcdf74b6d16d86639 .wiki__action i {
  color: #c4c4c4;
}