/* Kontener (początkowo 50 px) */
.wc-whatsapp-sticky-box{
	position:fixed;bottom:80px;right:15px;
	background:#25D366;border-radius:50px;
	box-shadow:0 2px 5px rgba(0,0,0,.25);
	z-index:9999;width:50px;height:50px;overflow:hidden;
	display:flex;align-items:center;transition:width .3s;
}

/* Link (pełny flex) */
.wc-whatsapp-link{display:flex;align-items:center;color:#fff;text-decoration:none;}

/* Ikona 40×40 px */
.wc-whatsapp-icon{
	width:40px;height:40px;margin-left:5px;
	background:url('https://upload.wikimedia.org/wikipedia/commons/6/6b/WhatsApp.svg') center/contain no-repeat;
}

/* Wrapper tekstu i numeru */
.wc-whatsapp-text-wrap{display:flex;flex-direction:column;margin-left:10px;white-space:nowrap;}

/* Tekst i numer – domyślnie ukryte (JS pokaże) */
.wc-whatsapp-text,
.wc-whatsapp-phone{display:none;font-size:15px;line-height:1.2;}
.wc-whatsapp-phone{font-size:18px;opacity:.9;}
