/* Butonul flotant WhatsApp „Elfița Maria” (templates/web/components/whatsapp_fab.html) */
.mz-wa-fab{position:fixed;right:16px;bottom:16px;z-index:60;display:flex;align-items:center;gap:10px;text-decoration:none}
.mz-wa-fab img{width:64px;height:64px;display:block;filter:drop-shadow(0 6px 14px rgba(0,0,0,.28));transition:transform .2s}
.mz-wa-fab:hover img{transform:scale(1.06)}
.mz-wa-bubble{background:#fff;color:#201e1d;border-radius:14px;padding:8px 12px;font-size:14px;line-height:1.2;white-space:nowrap;
  box-shadow:0 6px 18px rgba(0,0,0,.18);opacity:0;transform:translateX(6px);transition:opacity .2s,transform .2s;pointer-events:none}
.mz-wa-fab:hover .mz-wa-bubble,.mz-wa-fab:focus-visible .mz-wa-bubble,.mz-wa-fab.is-hinting .mz-wa-bubble{opacity:1;transform:none}
@media (max-width:600px){.mz-wa-fab{right:12px;bottom:12px}.mz-wa-fab img{width:56px;height:56px}.mz-wa-bubble{font-size:13px}}
@media print{.mz-wa-fab{display:none}}
