@charset "UTF-8";.floating-social-bar{display:flex;align-items:center;gap:14px;margin:8px 0;flex-wrap:wrap}.floating-social-bar a{width:34px;height:34px;background:linear-gradient(to bottom,#043d2c,#234334);color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:1.2rem;box-shadow:0 2px 5px rgba(0,0,0,0.15);transition:all 0.25s ease-in-out}.floating-social-bar a:hover{background:linear-gradient(to bottom,#f7c341,#f7c341);color:#043d2c;transform:translateY(-2px) scale(1.08)}.floating-social-bar a i{pointer-events:none}@media (max-width:700px){.floating-social-bar{justify-content:center;gap:18px;margin-top:10px}.floating-social-bar a{width:36px;height:36px;font-size:1.3rem}}
