/* ─── Chat widget: site-matched bubble + back-to-top stacking ─── */

#tawk-bubble-container {
  z-index: 99 !important;
}

/* 42px back-to-top + 16px gap + ~60px bubble ≈ 92px */
.back-to-top {
  bottom: 92px;
  z-index: 100;
}

#tawk-bubble-container .tawk-min-container .tawk-button-circle,
#tawk-bubble-container .tawk-button {
  background-color: var(--accent, #53fc18) !important;
  border-color: var(--accent, #53fc18) !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.22) !important;
}

[data-theme="dark"] #tawk-bubble-container .tawk-min-container .tawk-icon svg path,
[data-theme="dark"] #tawk-bubble-container .tawk-button svg path {
  fill: #000 !important;
}

[data-theme="light"] #tawk-bubble-container .tawk-min-container .tawk-icon svg path,
[data-theme="light"] #tawk-bubble-container .tawk-button svg path {
  fill: #fff !important;
}

@media (max-width: 640px) {
  .back-to-top {
    bottom: 84px;
  }
}
