/* WebRise WhatsApp */
.wr-wa{position:fixed;z-index:99999;font-family:-apple-system,BlinkMacSystemFont,system-ui,sans-serif}
.wr-wa--bottom-right{bottom:24px;right:24px}.wr-wa--bottom-left{bottom:24px;left:24px}
.wr-wa__btn{display:flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:50%;box-shadow:0 4px 24px rgba(0,0,0,.25);transition:transform .2s;text-decoration:none}
.wr-wa__btn:hover{transform:scale(1.08)}
.wr-wa__bubble{position:absolute;bottom:72px;right:0;background:#fff;border-radius:14px;padding:14px 40px 14px 16px;box-shadow:0 8px 32px rgba(0,0,0,.15);width:max-content;max-width:min(260px,calc(100vw - 48px));font-size:14px;color:#333;line-height:1.5;animation:wrWaBubble .4s ease both}
.wr-wa--bottom-left .wr-wa__bubble{right:auto;left:0}
.wr-wa__avatar{width:32px;height:32px;border-radius:50%;float:left;margin-right:10px}
.wr-wa__close{position:absolute;top:6px;right:10px;background:none;border:none;font-size:18px;color:#999;cursor:pointer;line-height:1}
@keyframes wrWaBubble{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:600px){.wr-wa--bottom-right,.wr-wa--bottom-left{bottom:16px;right:16px;left:auto}.wr-wa__btn{width:52px;height:52px}.wr-wa__bubble{max-width:220px;font-size:13px}}
