body {
    font-family: -apple-system, "PingFang SC", "Microsoft YaHei", sans-serif;
}

.post-title-link {
    text-decoration: none;
    font-weight: 500;
}
.post-title-link:hover {
    text-decoration: underline;
}

/* 帖子列表行 */
.post-row {
    transition: background .15s;
}
.post-row:hover {
    background: #f8f9fa;
}

/* 加密内容区域 */
.secret-box {
    border: 1px dashed #fb8c00;
    border-radius: .5rem;
    background: #fff8ef;
    padding: 1.5rem;
}
.secret-locked {
    text-align: center;
    color: #8a6d3b;
}

/* 帖子正文富文本 */
.post-content img {
    max-width: 100%;
    height: auto;
}
/* 图片表情包在正文中以小尺寸内联显示 */
.post-content img.forum-sticker,
.forum-sticker {
    display: inline-block;
    width: 28px !important;
    height: 28px !important;
    vertical-align: middle;
    margin: 0 2px;
}
.post-content {
    line-height: 1.7;
    word-break: break-word;
}

.buyer-badge {
    font-size: .8rem;
}

.author-avatar {
    width: 48px;
    height: 48px;
    object-fit: cover;
}

/* 评论区 */
.comment-item:last-child {
    border-bottom: 0 !important;
}
.comment-content {
    line-height: 1.7;
    word-break: break-word;
    white-space: normal;
}
