
.mms5{position:fixed;bottom:35px;left:25px;z-index:99999}
#mms-open{width:60px;height:60px;border:0;border-radius:50%;background:#22c55e;font-size:30px;animation:pulse 2s infinite;cursor:pointer}
.mms-label{position:absolute;left:0;bottom:70px;background:white;padding:8px 15px;border-radius:20px;color:#666}
.mms-links{display:none;flex-direction:column;gap:10px;margin-bottom:10px}
.mms-links.show{display:flex}
.mms-links a{width:55px;height:55px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;background:#1877f2;text-decoration:none;font-size:28px}
.mms-links a:nth-child(2){background:#25d366}.mms-links a:nth-child(3){background:#ff4668}
@keyframes pulse{50%{transform:scale(1.15)}}
