.scroll-to-top-btn{position:fixed;bottom:30px;right:30px;width:56px;height:56px;background-color:#ffffff;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;box-shadow:0 4px 15px rgba(0,0,0,0.15);z-index:9998;opacity:0;pointer-events:none;transform:translateY(20px);transition:opacity 0.3s ease,transform 0.3s ease,box-shadow 0.3s ease,background-color 0.3s ease;}.scroll-to-top-btn.visible{opacity:1;pointer-events:auto;transform:translateY(0);}.scroll-to-top-btn:hover{box-shadow:0 6px 20px rgba(0,0,0,0.25);transform:translateY(-3px);background-color:#f37021;}.scroll-to-top-btn svg{width:32px !important;height:32px !important;display:block !important;}.scroll-to-top-btn svg polyline{fill:none !important;stroke:#f37021 !important;stroke-width:3px !important;transition:stroke 0.3s ease !important;}.scroll-to-top-btn:hover svg polyline{stroke:#ffffff !important;}.cookie-widget-btn svg{width:28px !important;height:28px !important;display:block !important;}.cookie-widget-btn svg path,.cookie-widget-btn svg circle{fill:#ffffff !important;stroke:none !important;transition:fill 0.3s ease !important;}.cookie-widget-btn:hover svg path,.cookie-widget-btn:hover svg circle{fill:#f37021 !important;}