a.disabled {
    pointer-events: none;
    cursor: wait;
  }

/* Hide subtitle on tablet and mobile for live chat settings */
@media (max-width: 1023px) {
  .live-chat-settings-subtitle {
    display: none;
  }
}
