
.lpcw-widget-wrapper {
  padding: 10px 0;
}

.lpcw-post-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.lpcw-post-item {
  margin-bottom: 8px;
}

.lpcw-post-item a {
  text-decoration: none;
  color: inherit;
  font-weight: 500;
  transition: color 0.3s ease;
}

.lpcw-post-item a:hover {
  color: #0073aa;
}
