/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 05 2023 | 02:17:33 */
ul.wpp-list {
  margin: 0;
}

.wpp-list li {
  margin: 0;
}

.wpp-list li:nth-last-of-type(1) {
  margin: 0;
}

.wpp-post-title {
  display: block;
  font-weight: bold;
  margin: 0 0 10px;
}

.wpp-excerpt {
  display: block;
  margin: 0 0 10px;
}

.wpp-thumbnail {
  padding: 0 15px 25px 0;
  width: 100px;
  height: 100px;
}

.wpp-meta,
.post-stats {
  margin: 0 0 25px;
}

.wpp-list li:nth-last-of-type(1) .wpp-meta,
.wpp-list li:nth-last-of-type(1) .post-stats {
  margin: 0;
}

#recent-p div ul li:last-child {
  margin-bottom: 0 !important;
}

#popular-p ul li:last-child {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 640px) {
  .wpp-thumbnail {
    padding: 0 15px 20px 0;
    width: 72px;
    height: 72px;
  }
}