/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 01 2025 | 14:24:00 */
.latest-posts li {
  position: relative;
  height: 70px;
}

.latest-posts li::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  height: 1px;
  background: #ddd;
}