/* 文章页面样式 */
.single .site-main {
    padding: 15px 0;
}

.single .entry-header {
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid #f5f6f7;s
}

.single .entry-title {
    font-size: 2.5em;
    margin-bottom: 20px;
    color: #333;
}

.entry-meta {
    color: #666;
    font-size: 0.9em;
    margin-bottom: 20px;
}

.entry-meta > span {
    margin-right: 15px;
}

.entry-meta i {
    margin-right: 5px;
}

.post-thumbnail {
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
}

.post-thumbnail img {
    width: 100%;
    height: auto;
}

.entry-content {
    font-size: 1.1em;
    line-height: 1.8;
    color: #333;
}

.entry-content p {
    margin-bottom: 1.5em;
}

.entry-content img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.entry-footer {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.post-tags {
    margin-bottom: 20px;
}

.post-tags a {
    display: inline-block;
    padding: 4px 10px;
    margin: 0 5px 5px 0;
    border-radius: 3px;
    background: #f5f5f5;
    color: #666;
    font-size: 0.9em;
    text-decoration: none;
}

.post-tags a:hover {
    background: #e0e0e0;
    color: #333;
}

.post-share {
    margin-top: 20px;
}

.post-share-title {
    font-size: 0.9em;
    color: #666;
    margin-bottom: 10px;
}

.share-buttons a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    background: #f5f5f5;
    color: #666;
    text-decoration: none;
}

.share-buttons a:hover {
    background: #e0e0e0;
    color: #333;
}

.post-navigation {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.nav-links {
    display: flex;
    justify-content: space-between;
}

.nav-previous,
.nav-next {
    flex: 0 0 48%;
}

.nav-subtitle {
    display: block;
    font-size: 0.9em;
    color: #666;
    margin-bottom: 5px;
}

.nav-title {
    font-size: 1.1em;
    color: #333;
}

/* 评论区域样式 */
.comments-area {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #eee;
}

.comment-respond {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 8px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 15px;
}

.comment-form input[type="submit"] {
    background: #333;
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 4px;
    cursor: pointer;
}

.comment-form input[type="submit"]:hover {
    background: #444;
}
.ningmeng-post{
    padding: 28px;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: 15px;
}
/* 统一前缀：ningmeng-copyright */

.ningmeng-copyright {
  background-color: rgba(244, 63, 94, 0.07);
  border: 1px solid #f3c1c7;
  border-radius: 10px;
  padding: 20px;
  color: #333;
  font-size: 14px;
  line-height: 1.8;
  margin: 20px 0;
}

.ningmeng-copyright-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #333;
}

.ningmeng-copyright p {
  margin: 8px 0;
}

.ningmeng-copyright-highlight {
  padding: 2px 6px;
  background-color: rgba(255, 111, 6, 0.1);
  color: #ff6f06;
  border-radius: 4px;
  font-size: 90%;
  text-decoration: none;
}

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