
/*************RECETAS*************/
/*************RECETAS*************/
.post-ratings-image {
  width: 18px;
  margin-bottom: -3px;
}
.post-ratings img {
  width: 18px;
  margin-bottom: 1px;
}
.post-ratings img {
  border: 0 !important;
}
.post-ratings {
  display: flex;
  font-size: 13px;
  color: #737373;
  align-items: center;
}
.entry-content .icon {
  font-size: 13px;
  color: #cbcbcb;
  width: 22px;
  height: 22px;
  border-radius: 99px;
  text-align: center;
  line-height: 22px;
  position: relative;
  top: -2px;
  margin-right: 6px;
  margin-left: -3px;
}
.title-line {
  width: 100%;
  font-weight: 700;
  color: #000000;
  line-height: 20px;
  position: relative;
  padding-bottom: 4px;
  display: block;
  border-bottom: 1px solid #ccc;
  margin-bottom: 6px;
}
.title-line:before {
  width: 80px;
  background: #ce1f25;
  height: 2px;
  content: "";
  position: absolute;
  bottom: -1px;
}
.recipe-ratings {
  display: flex;
}