#hi-cb {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0a1f44;
  color: #fff;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  z-index: 99999;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.5;
  box-shadow: 0 -2px 12px rgba(0,0,0,.25);
}
#hi-cb p {
  margin: 0;
  flex: 1 1 300px;
}
#hi-cb a {
  color: #7eb8ff;
  text-decoration: underline;
}
#hi-cb .hi-cb-btns {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
#hi-cb button {
  padding: 8px 18px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
}
#hi-cb .hi-cb-accept {
  background: #0047AB;
  color: #fff;
}
#hi-cb .hi-cb-decline {
  background: transparent;
  color: #ccc;
  border: 1px solid rgba(255,255,255,.35);
}
