.sticky-scroll-button{position:fixed;bottom:20px;right:20px;width:auto;height:auto;min-width:140px;z-index:1000;display:flex;align-items:center;justify-content:center;transition:all .3s ease-in-out;transform:scale(1);border-radius:25px;box-shadow:0 4px 12px rgba(0,0,0,.15);border:none;opacity:.9;animation:fadeInUp .3s ease-out;padding:12px 20px}@keyframes fadeInUp{0%{opacity:0;transform:scale(.8) translateY(20px)}to{opacity:.9;transform:scale(1) translateY(0)}}.sticky-scroll-button:hover{transform:scale(1.1);box-shadow:0 6px 16px rgba(0,0,0,.2);opacity:1}.sticky-scroll-button:active{transform:scale(.95)}@media (max-width:768px){.sticky-scroll-button{bottom:15px;right:15px;min-width:120px;padding:10px 16px}}@media (max-width:480px){.sticky-scroll-button{bottom:10px;right:10px;min-width:100px;padding:8px 14px}}.sticky-button-text{font-size:14px;font-weight:600;line-height:1.2;white-space:nowrap}@media (max-width:768px){.sticky-button-text{font-size:12px}}@media (max-width:480px){.sticky-button-text{font-size:11px}}