.recommend_identification {
  background: #fff;
  padding: 25px 10px 15px 10px;
  border-radius: 5px;
  border: 1.5px dashed #d9514a;
  margin: var(--space-32) 0;
}
.recommend_identification > div {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  margin-top: -36px;
  background: #fff;
  width: fit-content;
  margin-bottom: 10px;
  padding-left: 30px;
  padding-right: 5px;
  color: #d9514a;
}
.recommend_identification > div:before {
  content: "";
  background-image: url(/wp-content/themes/appmedia/images/common/icon_recommend_orange.png);
  background-size: 22px 19px;
  width: 22px;
  height: 19px;
  position: absolute;
  left: 6px;
  top: 0px;
}
.post .recommend_identification li {
  font-size: 15px;
  font-weight: bold;
  position: relative;
  padding-left: 22px;
}
.recommend_identification li::before {
  position: absolute;
  content: "";
  background-size: 19px 17px;
  width: 6px;
  height: 6px;
  left: 5px;
  top: 11px;
  background-color: #161718;
  border-radius: 20px;
}
