/* CYVARIX Voiceflow Safari normalization.
   The page itself uses a dark browser color scheme, while the widget surface is light. */
.vfrc-widget,
.vfrc-chat,
.vf-footer,
.vfrc-input {
  color-scheme: light;
}

.vfrc-chat-input {
  color-scheme: light;
  background-color: #ffffff !important;
  color: #111827 !important;
  caret-color: #111827 !important;
  -webkit-text-fill-color: #111827 !important;
}

.vfrc-chat-input::placeholder {
  color: #6b7280 !important;
  opacity: 1 !important;
  -webkit-text-fill-color: #6b7280 !important;
}

img.vfrc-avatar {
  border-radius: 12.5% !important;
}
