/* @license GNU-GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.scroll-to-top{position:fixed;bottom:20px;right:20px;display:none;background-color:#ae128c;color:#fff;width:50px;height:50px;border-radius:50%;text-align:center;line-height:50px;font-size:24px;cursor:pointer;z-index:999;box-shadow:0 4px 6px rgba(0,0,0,0.1);transition:background-color 0.3s ease;}.scroll-to-top:hover{background-color:#9a087a;color:#ccc;}
