[hidden] {
    display: none !important;
}

.chat-window__composer textarea:disabled,
.chat-send:disabled {
    cursor: not-allowed;
}

@media (prefers-reduced-motion: reduce) {
    .chat-window,
    .booking-panel {
        scroll-behavior: auto;
    }
}
