/* Dean McDonnell — chatbot theme (site ink / sky palette) */

.ChatbotRoot {
  font-family: "Source Sans 3", "Segoe UI", system-ui, sans-serif;
}

.ChatbotLauncher {
  background: linear-gradient(180deg, #2f6f94 0%, #1e4f6e 100%);
  box-shadow: 0 10px 26px rgba(10, 22, 40, 0.28);
  border-radius: 50%;
  color: #ffffff;
}

.ChatbotLauncher i {
  display: inline-block;
  font-size: 21px;
  line-height: 1;
  color: #ffffff;
}

.ChatbotHubNewBtnIcon {
  background: linear-gradient(180deg, #2f6f94 0%, #1e4f6e 100%);
  color: #ffffff;
  border-radius: 10px;
}

.ChatbotHubNewBtnIcon i {
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
}

.ChatbotPanel {
  background: #f4f7fa;
  border: 1px solid rgba(10, 22, 40, 0.12);
  border-radius: 4px;
  box-shadow: 0 18px 48px rgba(10, 22, 40, 0.22);
  color: #152338;
}

.ChatbotHeader {
  background: #0a1628;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ChatbotTitle {
  font-family: "Bricolage Grotesque", "Source Sans 3", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.ChatbotHeaderButton {
  color: #c5d9e6;
  background: transparent;
  border: 1px solid rgba(197, 217, 230, 0.35);
}

.ChatbotHeaderButton:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.ChatbotHubIntro,
.ChatbotHubView,
.ChatbotMessages {
  background: #f4f7fa;
}

.ChatbotHubNewBtn {
  background: #ffffff;
  border: 1px solid rgba(10, 22, 40, 0.12);
  color: #0a1628;
  border-radius: 2px;
}

.ChatbotHubNewBtn:hover {
  border-color: #2f6f94;
  background: rgba(47, 111, 148, 0.06);
}

.ChatbotHubNewBtnLabel,
.ChatbotOptionButton {
  font-family: "Bricolage Grotesque", "Source Sans 3", sans-serif;
  font-weight: 600;
}

.ChatbotOptionButton {
  background: #ffffff;
  border: 1.5px solid rgba(10, 22, 40, 0.2);
  color: #0a1628;
  border-radius: 2px;
}

.ChatbotOptionButton:hover {
  background: #0a1628;
  border-color: #0a1628;
  color: #ffffff;
}

.ChatbotMessageUser .ChatbotBubble {
  background: #0a1628;
  color: #ffffff;
  border-radius: 10px 10px 2px 10px;
}

.ChatbotMessageAssistant .ChatbotBubble {
  background: #ffffff;
  color: #152338;
  border: 1px solid rgba(10, 22, 40, 0.1);
  border-radius: 10px 10px 10px 2px;
}

.ChatbotComposer {
  background: #ffffff;
  border-top: 1px solid rgba(10, 22, 40, 0.1);
}

.ChatbotSend,
#ChatbotSend {
  background: #0a1628 !important;
  color: #ffffff !important;
  border-radius: 2px !important;
}

.ChatbotSend:hover,
#ChatbotSend:hover {
  background: #1e4f6e !important;
}

.ChatbotInput,
#ChatbotInput {
  border: 1px solid rgba(10, 22, 40, 0.18) !important;
  border-radius: 2px !important;
  color: #0a1628;
}

.ChatbotInput:focus,
#ChatbotInput:focus {
  border-color: #2f6f94 !important;
  outline: none;
  box-shadow: 0 0 0 3px rgba(47, 111, 148, 0.15);
}

.ChatbotToolButton {
  color: #1e4f6e;
}

.ChatbotHelpfulBtn--yes {
  background: #0a1628;
  color: #fff;
}

.ChatbotHelpfulBtn--no {
  border-color: rgba(10, 22, 40, 0.25);
  color: #0a1628;
}

.ChatbotTyping span {
  background: #2f6f94;
}

.ChatbotHoneypot {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.ChatbotChallengeBox {
  margin: 0.65rem 0.85rem 0.35rem;
  padding: 0.85rem 0.95rem;
  border: 1px solid rgba(61, 138, 184, 0.22);
  border-radius: 12px;
  background: linear-gradient(180deg, #f7fbfd 0%, #ffffff 100%);
  box-shadow: 0 8px 18px rgba(30, 79, 110, 0.06);
}

.ChatbotChallengeText {
  margin: 0 0 0.65rem;
  font-family: "Bricolage Grotesque", "Source Sans 3", sans-serif;
  font-weight: 700;
  color: #0a1628;
  font-size: 0.95rem;
}

.ChatbotChallengeLabel {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.9rem;
  color: #152338;
  margin-bottom: 0.7rem;
  cursor: pointer;
}

.ChatbotChallengeSubmit {
  border: none;
  border-radius: 10px;
  padding: 0.5rem 0.95rem;
  background: linear-gradient(180deg, #3d8ab8 0%, #1e4f6e 100%);
  color: #fff;
  font-family: "Bricolage Grotesque", "Source Sans 3", sans-serif;
  font-weight: 600;
  cursor: pointer;
}

.ChatbotChallengeSubmit:hover {
  filter: brightness(1.05);
}

.ChatbotTurnstileHost {
  min-height: 65px;
}
