.chat-icon { background-image: url('path_to_deer_image_or_svg'); /* مسار صورة أو أيقونة الغزال */ background-size: cover; width: 50px; height: 50px; border-radius: 50%; }
.chat-header { display: flex; align-items: center; padding: 10px; }
.chat-header .chat-name { font-size: 24px; color: #FFD700; /* لون ذهبي لجذب الانتباه */ font-family: 'Arial', sans-serif; font-weight: bold; margin-left: 10px; }# fictional-doodle