/* Injected styles for GA bridge button — не трогает бандл dist. */
.taxra-ga-bridge {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 4px;
  width: 100%;
}
.taxra-ga-bridge__divider {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #94a3b8;
  font-size: 11px;
}
.taxra-ga-bridge__divider::before,
.taxra-ga-bridge__divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e2e8f0;
}
.taxra-ga-bridge__btn {
  width: 100%;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #cbd5e1;
  background: #fff;
  color: #0f172a;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.12s ease, border-color 0.12s ease;
}
.taxra-ga-bridge__btn:hover:not(:disabled) {
  background: #f8fafc;
  border-color: #94a3b8;
}
.taxra-ga-bridge__btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
.taxra-ga-bridge__hint {
  font-size: 11px;
  color: #94a3b8;
  text-align: center;
  line-height: 1.4;
}
.taxra-ga-bridge__hint--err {
  color: #b91c1c;
}
