#ccc-cookie-popup {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: white;
  border: 1px solid #ccc;
  padding: 15px;
  width: 400px;
  z-index: 9999;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  font-size: 14px;
}

#ccc-cookie-popup button {
  margin-top: 10px;
  padding: 6px 10px;
  font-size: 13px;
  cursor: pointer;
}

#ccc-cookie-popup a {
  color: #0073aa;
  text-decoration: underline;
  display: inline-block;
  margin-top: 5px;
}
