/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 26 2025 | 01:08:44 */
#article4 #first .et_pb_posts>.et_pb_posts {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr); /* 3 columns */
  gap: 20px; /* gap between items */
}
.pagination a.active {
  background: #333 !important;
  color: #fff !important;
}