/* Recent Posts Shortcode Styles */
.recent-posts-shortcode {
  margin: 2rem 0;
}

.recent-post-item {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #e0e0e0;
}

.recent-post-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.recent-post-thumbnail {
  display: block;
  width: 150px;
  height: 150px;
  overflow: hidden;
}

.recent-post-image {
  width: 150px;
  height: 150px;
  object-fit: cover;
  display: block;
}

.recent-post-placeholder {
  width: 150px;
  height: 150px;
  background-color: #f0f0f0;
  display: block;
}

.recent-post-title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}

.recent-post-title a:hover {
  color: #e67e22;
}

.recent-post-date {
  font-size: 1rem;
}

.recent-post-excerpt {
  font-size: 1rem;
  line-height: 1.5;
  color: #666;
}
