.group-card{margin-bottom:20px;display:flex;justify-content:space-between;align-items:center;background:#f0f8ff;padding:10px 15px;border-radius:5px;border:2px solid transparent;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:all .3s ease}.whatsapp-card{animation:whatsapp-border-animation 1.5s ease-in-out infinite}.facebook-card{animation:facebook-border-animation 1.5s ease-in-out infinite}.telegram-card{animation:telegram-border-animation 1.5s ease-in-out infinite}.seoquake-nofollow{display:inline-flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;text-decoration:none!important;padding:6px 20px;border-radius:3px;color:white!important;transition:all .3s ease-in-out}.seoquake-nofollow i{margin-right:6px;transition:transform .3s ease-in-out}.seoquake-nofollow:hover i{transform:rotate(10deg)}.seoquake-nofollow:hover{transform:scale(1.05)}.whatsapp-card .seoquake-nofollow{background:#25d366}.facebook-card .seoquake-nofollow{background:#2311f3}.telegram-card .seoquake-nofollow{background:#004f7a}@media (max-width:600px){.group-card{flex-direction:column;align-items:flex-start;padding:15px}.seoquake-nofollow{margin-top:10px;width:100%;justify-content:center}}