/* OneNav主题兼容的社区样式 */
.onenav-community-cards .luntan-community-item {
    border: 1px solid #eaeaea;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.onenav-community-cards .luntan-community-item h3 {
    margin-top: 0;
    font-size: 18px;
}

.onenav-community-list .luntan-community-item {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.onenav-community-list .luntan-community-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.onenav-community-widget ul {
    list-style: none;
    padding-left: 0;
}

.onenav-community-widget li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #eee;
}

.onenav-community-widget li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

/* 社区表单样式 */
.luntan-community-form-container {
    background-color: #f9f9f9;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    padding: 20px;
    margin-top: 30px;
}

.luntan-community-form-container h3 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #333;
}

/* 社区帖子样式 */
.luntan-community-post {
    border: 1px solid #eaeaea;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
}

.community-post-meta {
    margin-top: 15px;
    font-size: 14px;
    color: #666;
}

.community-post-meta span {
    margin-right: 15px;
}

.community-reply {
    border-top: 1px solid #eaeaea;
    padding-top: 15px;
    margin-top: 15px;
}

.community-reply-content {
    margin-bottom: 10px;
}

.community-reply-meta {
    font-size: 13px;
    color: #888;
}