.rl-webchat .rl-webchat--launch-button{width:3rem;transition:width .2s ease-out;box-sizing:border-box;overflow:hidden;display:flex;justify-content:end;padding:0 .5rem}.rl-webchat .rl-webchat--launch-button>:not(:last-child){display:none;opacity:0;transition:opacity .3s}.rl-webchat .rl-webchat--launch-button:hover,.rl-webchat.rl-webchat--prompt .rl-webchat--launch-button{width:16rem;justify-content:space-between}.rl-webchat .rl-webchat--launch-button:hover>:not(:last-child),.rl-webchat.rl-webchat.rl-webchat--prompt .rl-webchat--launch-button>:not(:last-child){display:block;opacity:1}:root{--tw-bg-gray-100:#f7fafc;--tw-border-gray-300:#e2e8f0;--tw-rounded-sm:0.125rem;--tw-h-96:32rem}.rl-webchat--close-btn:hover{border:1px solid var(--tw-border-gray-300);background:var(--tw-bg-gray-100);border-radius:var(--tw-rounded-sm)}.rl-webchat--message-container{overflow-y:auto;overflow-x:hidden;padding:1rem;border:1px solid var(--tw-border-gray-300);animation:rl-webchat--message-container-appear .3s ease-out forwards}@keyframes rl-webchat--message-container-appear{0%{opacity:0;height:0}to{opacity:1;height:var(--tw-h-96)}}