.chat-launch{position:fixed;right:22px;bottom:22px;z-index:30;display:grid;grid-template-columns:42px auto;grid-template-rows:auto auto;column-gap:10px;align-items:center;min-width:190px;padding:13px 18px;background:#4f2138;color:#fff;text-decoration:none;border:2px solid #e5b957;border-radius:14px;box-shadow:0 14px 40px #0007;transition:.2s}.chat-launch>span{grid-row:1/3;font-size:28px}.chat-launch>b{line-height:1.1}.chat-launch>small{color:#ead9e3}.chat-launch>i{position:absolute;right:10px;top:9px;width:10px;height:10px;background:#61d487;border:2px solid #fff;border-radius:50%}.chat-launch:hover,.chat-launch:focus{transform:translateY(-3px);background:#642948}.chat-launch:focus{outline:3px solid #fff;outline-offset:3px}@media(max-width:560px){.chat-launch{right:14px;bottom:76px;min-width:0;padding:12px}.chat-launch>b,.chat-launch>small{display:none}.chat-launch>span{font-size:25px}}

/* Houd de chatknop boven de vaste mobiele aanmeldknop */
@media (max-width:850px){
  .chat-launch{bottom:86px;z-index:55;}
}
@media (max-width:560px){
  .chat-launch{right:14px;bottom:88px;width:58px;height:58px;padding:0;display:grid;place-items:center;border-radius:16px;}
  .chat-launch>span{font-size:25px;grid-row:auto;}
  .chat-launch>i{right:7px;top:7px;}
}
