.restylewww-corner-widgets {
  position:fixed;
  z-index:2147483000;
  left:max(20px, env(safe-area-inset-left));
  bottom:max(20px, env(safe-area-inset-bottom));
  display:flex;
  flex-direction:column;
  gap:10px;
  pointer-events:none;
  isolation:isolate;
}
.restylewww-corner-widget {
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  padding:0;
  border:1px solid #d4e0eb;
  border-radius:14px;
  background:#fff;
  color:#1769e0;
  opacity:1;
  box-shadow:0 10px 26px rgba(14,49,82,.18),0 2px 7px rgba(14,49,82,.09);
  cursor:pointer;
  pointer-events:auto;
  transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,color .18s ease;
}
.restylewww-corner-widget:hover { transform:translateY(-2px); box-shadow:0 13px 30px rgba(14,49,82,.22),0 3px 9px rgba(14,49,82,.1); }
.restylewww-corner-widget:focus-visible { outline:3px solid #73b7ff; outline-offset:3px; }
.restylewww-corner-widget svg { width:23px; height:23px; fill:none; stroke:currentColor; stroke-linecap:round; stroke-linejoin:round; stroke-width:1.8; }
.restylewww .userway_buttons_wrapper,
.restylewww div.userway_buttons_wrapper { display:none !important; }
.restylewww-corner-widget--accessibility { background:#1769e0; border-color:#1769e0; color:#fff; }
.restylewww-corner-widget--privacy[data-open="true"] { background:#eaf3ff; border-color:#1769e0; }
html[data-theme="eco"] .restylewww-corner-widget { border-color:#38516c; background:#142e47; color:#d9ecff; box-shadow:0 10px 26px rgba(0,0,0,.28); }
html[data-theme="eco"] .restylewww-corner-widget--accessibility { background:#237acb; border-color:#237acb; color:#fff; }
html[data-theme="eco"] .restylewww-corner-widget--privacy[data-open="true"] { background:#1e4264; border-color:#8ed4ff; }
@media (prefers-reduced-motion:reduce) {
  .restylewww-corner-widget { transition:none; }
  .restylewww-corner-widget:hover { transform:none; }
}
