/* Hide scrollbar globally but maintain functionality */
body, .scrollbar-hide {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;     /* Firefox */
}

body::-webkit-scrollbar, .scrollbar-hide::-webkit-scrollbar {
    display: none;             /* Chrome, Safari and Opera */
}

/* Message Animations */
.message-content {
    line-height: 1.6;
}

/* Chat Container Smooth Scroll */
#chat-container {
    scroll-behavior: smooth;
}
