@media (max-width: 768px) {
  body.pcto .sto {
    margin-top: 1.5rem;
  }
}
body.pcto .sto__bar img {
  max-width: 100%;
}
body.pcto .sto__widget {
  position: fixed;
  right: 2rem;
  top: 70%;
  display: inline-block;
  touch-action: none;
  cursor: grab;
  user-select: none;
  z-index: 9999;
}
body.pcto .sto__widget .widget-link {
  display: block;
  touch-action: none;
}
body.pcto .sto__widget .widget-link .widget-img {
  display: block;
  width: 100%;
  height: auto;
  touch-action: none;
  max-width: 100px;
}
body.pcto .sto__widget .close-btn {
  position: absolute;
  top: 6px;
  right: 6px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 20px;
  padding: 4px 6px;
  border-radius: 50%;
  cursor: pointer;
  touch-action: none;
  transition: background 0.2s ease;
}
body.pcto .sto__widget .close-btn:hover {
  background: rgba(0, 0, 0, 0.8);
}
body.pcto .sto__widget .close-btn:active {
  background: rgb(0, 0, 0);
  transform: scale(0.9);
}