/* Support Center Runtime 0.3.4
 * The widget owns its visual system. The deliberately scoped selectors keep
 * Astra and Site Bridge's global button/input contract from restyling it.
 */
.goh-support-root,
.goh-support-root * {
  box-sizing: border-box;
}

.goh-support-root {
  color: #1d1d1f;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45;
}

html body .goh-support-root[data-goh-support-root] button.goh-support-launcher {
  position: fixed;
  z-index: 99998;
  right: auto;
  bottom: 24px;
  left: 24px;
  display: inline-flex;
  width: auto;
  min-width: 0;
  min-height: 0;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 0;
  border-radius: 999px;
  background: var(--goh-support-primary, #0071e3);
  color: #fff;
  padding: 11px 15px;
  box-shadow: 0 14px 26px color-mix(in srgb, var(--goh-support-primary, #0071e3) 24%, transparent);
  font-family: inherit;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  cursor: pointer;
  appearance: none;
  transform: none;
}

html body .goh-support-root[data-position="bottom-right"] button.goh-support-launcher {
  right: 24px;
  left: auto;
}

html body .goh-support-root[data-chat-launcher="tab"] button.goh-support-launcher {
  border-radius: 14px 14px 0 0;
}

html body .goh-support-root[data-button-style="rounded"] button.goh-support-launcher,
html body .goh-support-root[data-button-style="rounded"] button.goh-submit,
html body .goh-support-root[data-button-style="rounded"] button.goh-presale-cta {
  border-radius: 12px;
}

html body .goh-support-root[data-button-style="soft"] button.goh-support-launcher,
html body .goh-support-root[data-button-style="soft"] button.goh-submit,
html body .goh-support-root[data-button-style="soft"] button.goh-presale-cta {
  border-color: transparent;
  background: color-mix(in srgb, var(--goh-support-primary, #0071e3) 11%, #fff);
  color: var(--goh-support-primary, #0071e3);
  box-shadow: none;
}

html body .goh-support-root[data-goh-support-root] button.goh-support-launcher:hover,
html body .goh-support-root[data-goh-support-root] button.goh-support-launcher:focus-visible,
html body .goh-support-root[data-goh-support-root] button.goh-submit:hover,
html body .goh-support-root[data-goh-support-root] button.goh-submit:focus-visible,
html body .goh-support-root[data-goh-support-root] button.goh-presale-cta:hover,
html body .goh-support-root[data-goh-support-root] button.goh-presale-cta:focus-visible {
  border-color: transparent;
  background: color-mix(in srgb, var(--goh-support-primary, #0071e3) 88%, #111);
  color: #fff;
  transform: none;
}

html body .goh-support-root[data-goh-support-root] button:focus-visible,
html body .goh-support-root[data-goh-support-root] a:focus-visible,
html body .goh-support-root[data-goh-support-root] input:focus-visible,
html body .goh-support-root[data-goh-support-root] select:focus-visible,
html body .goh-support-root[data-goh-support-root] textarea:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--goh-support-primary, #0071e3) 22%, transparent);
  outline-offset: 2px;
}

html body .goh-support-root[data-goh-support-root] .goh-support-panel {
  position: fixed;
  z-index: 99999;
  right: auto;
  bottom: 82px;
  left: 24px;
  display: none;
  width: min(calc(100vw - 32px), var(--goh-support-width, 360px));
  max-height: min(720px, calc(100vh - 120px));
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid rgba(29, 29, 31, .10);
  border-radius: var(--goh-support-radius, 18px);
  background: #fff;
  color: #1d1d1f;
  box-shadow: 0 18px 38px rgba(0, 0, 0, .10);
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  scrollbar-color: var(--goh-support-primary, #0071e3) color-mix(in srgb, var(--goh-support-primary, #0071e3) 8%, transparent);
  scrollbar-width: thin;
}

html body .goh-support-root[data-goh-support-root] .goh-support-panel.is-open {
  display: block;
}

html body .goh-support-root[data-position="bottom-right"] .goh-support-panel {
  right: 24px;
  left: auto;
}

html body .goh-support-root[data-chat-layout="compact"] .goh-support-panel,
html body .goh-support-root[data-surface="flat"] .goh-support-panel {
  box-shadow: none;
}

html body .goh-support-root[data-surface="tinted"] .goh-support-panel {
  background: linear-gradient(180deg, color-mix(in srgb, var(--goh-support-primary, #0071e3) 4%, #fff), #fff);
}

.goh-support-root .goh-support-panel::-webkit-scrollbar {
  width: 8px;
}

.goh-support-root .goh-support-panel::-webkit-scrollbar-track {
  border-radius: 999px;
  background: color-mix(in srgb, var(--goh-support-primary, #0071e3) 8%, transparent);
}

.goh-support-root .goh-support-panel::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: var(--goh-support-primary, #0071e3);
}

.goh-support-root .goh-support-panel::-webkit-scrollbar-thumb:hover {
  background: color-mix(in srgb, var(--goh-support-primary, #0071e3) 82%, #1d1d1f);
}

.goh-support-root .goh-support-head {
  position: relative;
  display: flex;
  min-height: 86px;
  align-items: flex-end;
  gap: 12px;
  overflow: hidden;
  padding: 15px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--goh-support-primary, #0071e3) 12%, #fff), #fff);
  background-position: center;
  background-size: cover;
}

.goh-support-root[data-chat-header="plain"] .goh-support-head {
  min-height: auto;
  align-items: center;
  border-bottom: 1px solid rgba(29, 29, 31, .08);
  background: #fff;
}

.goh-support-root[data-chat-header="image"] .goh-support-head {
  min-height: 132px;
  color: #fff;
}

.goh-support-root[data-chat-header="image"] .goh-support-head::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .48));
  content: "";
  pointer-events: none;
}

.goh-support-root[data-chat-header="image"] .goh-support-avatar,
.goh-support-root[data-chat-header="image"] .goh-support-heading {
  position: relative;
}

.goh-support-root .goh-support-avatar {
  display: grid;
  width: 72px;
  min-width: 72px;
  height: 42px;
  flex: 0 0 72px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 15px;
  background: var(--goh-support-primary, #0071e3) center/cover no-repeat;
  color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
}

.goh-support-root .goh-support-avatar.has-image {
  width: 42px;
  min-width: 42px;
  flex-basis: 42px;
}

.goh-support-root .goh-support-heading {
  min-width: 0;
}

html body .goh-support-root[data-goh-support-root] .goh-support-heading h3 {
  margin: 0;
  color: #1d1d1f;
  font-family: inherit;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -.02em;
}

html body .goh-support-root[data-goh-support-root] .goh-support-heading p {
  margin: 4px 0 0;
  color: #5f6672;
  font-family: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

.goh-support-root[data-chat-header="image"] .goh-support-heading h3,
.goh-support-root[data-chat-header="image"] .goh-support-heading p {
  color: #fff;
}

.goh-support-root .goh-support-body {
  display: grid;
  gap: 11px;
  padding: 14px;
  background: #fff;
}

.goh-support-root[data-chat-background="tinted"] .goh-support-body {
  background: color-mix(in srgb, var(--goh-support-primary, #0071e3) 7%, #fff);
}

.goh-support-root[data-chat-background="dark"] .goh-support-body {
  background: linear-gradient(180deg, #1d1d1f, #2f3642);
  color: #fff;
}

html body .goh-support-root[data-goh-support-root] p.goh-support-intro {
  margin: 0;
  color: #475467;
  font-family: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.55;
}

.goh-support-root[data-chat-background="dark"] p.goh-support-intro {
  color: #f5f5f7;
}

.goh-support-root .goh-topic-list {
  display: grid;
  gap: 9px;
}

html body .goh-support-root[data-goh-support-root] button.goh-topic {
  display: grid;
  width: 100%;
  min-width: 0;
  min-height: 0;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  margin: 0;
  border: 1px solid color-mix(in srgb, var(--goh-support-primary, #0071e3) 23%, rgba(29, 29, 31, .10));
  border-radius: 14px;
  background: color-mix(in srgb, var(--goh-support-primary, #0071e3) 6%, #fff);
  color: #1d1d1f;
  padding: 10px 11px;
  box-shadow: none;
  font: inherit;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  cursor: pointer;
  appearance: none;
  transform: none;
}

html body .goh-support-root[data-goh-support-root] button.goh-topic:hover,
html body .goh-support-root[data-goh-support-root] button.goh-topic:focus-visible,
html body .goh-support-root[data-goh-support-root] button.goh-topic.is-active {
  border-color: var(--goh-support-primary, #0071e3);
  background: color-mix(in srgb, var(--goh-support-primary, #0071e3) 9%, #fff);
  color: #1d1d1f;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--goh-support-primary, #0071e3) 12%, transparent);
  transform: none;
}

html body .goh-support-root[data-goh-support-root] button.goh-topic:nth-child(2) {
  border-color: color-mix(in srgb, var(--goh-support-accent, #30d158) 32%, rgba(29, 29, 31, .10));
  background: linear-gradient(180deg, color-mix(in srgb, var(--goh-support-accent, #30d158) 8%, #fff), #fff);
}

html body .goh-support-root[data-goh-support-root] button.goh-topic:nth-child(2):hover,
html body .goh-support-root[data-goh-support-root] button.goh-topic:nth-child(2):focus-visible,
html body .goh-support-root[data-goh-support-root] button.goh-topic:nth-child(2).is-active {
  border-color: var(--goh-support-accent, #30d158);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--goh-support-accent, #30d158) 12%, transparent);
}

.goh-support-root .goh-topic-icon {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 10px;
  background: color-mix(in srgb, var(--goh-support-primary, #0071e3) 13%, #fff);
  color: var(--goh-support-primary, #0071e3);
}

.goh-support-root button.goh-topic:nth-child(2) .goh-topic-icon {
  background: color-mix(in srgb, var(--goh-support-accent, #30d158) 15%, #fff);
  color: color-mix(in srgb, var(--goh-support-accent, #30d158) 70%, #1d1d1f);
}

.goh-support-root .goh-topic-icon svg {
  display: block;
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

html body .goh-support-root[data-goh-support-root] .goh-topic b {
  display: block;
  color: #1d1d1f;
  font-family: inherit;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
}

html body .goh-support-root[data-goh-support-root] .goh-topic > span > span {
  display: block;
  margin-top: 3px;
  color: #667085;
  font-family: inherit;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.35;
}

html body .goh-support-root[data-chat-bubble="outline"] button.goh-topic {
  border-color: color-mix(in srgb, var(--goh-support-primary, #0071e3) 44%, rgba(29, 29, 31, .12));
  background: #fff;
}

html body .goh-support-root[data-chat-bubble="filled"] button.goh-topic {
  border-color: var(--goh-support-primary, #0071e3);
  background: var(--goh-support-primary, #0071e3);
  color: #fff;
}

html body .goh-support-root[data-chat-bubble="filled"] button.goh-topic:nth-child(2) {
  border-color: var(--goh-support-accent, #30d158);
  background: var(--goh-support-accent, #30d158);
}

html body .goh-support-root[data-chat-bubble="filled"] .goh-topic b,
html body .goh-support-root[data-chat-bubble="filled"] .goh-topic > span > span {
  color: #fff;
}

.goh-support-root .goh-faq {
  display: grid;
  gap: 7px;
  border-top: 1px solid rgba(29, 29, 31, .08);
  padding-top: 10px;
}

html body .goh-support-root[data-goh-support-root] .goh-faq > strong {
  color: var(--goh-support-primary, #0071e3);
  font-family: inherit;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
}

html body .goh-support-root[data-goh-support-root] .goh-faq details {
  margin: 0;
  border: 1px solid rgba(29, 29, 31, .10);
  border-radius: 12px;
  background: #fff;
  color: #1d1d1f;
  padding: 8px 10px;
}

html body .goh-support-root[data-goh-support-root] .goh-faq summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  color: #1d1d1f;
  font-family: inherit;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}

.goh-support-root .goh-faq summary::-webkit-details-marker {
  display: none;
}

.goh-support-root .goh-faq summary::after {
  flex: 0 0 auto;
  color: #1d1d1f;
  content: "+";
}

.goh-support-root .goh-faq details[open] summary::after {
  content: "×";
}

html body .goh-support-root[data-goh-support-root] .goh-faq details p {
  margin: 5px 0 0;
  color: #667085;
  font-family: inherit;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.42;
}

.goh-support-root.has-active-topic .goh-faq {
  display: none;
}

html body .goh-support-root[data-goh-support-root] .goh-faq a,
html body .goh-support-root[data-goh-support-root] .goh-support-body > a {
  justify-self: start;
  color: var(--goh-support-primary, #0071e3);
  font-family: inherit;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.4;
  text-decoration: none;
}

.goh-support-root .goh-presale-step,
.goh-support-root .goh-support-form {
  display: grid;
  gap: 8px;
  border-top: 1px solid rgba(29, 29, 31, .08);
  padding-top: 10px;
}

.goh-support-root .goh-presale-step[hidden],
.goh-support-root .goh-support-form[hidden] {
  display: none !important;
}

.goh-support-root .goh-support-form.is-sent > :not(.goh-success) {
  display: none !important;
}

.goh-support-root .goh-support-step {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.goh-support-root .goh-support-step b {
  color: #1d1d1f;
  font-size: 12px;
  font-weight: 900;
}

html body .goh-support-root[data-goh-support-root] button.goh-support-back {
  width: auto;
  min-width: 0;
  min-height: 0;
  margin: 0;
  border: 1px solid color-mix(in srgb, var(--goh-support-primary, #0071e3) 24%, transparent);
  border-radius: 999px;
  background: #fff;
  color: var(--goh-support-primary, #0071e3);
  padding: 6px 9px;
  box-shadow: none;
  font-family: inherit;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: none;
  cursor: pointer;
  transform: none;
}

html body .goh-support-root[data-goh-support-root] button.goh-support-back:hover,
html body .goh-support-root[data-goh-support-root] button.goh-support-back:focus-visible {
  border-color: var(--goh-support-primary, #0071e3);
  background: color-mix(in srgb, var(--goh-support-primary, #0071e3) 7%, #fff);
  color: var(--goh-support-primary, #0071e3);
  transform: none;
}

.goh-support-root .goh-field {
  display: grid;
  gap: 5px;
}

html body .goh-support-root[data-goh-support-root] .goh-field > label:first-child {
  display: block;
  margin: 0;
  color: #667085;
  font-family: inherit;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.4;
}

html body .goh-support-root[data-goh-support-root] .goh-field input:not([type="file"]),
html body .goh-support-root[data-goh-support-root] .goh-field select,
html body .goh-support-root[data-goh-support-root] .goh-field textarea {
  width: 100%;
  min-width: 0;
  min-height: 36px;
  margin: 0;
  border: 1px solid rgba(29, 29, 31, .12);
  border-radius: 12px;
  background: #f8f9fb;
  color: #1d1d1f;
  padding: 8px 10px;
  box-shadow: none;
  font-family: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  outline: 0;
}

html body .goh-support-root[data-goh-support-root] .goh-field textarea {
  min-height: 86px;
  resize: vertical;
}

.goh-support-root .goh-custom-select {
  position: relative;
  width: 100%;
}

html body .goh-support-root[data-goh-support-root] .goh-field select.goh-select-native {
  position: absolute !important;
  width: 1px !important;
  min-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

html body .goh-support-root[data-goh-support-root] button.goh-select-trigger {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 0;
  min-height: 36px;
  margin: 0;
  border: 1px solid rgba(29, 29, 31, .12);
  border-radius: 12px;
  background: #f8f9fb;
  color: #1d1d1f;
  padding: 8px 34px 8px 10px;
  box-shadow: none;
  font-family: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  cursor: pointer;
  appearance: none;
  transform: none;
}

html body .goh-support-root[data-goh-support-root] button.goh-select-trigger::after {
  position: absolute;
  top: 50%;
  right: 13px;
  width: 7px;
  height: 7px;
  border-right: 2px solid var(--goh-support-primary, #0071e3);
  border-bottom: 2px solid var(--goh-support-primary, #0071e3);
  content: "";
  transform: translateY(-70%) rotate(45deg);
  transition: transform .16s ease;
}

html body .goh-support-root[data-goh-support-root] .goh-custom-select.is-open button.goh-select-trigger,
html body .goh-support-root[data-goh-support-root] button.goh-select-trigger:focus-visible {
  border-color: var(--goh-support-primary, #0071e3);
  background: #fff;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--goh-support-primary, #0071e3) 12%, transparent);
  outline: 0;
}

html body .goh-support-root[data-goh-support-root] .goh-custom-select.is-open button.goh-select-trigger::after {
  transform: translateY(-25%) rotate(225deg);
}

.goh-support-root .goh-select-menu {
  position: absolute;
  z-index: 40;
  top: calc(100% + 6px);
  right: 0;
  left: 0;
  max-height: 220px;
  overflow-y: auto;
  border: 1px solid color-mix(in srgb, var(--goh-support-primary, #0071e3) 28%, rgba(29, 29, 31, .12));
  border-radius: 12px;
  background: #fff;
  padding: 5px;
  box-shadow: 0 16px 36px rgba(29, 29, 31, .16);
  scrollbar-color: var(--goh-support-primary, #0071e3) transparent;
  scrollbar-width: thin;
}

.goh-support-root .goh-select-menu[hidden] {
  display: none !important;
}

html body .goh-support-root[data-goh-support-root] button.goh-select-option {
  display: block;
  width: 100%;
  min-height: 0;
  margin: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #1d1d1f;
  padding: 8px 10px;
  box-shadow: none;
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  cursor: pointer;
  appearance: none;
  transform: none;
}

html body .goh-support-root[data-goh-support-root] button.goh-select-option:hover,
html body .goh-support-root[data-goh-support-root] button.goh-select-option:focus-visible,
html body .goh-support-root[data-goh-support-root] button.goh-select-option.is-selected {
  background: color-mix(in srgb, var(--goh-support-primary, #0071e3) 10%, #fff);
  color: var(--goh-support-primary, #0071e3);
  outline: 0;
  transform: none;
}

html body .goh-support-root[data-goh-support-root] button.goh-select-option.is-selected {
  font-weight: 800;
}

html body .goh-support-root[data-goh-support-root] button.goh-select-option.is-placeholder:not(.is-selected) {
  color: #667085;
}

html body .goh-support-root[data-goh-support-root] .goh-field input:focus,
html body .goh-support-root[data-goh-support-root] .goh-field select:focus,
html body .goh-support-root[data-goh-support-root] .goh-field textarea:focus {
  border-color: var(--goh-support-primary, #0071e3);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--goh-support-primary, #0071e3) 12%, transparent);
}

html body .goh-support-root[data-goh-support-root] .goh-field > small {
  margin: -1px 0 0;
  color: #667085;
  font-family: inherit;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.35;
}

html body .goh-support-root[data-goh-support-root] label.goh-file {
  position: relative;
  display: grid;
  min-height: 54px;
  place-items: center;
  margin: 0;
  border: 1px dashed color-mix(in srgb, var(--goh-support-accent, #30d158) 32%, rgba(29, 29, 31, .12));
  border-radius: 12px;
  background: color-mix(in srgb, var(--goh-support-accent, #30d158) 7%, #fff);
  color: color-mix(in srgb, var(--goh-support-accent, #30d158) 70%, #1d1d1f);
  padding: 9px 11px;
  cursor: pointer;
}

.goh-support-root .goh-file input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: .01;
  pointer-events: none;
}

.goh-support-root .goh-file > span {
  display: grid;
  justify-items: center;
  gap: 3px;
  text-align: center;
}

.goh-support-root .goh-file b {
  font-size: 12px;
  font-weight: 900;
}

.goh-support-root .goh-file small {
  color: #667085;
  font-size: 11px;
  font-weight: 700;
}

html body .goh-support-root[data-goh-support-root] button.goh-submit,
html body .goh-support-root[data-goh-support-root] button.goh-presale-cta {
  justify-self: start;
  width: auto;
  min-width: 0;
  min-height: 0;
  margin: 0;
  border: 0;
  border-radius: 999px;
  background: var(--goh-support-primary, #0071e3);
  color: #fff;
  padding: 9px 13px;
  box-shadow: none;
  font-family: inherit;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  cursor: pointer;
  appearance: none;
  transform: none;
}

html body .goh-support-root[data-goh-support-root] button.goh-submit:disabled {
  opacity: .58;
  cursor: wait;
}

.goh-support-root .goh-success,
.goh-support-root .goh-error {
  display: none;
  border-radius: 13px;
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 800;
}

.goh-support-root .goh-success.is-visible,
.goh-support-root .goh-error.is-visible {
  display: block;
}

.goh-support-root .goh-success {
  border-left: 4px solid var(--goh-support-accent, #30d158);
  background: color-mix(in srgb, var(--goh-support-accent, #30d158) 13%, #fff);
  color: #176b36;
}

.goh-support-root .goh-error {
  background: #fff1f0;
  color: #b42318;
}

.goh-support-root[data-chat-background="dark"] .goh-support-step b,
.goh-support-root[data-chat-background="dark"] .goh-field > label:first-child,
.goh-support-root[data-chat-background="dark"] .goh-field > small {
  color: #f5f5f7;
}

.goh-support-root[data-density="compact"] .goh-support-head {
  min-height: 72px;
  padding: 12px;
}

.goh-support-root[data-density="compact"] .goh-support-body {
  gap: 8px;
  padding: 11px;
}

@media (max-width: 640px) {
  html body .goh-support-root[data-goh-support-root] button.goh-support-launcher {
    right: auto;
    bottom: 16px;
    left: 16px;
  }

  html body .goh-support-root[data-position="bottom-right"] button.goh-support-launcher {
    right: 16px;
    left: auto;
  }

  html body .goh-support-root[data-goh-support-root] .goh-support-panel,
  html body .goh-support-root[data-position="bottom-right"] .goh-support-panel {
    right: 12px;
    bottom: 74px;
    left: 12px;
    width: auto;
  }
}
