.ts-whatsapp-float { position: fixed; bottom: 20px; right: 20px; z-index: 60; }
.ts-whatsapp-float a { display: flex; align-items: center; justify-content: center; width: 56px; height: 56px; border-radius: 50%; background: var(--color-success-500); color: #fff; box-shadow: var(--shadow-lg); transition: transform var(--duration-fast) var(--ease-standard); }
.ts-whatsapp-float a:hover { transform: scale(1.06); }
