.floating-actions{position:fixed;left:50%;bottom:24px;z-index:100;display:flex;transform:translateX(-50%);overflow:hidden;border:1px solid rgba(143,211,232,.62);border-radius:999px;background:linear-gradient(135deg,#123790,#1b4fd8);box-shadow:0 14px 36px rgba(27,79,216,.36);backdrop-filter:blur(14px)}
.floating-actions a{display:flex;align-items:center;justify-content:center;gap:8px;min-width:112px;height:50px;padding:0 16px;color:#fff;font-size:12px;font-weight:800;white-space:nowrap;border-right:1px solid rgba(255,255,255,.16);transition:background .2s,color .2s,transform .2s}
.floating-actions a:last-child{border-right:0}.floating-actions a:hover{background:#2a5df0;color:#fff;transform:translateY(-1px)}
.floating-actions svg{width:19px;height:19px;flex:none;fill:currentColor;color:#fff}.floating-actions .wa,.floating-actions .ig,.floating-actions .pin{color:#fff}.floating-actions a:hover svg{color:#fff}
@media(max-width:560px){.floating-actions{bottom:14px;width:calc(100% - 28px);justify-content:stretch}.floating-actions a{min-width:0;width:33.333%;height:48px;padding:0 8px;font-size:10px;gap:5px}.floating-actions svg{width:17px;height:17px}}
