/* Custom styles for integration with tbcta-bar and scroll-to-top */
/* Prevents scroll-to-top button from overlapping with tbcta-bar */
@media screen and (max-width: 783px) {
  body:has(.tbcta-mobile-only.tbcta-bottom) .scroll-to-top {
    bottom: 60px;
  }
}
