.post-copyright {
  margin: 2rem 0;
  padding: 1.5rem;
  background-color: #f8f9fa;
  border-left: 4px solid #007bff;
  border-radius: 4px;
  font-size: 0.9rem;
  line-height: 1.6;
}

.post-copyright p {
  margin: 0.5rem 0;
}

.post-copyright a {
  color: #007bff;
  text-decoration: none;
}

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

/* 查看更多链接样式 */
.view-more {
  margin-top: 2rem;
  text-align: center;
}

.view-more-link {
  display: inline-block;
  padding: 0.8rem 1.5rem;
  background-color: #007bff;
  color: white;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.view-more-link:hover {
  background-color: #0056b3;
  text-decoration: none;
  color: white;
}