/* Keep the entire conversation in one smooth scroll area. */
.chat-panel{overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable}
.chat-header{position:sticky;top:0;z-index:2}
.chat-messages{max-height:none;overflow:visible}
.chat-contact{max-height:none;overflow:visible}
.chat-panel:focus-within{scroll-behavior:auto}
.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.chat-compose{display:grid;grid-template-columns:1fr auto;gap:.5rem;padding:1rem 1rem 0}.chat-compose input{min-width:0;border:1px solid #aebbb7;border-radius:99px;padding:.72rem 1rem;font:inherit}.chat-compose button{border:0;border-radius:99px;background:#9b7a2d;color:white;padding:0 1rem;font-weight:700;cursor:pointer}
.chat-booking-link{display:block;margin:.25rem 1rem 1rem;padding:.8rem 1rem;border-radius:10px;background:#9b7a2d;color:white;text-align:center;text-decoration:none;font-weight:700}.chat-booking-link:hover{background:#7f6120}
