.help-assistant { position: fixed; right: 22px; bottom: 22px; z-index: 1400; color: #2b2b2b; font-family: "Raleway", Arial, sans-serif; }
.help-assistant [hidden] { display: none !important; }
.help-assistant button, .help-assistant input { font: inherit; }
.help-assistant button { width: auto; height: auto; min-height: 0; position: static; margin: 0; line-height: normal; }
.help-assistant p, .help-assistant h2, .help-assistant h3 { width: auto; position: static; float: none; color: inherit; }
.help-assistant svg { position: static; inset: auto; z-index: auto; }
.help-assistant .help-assistant-launcher { appearance: none; width: 52px; height: 52px; min-width: 52px; min-height: 52px; position: relative; display: grid; place-items: center; margin: 0; padding: 0; overflow: visible; border: 2px solid #fff; border-radius: 50%; color: #fff !important; background: #027f48; box-shadow: 0 8px 28px rgba(20,45,36,.26); cursor: pointer; font-size: 0; line-height: 0; text-align: center; transition: transform .18s ease, background .18s ease; }
.help-assistant-launcher:hover, .help-assistant-launcher:focus-visible { background: #006d3d; transform: translateY(-2px); }
.help-assistant-launcher:focus-visible, .help-assistant button:focus-visible, .help-assistant input:focus-visible { outline: 3px solid #02ffd3; outline-offset: 2px; }
.help-assistant .help-assistant-launcher svg { width: 25px; height: 25px; position: static; inset: auto; z-index: auto; display: block; margin: 0; overflow: visible; color: #fff !important; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; transform: none; }
.help-assistant .help-assistant-launcher svg path { fill: none; stroke: currentColor; }
.help-assistant.is-open .help-assistant-launcher { visibility: hidden; pointer-events: none; }

.help-assistant-panel { width: min(400px, calc(100vw - 30px)); height: min(690px, calc(100vh - 112px)); position: absolute; right: 0; bottom: 0; display: grid; grid-template-rows: auto auto minmax(0, 1fr) auto auto; overflow: hidden; border: 1px solid rgba(43,43,43,.15); border-radius: 24px; background: #fff; box-shadow: 0 24px 65px rgba(11,48,35,.27); }
.help-assistant-header { min-height: 84px; display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 18px 19px 16px 22px; color: #fff; background: #027f48; }
.help-assistant-header > div > span { display: block; margin-bottom: 3px; color: #bbffca; font-size: 10px; font-weight: 800; letter-spacing: .13em; line-height: 1; text-transform: uppercase; }
.help-assistant-header h2 { margin: 0; color: #fff; font-family: "adapt-variable", "Adapt Compact", Arial, sans-serif; font-size: 25px; font-variation-settings: "wdth" 58, "wght" 800; font-weight: 800; letter-spacing: 0; line-height: 1; text-transform: uppercase; }
.help-assistant-header > button { width: 36px; height: 36px; flex: 0 0 auto; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; color: #fff; background: transparent; cursor: pointer; line-height: 1; }
.help-assistant-header > button:hover { color: #027f48; background: #bbffca; }
.help-assistant-minimize-icon { width: 14px; height: 2px; display: block; border-radius: 999px; background: currentColor; }
.help-assistant-trust { padding: 8px 18px; color: #075d45; background: rgba(187,255,202,.48); border-bottom: 1px solid rgba(2,127,72,.13); font-size: 10px; font-weight: 700; line-height: 1.35; text-align: center; }
.help-assistant-trust span { width: 17px; height: 17px; display: inline-grid; place-items: center; margin-right: 4px; color: #fff; background: #00a957; border-radius: 50%; font-size: 10px; }

.help-assistant-conversation { min-height: 0; overflow-x: hidden; overflow-y: auto; padding: 19px 17px 25px; background: #f6fbf8; scroll-behavior: smooth; }
.help-message { max-width: 89%; margin: 0 0 12px; border-radius: 16px; font-size: 13px; line-height: 1.5; }
.help-message p { margin: 0; }
.help-message-assistant { padding: 12px 14px; border: 1px solid rgba(43,43,43,.1); border-bottom-left-radius: 5px; background: #fff; }
.help-message-user { margin-left: auto; padding: 11px 14px; border-bottom-right-radius: 5px; color: #fff; background: #027f48; }
.help-message-answer { max-width: 96%; padding: 15px; border: 1px solid rgba(2,127,72,.2); border-left: 4px solid #00ca64; border-bottom-left-radius: 5px; background: #fff; box-shadow: 0 5px 15px rgba(20,45,36,.07); }
.help-message-category { display: block; margin-bottom: 6px; color: #027f48; font-size: 9px; font-weight: 900; letter-spacing: .12em; line-height: 1; text-transform: uppercase; }
.help-message-answer h3 { margin: 0 0 8px; color: #2b2b2b; font-family: "adapt-variable", "Adapt Compact", Arial, sans-serif; font-size: 18px; font-variation-settings: "wdth" 58, "wght" 800; font-weight: 800; letter-spacing: 0; line-height: 1.08; text-transform: none; }
.help-message-answer-copy { color: #394840; font-size: 12.5px; line-height: 1.52; }
.help-message-answer-copy a { color: #006d3d; font-weight: 800; text-underline-offset: 2px; }
.help-message-source { display: inline-block; margin-top: 10px; color: #027f48; font-size: 11px; font-weight: 800; text-decoration: none; }
.help-message-source:hover, .help-message-source:focus-visible { text-decoration: underline; text-underline-offset: 3px; }
.help-message-recommendation { border-left-color: #02ffd3; }
.help-message-recommendation .help-recommendation-summary { margin: 0 0 10px; padding: 8px 10px; border-radius: 8px; color: #075d45; background: #eaffef; font-size: 10.5px; font-weight: 800; line-height: 1.4; }
.help-message-recommendation .help-message-answer-copy { margin: 0; }
.help-recommendation-note { margin: 10px 0 0; color: rgba(43,43,43,.62); font-size: 10.5px; line-height: 1.45; }
.help-recommendation-action { margin-top: 12px; }
.help-message-recommendation-prompt { border-color: rgba(2,127,72,.22); }

.help-assistant-suggestions, .help-assistant-related { margin: 16px 0 5px; }
.help-assistant-suggestions > span, .help-assistant-related > span { display: block; margin: 0 0 7px 3px; color: rgba(43,43,43,.62); font-size: 9px; font-weight: 900; letter-spacing: .12em; line-height: 1; text-transform: uppercase; }
.help-assistant-suggestions > div, .help-assistant-related, .help-assistant-result-choices { display: grid; gap: 7px; }
.help-assistant-suggestions button, .help-assistant-related button, .help-assistant-result-choices button { width: 100%; padding: 10px 12px; border: 1px solid rgba(2,127,72,.24); border-radius: 10px; color: #075d45; background: #fff; cursor: pointer; font-size: 11.5px; font-weight: 750; line-height: 1.3; text-align: left; transition: border-color .15s ease, background .15s ease; }
.help-assistant-suggestions button:hover, .help-assistant-related button:hover, .help-assistant-result-choices button:hover { border-color: #00ca64; background: #eaffef; }
.help-assistant-suggestions button:disabled { color: rgba(43,43,43,.5); cursor: wait; }
.help-assistant-suggestions p { margin: 0; color: #744418; font-size: 12px; line-height: 1.4; }
.help-assistant-related { max-width: 96%; margin-bottom: 17px; }
.help-assistant-result-choices { max-width: 96%; margin: -4px 0 17px; }
.help-assistant-recommendation-choices { grid-template-columns: 1fr; margin-top: -5px; }
.help-assistant-topic-choices { grid-template-columns: 1fr 1fr; }

.help-assistant-form { display: grid; grid-template-columns: minmax(0, 1fr) 44px; gap: 8px; padding: 12px 14px 10px; border-top: 1px solid rgba(43,43,43,.12); background: #fff; }
.help-assistant-form input { min-width: 0; height: 44px; padding: 0 14px; border: 1px solid rgba(43,43,43,.24); border-radius: 12px; color: #2b2b2b; background: #fff; font-size: 13px; }
.help-assistant-form input::placeholder { color: rgba(43,43,43,.52); }
.help-assistant-form input:disabled { background: #f3f3f3; }
.help-assistant-form button { width: 44px; height: 44px; padding: 0; border: 0; border-radius: 12px; color: #fff; background: #027f48; cursor: pointer; font-size: 24px; line-height: 1; }
.help-assistant-form button:hover { background: #006d3d; }
.help-assistant-form button:disabled { opacity: .42; cursor: wait; }
.help-assistant-contact { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 4px 10px; padding: 0 14px 11px; color: rgba(43,43,43,.65); background: #fff; font-size: 12px; line-height: 1.3; text-align: center; }
.help-assistant-contact a { color: #027f48; font-weight: 800; text-underline-offset: 2px; }
.help-assistant-contact button { padding: 0; border: 0; color: #027f48; background: transparent; cursor: pointer; font-size: 12px; font-weight: 800; line-height: 1.3; text-decoration: underline; text-underline-offset: 2px; }
.help-assistant-contact small { flex-basis: 100%; color: rgba(43,43,43,.5); font-size: 12px; line-height: 1.25; }

@media (max-width: 520px) {
	.help-assistant { right: 12px; bottom: 12px; }
	.help-assistant .help-assistant-launcher { width: 48px; height: 48px; min-width: 48px; min-height: 48px; }
	.help-assistant-panel { width: calc(100vw - 24px); height: min(680px, calc(100dvh - 24px)); max-height: calc(100dvh - 24px); border-radius: 20px; }
	.help-assistant-header { min-height: 76px; padding: 15px 15px 14px 18px; }
	.help-assistant-header h2 { font-size: 23px; }
	.help-assistant-conversation { padding: 16px 13px 20px; }
}

@media (prefers-reduced-motion: reduce) {
	.help-assistant *, .help-assistant *::before, .help-assistant *::after { scroll-behavior: auto !important; transition: none !important; }
}
