.post-list-item {
  display: flex;
}
.post-list-item .card-body {
  display: flex;
}
.post-list-item .image-wrapper {
  display: flex;
  flex-shrink: 0;
  width: 120px;
  height: 90px;
}
.post-list-item .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.25rem;
}
.post-list-item .upper {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding-bottom: 0.3125rem;
  border-bottom: 1px solid rgba(233, 233, 243, 0.6);
  margin-bottom: 0.3125rem;
}
.post-list-item__details {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 90px;
  overflow-y: hidden;
}
.post-list-item__details .title {
  width: 100%;
  line-height: 20px;
  margin-bottom: 0.3125rem;
  font-weight: bold;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.post-list-item__details .title a {
  font-size: 13px;
  color: #333;
}
.post-list-item__details .info {
  display: flex;
  justify-content: space-between;
  text-align: center;
  font-size: 0;
}
.post-list-item__details .info__date, .post-list-item__details .info__category {
  padding-right: 0.3125rem;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 10px;
  color: #666;
  line-height: 16px;
  float: right;
}
.post-list-item__details .info__date {
  padding-right: 0;
}
.post-list-item__details .info__category {
  justify-content: flex-end;
  display: flex;
  color: #FF725E !important;
}
.post-list-item__details .info__category a {
  color: #FF725E;
}
.post-list-item__details .excerpt {
  font-size: 10px;
  color: #666;
  line-height: 2;
}
.post-list-item .stats {
  display: flex;
}
.post-list-item .stats__likes, .post-list-item .stats__views, .post-list-item .stats__comments {
  font-size: 10px;
  color: #666;
}
.post-list-item .stats__likes, .post-list-item .stats__views {
  padding-left: 0.3125rem;
  border-left: 1px solid #dee2e6;
  margin-left: 0.3125rem;
}
.post-list-item__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 63px;
  height: 29px;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15), 0 1px 1px rgba(0, 0, 0, 0.08);
  background-color: #0197F6;
  color: white !important;
  font-size: 10px;
  border-radius: 5px;
  border: 1px solid #0197F6;
}
.post-list-item__btn:hover {
  color: white !important;
}
@media (max-width: 767.98px) {
.post-list-item__details .info__category {
    width: calc(100% - 60px);
}
}
.post-list-item {
  display: flex;
}
.post-list-item .card-body {
  display: flex;
}
.post-list-item .image-wrapper {
  display: flex;
  flex-shrink: 0;
  width: 120px;
  height: 90px;
}
.post-list-item .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.25rem;
}
.post-list-item .upper {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding-bottom: 0.3125rem;
  border-bottom: 1px solid rgba(233, 233, 243, 0.6);
  margin-bottom: 0.3125rem;
}
.post-list-item__details {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 90px;
  overflow-y: hidden;
}
.post-list-item__details .title {
  width: 100%;
  line-height: 20px;
  margin-bottom: 0.3125rem;
  font-weight: bold;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.post-list-item__details .title a {
  font-size: 13px;
  color: #333;
}
.post-list-item__details .info {
  display: flex;
  justify-content: space-between;
  text-align: center;
  font-size: 0;
}
.post-list-item__details .info__date, .post-list-item__details .info__category {
  padding-right: 0.3125rem;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 10px;
  color: #666;
  line-height: 16px;
  float: right;
}
.post-list-item__details .info__date {
  padding-right: 0;
}
.post-list-item__details .info__category {
  justify-content: flex-end;
  display: flex;
  color: #FF725E !important;
}
.post-list-item__details .info__category a {
  color: #FF725E;
}
.post-list-item__details .excerpt {
  font-size: 10px;
  color: #666;
  line-height: 2;
}
.post-list-item .stats {
  display: flex;
}
.post-list-item .stats__likes, .post-list-item .stats__views, .post-list-item .stats__comments {
  font-size: 10px;
  color: #666;
}
.post-list-item .stats__likes, .post-list-item .stats__views {
  padding-left: 0.3125rem;
  border-left: 1px solid #dee2e6;
  margin-left: 0.3125rem;
}
.post-list-item__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 63px;
  height: 29px;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15), 0 1px 1px rgba(0, 0, 0, 0.08);
  background-color: #0197F6;
  color: white !important;
  font-size: 10px;
  border-radius: 5px;
  border: 1px solid #0197F6;
}
.post-list-item__btn:hover {
  color: white !important;
}
@media (max-width: 767.98px) {
.post-list-item__details .info__category {
    width: calc(100% - 60px);
}
}

