.chatcove-head { position: relative; }
.ccp-tools { margin-left: auto; display: flex; gap: 2px; }
.ccp-btn {
  border: none;
  background: rgba(255, 255, 255, .15);
  color: #fff;
  border-radius: 6px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  font-size: 13px;
  line-height: 1;
}
.ccp-btn:hover { background: rgba(255, 255, 255, .3); }

.ccp-consent {
  background: #fff;
  border: 1px solid #e4e6ef;
  border-radius: 12px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13px;
  line-height: 1.45;
}
.ccp-consent a { color: #6d28d9; }
.ccp-accept {
  align-self: flex-start;
  border: none;
  background: #6d28d9;
  color: #fff;
  border-radius: 8px;
  padding: 7px 16px;
  cursor: pointer;
}
