/********************\
   Variables
\********************/
/********************\
   Bella AI (BettyBot widget)
\********************/
betty-bot.bella-ai {
  display: block;
  max-width: 960px;
  margin: 0 auto;
  font-family: "Open Sans", sans-serif;
}

.bella-ai-block .container {
  max-width: 960px;
}

betty-bot.bella-ai .questionRow {
  padding-left: 5%;
  padding-right: 5%;
}
@media (min-width: 768px) {
  betty-bot.bella-ai .questionRow {
    padding-left: 10%;
    padding-right: 10%;
  }
}
betty-bot.bella-ai .chatBubble {
  background-color: #F0F2F3;
  border-color: rgba(39, 51, 61, 0.12);
  border-radius: 6px;
}
betty-bot.bella-ai .chatBubbleText {
  padding: 20px 24px !important;
  color: #27333D;
  font-size: 16px;
  line-height: 1.6;
  text-align: start;
}
betty-bot.bella-ai .chatBubbleText p,
betty-bot.bella-ai .chatBubbleText ul,
betty-bot.bella-ai .chatBubbleText ol {
  margin: 0 0 1em;
}
betty-bot.bella-ai .chatBubbleText p:last-child,
betty-bot.bella-ai .chatBubbleText ul:last-child,
betty-bot.bella-ai .chatBubbleText ol:last-child {
  margin-bottom: 0;
}
betty-bot.bella-ai .chatBubbleText ul,
betty-bot.bella-ai .chatBubbleText ol {
  padding-left: 1.35em;
}
betty-bot.bella-ai .chatBubbleText li {
  margin-bottom: 0.35em;
}
betty-bot.bella-ai .chatBubbleText h1,
betty-bot.bella-ai .chatBubbleText h2,
betty-bot.bella-ai .chatBubbleText h3,
betty-bot.bella-ai .chatBubbleText h4 {
  margin: 0 0 0.75em;
  color: #27333D;
  font-family: "Ubuntu", sans-serif;
}
betty-bot.bella-ai .chatBubbleText a {
  color: #047CC0;
}
betty-bot.bella-ai .chatBubbleText a:hover, betty-bot.bella-ai .chatBubbleText a:focus {
  color: #009BA4;
}
betty-bot.bella-ai .referencesDiv {
  padding: 14px 24px !important;
  background-color: #F9F9F9;
}
betty-bot.bella-ai .chatButtons {
  padding: 12px 24px 18px !important;
}
betty-bot.bella-ai textarea.form-control {
  padding: 12px 16px !important;
  line-height: 1.5;
}
betty-bot.bella-ai #input-group {
  display: flex;
  align-items: center;
  gap: 6px;
}
betty-bot.bella-ai #input {
  margin: 0;
}
betty-bot.bella-ai #btnSend,
betty-bot.bella-ai #downloadChat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  margin: 0 !important;
  padding: 0 !important;
  top: auto !important;
}
betty-bot.bella-ai .sendButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2px;
}

.bella-ai__hero {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 24px 16px;
  max-width: 720px;
  margin: 0 auto;
}

.bella-ai .bella-ai__avatar,
.bella-ai__avatar {
  width: 80px !important;
  height: 80px !important;
  max-width: 80px !important;
  object-fit: contain;
  flex-shrink: 0;
}

.bella-ai__hero-text {
  flex: 1;
  min-width: 0;
  text-align: left;
}

.bella-ai__hero h3 {
  margin: 0 0 12px;
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #27333D;
  text-align: left;
}

.bella-ai__sample-questions {
  display: flex !important;
  flex-flow: row wrap;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
}

.bella-ai__sample-questions > * {
  display: inline-flex !important;
  width: auto !important;
  flex: 0 0 auto !important;
}

.bella-ai .static-question {
  display: inline-flex !important;
  align-items: center;
  width: auto !important;
  padding: 8px 14px;
  background: #F0F2F3;
  border: 1px solid #009BA4;
  border-radius: 999px;
  color: #27333D;
  font-size: 14px;
  line-height: 1.3;
  cursor: pointer;
  transition: all 0.2s ease;
}
.bella-ai .static-question:hover {
  background: #009BA4;
  color: #fff;
}

.bella-ai .icons {
  color: #009BA4 !important;
}

@media (max-width: 576px) {
  .bella-ai__hero {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    padding: 16px;
  }
  .bella-ai .bella-ai__avatar,
  .bella-ai__avatar {
    width: 64px !important;
    height: 64px !important;
    max-width: 64px !important;
  }
  betty-bot.bella-ai .chatBubbleText {
    padding: 16px 18px !important;
  }
}
.ask-bella-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-right: 18px;
  padding: 0;
  background: transparent;
  border: 0;
  color: #546776;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.ask-bella-btn:hover, .ask-bella-btn:focus {
  color: #009BA4;
  text-decoration: none;
}
.ask-bella-btn:focus-visible {
  outline: 2px solid #047CC0;
  outline-offset: 2px;
}

.ask-bella-btn__icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background-color: #546776;
  -webkit-mask: url("/images/bellaai/bear-avatar.png") no-repeat center/contain;
  mask: url("/images/bellaai/bear-avatar.png") no-repeat center/contain;
  transition: background-color 0.2s ease;
}

.ask-bella-btn:hover .ask-bella-btn__icon,
.ask-bella-btn:focus .ask-bella-btn__icon {
  background-color: #009BA4;
}

@media (max-width: 576px) {
  .ask-bella-btn {
    margin-right: 10px;
  }
  .ask-bella-btn__label {
    display: none;
  }
}
.ask-bella-btn__logo {
  display: block;
  width: auto;
  height: 32px;
  max-width: 180px;
  object-fit: contain;
}