.most_popular_widget {
  padding: 8px;
  padding-bottom: 6.5px;
  margin-bottom: 20px;
  border-left: 1.5px solid;
  border-bottom: 1.5px solid;
  border-right: 1.5px solid;
  border-color: #d1d1d1;
}

.most_popular_widget .popular_list {
  text-align: right;
}

.most_popular_widget .popular_list .item {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  padding: 6.5px 0;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  margin-bottom: 8.2px;
}

.most_popular_widget .popular_list .item .count {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #fff;
  background: #00000080;
  text-align: center;
  font-size: 18px;
  width: 25px;
  height: 25px;
}

.most_popular_widget .popular_list .item:hover .text {
  color: #00adae;
}

.most_popular_widget .popular_list .item .comments_icon {
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #fff;
  background: #00000080;
  text-align: center;
  font-size: 14px;
  height: 20px;
  padding: 0 5px;
}

.most_popular_widget .popular_list .item .text {
  height: 65px;
  width: 50%;
  overflow: hidden;
}

.most_popular_widget_title {
  text-align: right;
  background: #00adae;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  padding-right: 8px;
  font-weight: bold;
}

.most_popular_widget .selection_time {
  display: flex;
  justify-content: space-between;
  padding: 13px 0 6.5px 0;
}

.most_popular_widget .selection_time .active {
  background: #00adae;
  color: #fff;
}

.most_popular_widget .selection_time div {
  text-align: center;
  width: 30%;
  cursor: pointer;
  padding: 2px;
  background: #ebebeb;
}

#popular_month,
#popular_week {
  display: none;
}

.most_popular_widget ul li .comments_icon {
  font-size: 11px;
  position: absolute;
  left: 5px;
  bottom: 5px;
}
