/* Aumenta dimensione avatar */
.cl-avatar {
  width: 3rem !important;
  height: 3rem !important;
}

/* Stile messaggi */
.cl-message-container {
  border-radius: 8px;
  overflow: hidden;
}

/* Stile per spaziatura e layout */
.cl-chat-content {
  padding: 1rem;
}

/* Personalizza scrollbar */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-thumb {
  background: var(--colors-primary-500);
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--colors-primary-600);
}

.relative.hidden.bg-muted.lg\:block img[src$='favicon'] {
  display: none !important;
}

.relative.hidden.bg-muted.lg\:block {
  background-color: #067886 !important;
}
