/* Stack back-to-top above Tidio live chat bubble (both sit bottom-right) */
.back-to-top {
  bottom: 10rem;
  right: 1.5rem;
}

@media (max-width: 640px) {
  .back-to-top {
    bottom: 9rem;
    right: 1rem;
  }
}
