
.cc-window {
  z-index: 10000;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  color: #fff;
  padding: 20px;
  font-family: sans-serif;
  font-size: 14px;
}
.cc-compliance button {
  background: #f1d600;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: bold;
  margin-right: 10px;
}
