.cl-chat {
  max-width: 1200px !important;
  margin: 0 auto !important;
}

:root {
  --cl-font-size: 13px;
}

a[href^="mailto:"] {
  color: inherit;
    font-weight: 600;
  text-decoration: none;
  pointer-events: none;
}

.w-\[150px\] {
    width: 150px;
    margin: auto;
}

.lg\:text-5xl {
    font-size: 1.5rem;
    line-height: 1;
}