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

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

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

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

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

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

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

#blend64eeffe869acee38bd7ed2a1 .plan {
  width: 400px;
  background-color: white;
  padding: 10px 15px;
  overflow: hidden;
}
#blend64eeffe869acee38bd7ed2a1 .plan__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#blend64eeffe869acee38bd7ed2a1 .plan__heading h2 {
  font-weight: 600;
  font-size: 18px;
}
#blend64eeffe869acee38bd7ed2a1 .plan__menu {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s;
}
#blend64eeffe869acee38bd7ed2a1 .plan__menu:hover {
  background-color: #eee;
}
#blend64eeffe869acee38bd7ed2a1 .plan__image {
  overflow: hidden;
  margin: 10px 0;
}
#blend64eeffe869acee38bd7ed2a1 .plan__image img {
  width: 141%;
  object-fit: cover;
  object-position: left;
}
#blend64eeffe869acee38bd7ed2a1 .plan__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ebebeb;
  padding: 5px 10px;
  font-size: 14px;
}
#blend64eeffe869acee38bd7ed2a1 .plan__info b {
  color: #fe5d1f;
  font-weight: 600;
  margin-left: 5px;
}
#blend64eeffe869acee38bd7ed2a1 .plan__footer {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
#blend64eeffe869acee38bd7ed2a1 .plan__rating {
  font-size: 14px;
}
#blend64eeffe869acee38bd7ed2a1 .plan__rating i {
  color: #fe5d1f;
}
#blend64eeffe869acee38bd7ed2a1 .plan__action {
  display: flex;
  justify-content: flex-end;
  margin-top: 5px;
}
#blend64eeffe869acee38bd7ed2a1 .plan__action i {
  color: #c4c4c4;
  font-size: 18px;
}
#blend64eeffe869acee38bd7ed2a1 .plan__action button {
  margin-left: 18px;
}