/* Medium Blog Feed Styles */
.blog-post-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog-post-item {
  margin-bottom: 1rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid #e0e0e0;
}

.blog-post-item a {
  font-size: 1.1rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
}

.blog-post-item a:hover {
  text-decoration: underline;
}

.blog-post-view-more {
  margin-top: 1.5rem;
  font-style: italic;
}

.blog-post-view-more a {
  font-size: 0.9rem;
  color: #666;
}

#medium-posts-container {
  width: 100%;
}
