.remote-posts-carousel {
  display: flex;
  gap: 24px;
}
.remote-posts-carousel .post-item {
  display: block;
  text-decoration: none;
  border: 1px solid #e3e3e3;
  padding: 16px;
  border-radius: 8px;
  background: #fff;
}
.remote-posts-carousel .post-item h3 {
  margin: 0 0 8px 0;
  font-size: 18px;
  line-height: 1.3;
}
.remote-posts-carousel .post-date {
  margin: 0 0 8px 0;
  color: #6b7280;
  font-size: 14px;
}
.remote-posts-carousel .post-excerpt {
  margin: 0;
  color: #374151;
  font-size: 15px;
}
/* Slick Overrides */
.remote-posts-carousel.slick-initialized { display: block; }
