.xmla-chat__button{width:auto;min-width:58px;padding:0 20px;border-radius:999px;display:flex;align-items:center;justify-content:center;gap:9px;font-weight:800}
.xmla-chat__button svg{width:24px;height:24px}
.xmla-chat__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.xmla-chat__close{width:32px;height:32px;flex:0 0 auto;border:1px solid rgba(255,255,255,.18);border-radius:50%;background:rgba(0,0,0,.16);color:#fff;font-size:23px;line-height:1;cursor:pointer}
.xmla-chat-entry--contact{margin:0 0 14px}
.xmla-chat-entry--contact button{width:100%;display:flex;align-items:center;gap:12px;text-align:left;border:1px solid rgba(22,119,255,.25);border-radius:14px;padding:13px 14px;background:linear-gradient(135deg,rgba(22,119,255,.12),rgba(20,184,166,.1));color:inherit;cursor:pointer}
.xmla-chat-entry__icon{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;flex:0 0 auto;background:linear-gradient(135deg,#1677ff,#14b8a6);color:#fff;font-size:18px}
.xmla-chat-entry--contact strong,.xmla-chat-entry--contact small{display:block}
.xmla-chat-entry--contact strong{font-size:14px}
.xmla-chat-entry--contact small{margin-top:2px;color:inherit;opacity:.72;font-size:12px}
.xmla-chat-entry--concierge{white-space:nowrap}
@media(max-width:560px){.xmla-chat__button{width:54px;min-width:54px;height:54px;padding:0}.xmla-chat__button span{display:none}}
