.bcos-registration-help,
.bcos-registration-help * { box-sizing: border-box; }

.bcos-registration-help-active .cnb-single,
.bcos-registration-help-active .cnb-floating,
.bcos-registration-help-active .call-now-button { display: none !important; }

.bcos-registration-help {
  --bcos-help-edge: max(14px, env(safe-area-inset-right));
  position: fixed;
  z-index: 2147482000;
  right: var(--bcos-help-edge);
  bottom: max(88px, calc(70px + env(safe-area-inset-bottom)));
  display: flex;
  align-items: stretch;
  min-height: 52px;
  max-width: min(220px, calc(100vw - 28px));
  border: 1px solid #8eb6ce;
  border-radius: 14px;
  background: #fff;
  color: #10263d;
  box-shadow: 0 12px 30px rgba(7, 36, 61, .22);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  isolation: isolate;
  transition: box-shadow .15s ease, opacity .15s ease;
}

.bcos-registration-help[data-side="left"] {
  right: auto;
  left: max(14px, env(safe-area-inset-left));
}

.bcos-registration-help[data-positioned="true"] {
  top: var(--bcos-help-top);
  bottom: auto;
}

.bcos-registration-help__move {
  display: grid;
  place-items: center;
  width: 40px;
  min-width: 40px;
  min-height: 52px;
  margin: 0;
  padding: 0;
  border: 0;
  border-right: 1px solid #d5e1e9;
  border-radius: 13px 0 0 13px;
  background: #eaf7fe;
  color: #0b568a;
  cursor: grab;
  touch-action: none;
}

.bcos-registration-help__move:active { cursor: grabbing; }
.bcos-registration-help__move svg { width: 20px; height: 20px; fill: currentColor; pointer-events: none; }

.bcos-registration-help__links {
  display: grid;
  min-width: 132px;
  border-radius: 0 13px 13px 0;
  overflow: hidden;
}

.bcos-registration-help__contact {
  display: grid;
  align-content: center;
  min-width: 132px;
  min-height: 52px;
  padding: 7px 13px 8px;
  border-radius: 0 13px 13px 0;
  color: #0b568a !important;
  line-height: 1.12;
  text-decoration: none !important;
  text-shadow: none;
}

.bcos-registration-help__fallback {
  margin-top: -5px;
  padding: 0 13px 5px;
  color: #48687f !important;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}

.bcos-registration-help__email-options {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  padding: 7px 10px 9px;
  border-top: 1px solid #d5e1e9;
  background: #f8fbfd;
  color: #334f68;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
}
.bcos-registration-help__email-options[hidden] { display: none; }
.bcos-registration-help__email-options a,
.bcos-registration-help__email-options button {
  min-height: 25px;
  margin: 0;
  padding: 5px 7px;
  border: 1px solid #8eb6ce;
  border-radius: 7px;
  background: #fff;
  color: #075f97 !important;
  font: inherit;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
}
.bcos-registration-help__email-options small { min-height: 12px; color: #334f68; font-size: 9px; text-align: center; }

.bcos-registration-help__contact span { color: #334f68; font-size: 12px; font-weight: 750; }
.bcos-registration-help__contact strong { color: #075f97; font-size: 15px; font-weight: 900; }
.bcos-registration-help:hover { box-shadow: 0 16px 36px rgba(7, 36, 61, .28); }
.bcos-registration-help__contact:hover { background: #f4fbff; }
.bcos-registration-help__move:focus-visible,
.bcos-registration-help__contact:focus-visible,
.bcos-registration-help__fallback:focus-visible,
.bcos-registration-help__email-options a:focus-visible,
.bcos-registration-help__email-options button:focus-visible { outline: 3px solid #f4b942; outline-offset: 2px; }
.bcos-registration-help[data-dragging="true"] { opacity: .92; user-select: none; }
.bcos-registration-help[data-keyboard-open="true"] { display: none; }

@media (max-width: 767px), (pointer: coarse) {
  .bcos-registration-help {
    --bcos-help-edge: max(10px, env(safe-area-inset-right));
    bottom: max(92px, calc(74px + env(safe-area-inset-bottom)));
    min-height: 50px;
    max-width: calc(100vw - 20px);
  }
  .bcos-registration-help[data-side="left"] { left: max(10px, env(safe-area-inset-left)); }
  .bcos-registration-help__move { width: 42px; min-width: 42px; min-height: 50px; }
  .bcos-registration-help__links,
  .bcos-registration-help__contact { min-width: 126px; }
  .bcos-registration-help__contact { min-height: 50px; }
}

@media (prefers-reduced-motion: reduce) {
  .bcos-registration-help { transition: none; }
}
