/* Basic styles for forum, chat, messaging */
.community-forum {
    margin: 20px 0;
}
.community-chat {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
}
.chat-messages {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding: 10px;
}
.chat-input textarea {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
}
.community-inbox .message {
    border-bottom: 1px solid #ddd;
    padding: 10px;
}