.mini-last-posts {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
  display: flex;
  gap: 20px;
}

.mini-last-post {
  width: 33.333%;
  font-size: 14px;
  line-height: 1.4;
}

.mini-last-post .date {
  display: block;
  font-size: 12px;
  color: #999;
  margin-bottom: 4px;
}

.last-post-border {
	padding: 12px;
	border-left: 2px solid #eee;
}

.mini-last-post a {
  color: #222;
  text-decoration: none;
}

.mini-last-post a:hover {
  text-decoration: none;
  transform: scale(1.2); 
}

/* mobile */
@media (max-width: 768px) {
  .mini-last-posts {
    flex-direction: column;
  }
  .mini-last-post {
    width: 100%;
  }
}
