/* 投稿一覧セクション用スタイル */

.posts-section-add-btn {
  display: inline-block;
  background-color: #3b82f6;
  color: white;
  font-weight: bold;
  font-size: 1rem;
  padding: 0.6rem 1.5rem;
  border-radius: 9999px;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.posts-section-add-btn i {
  margin-right: 8px;
}

.posts-section-add-btn-container {
  margin-bottom: 20px;
}

