.communityMessage.meydan .communityAvatar {
  background: linear-gradient(145deg, #295e43, #163426);
  border-color: #d7ad42;
  color: #fff;
}

.communityMessage.meydan .communityBubble {
  background: linear-gradient(90deg, rgba(31, 75, 53, .9), rgba(13, 43, 31, .9));
  border-left: 3px solid #d7ad42;
}

.communityMessage.meydan .communityBubble b { color: #ffd873; }
.communityMessage.meydan .communityMessageText { color: #e8f7ee; font-weight: 600; }
