/* Десктоп */
.KeyCRM-toggleButton {
  position: fixed !important;
  bottom: 24px !important;
  right: 24px !important;
  z-index: 2147483647 !important;
}

.KeyCRM-widgetGreeting {
  position: fixed !important;
  bottom: 84px !important;
  right: 24px !important;
  z-index: 2147483647 !important;
}

/* Мобільна адаптація */
@media screen and (max-width: 768px) {
  .KeyCRM-toggleButton {
    bottom: 80px !important;
    right: 18px !important;
  }

  .KeyCRM-widgetGreeting {
    bottom: 150px !important; /* Замість 135px — ще вище */
    right: 12px !important;
    max-width: 260px !important; /* Виправлення ширини */
    transform: translateY(0) !important;
  }
}

##allrecords{
    max-width: 100vw;
    overflow-x: hidden;
}