#privacy-widget {
  background-color: #007bff;
  color: #fff;
  padding: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 9999;
  font-size: 14px;
}

#privacy-widget a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

#privacy-widget-close {
  border: none;
  background-color: #fff;
  color: #007bff;
  padding: 5px 10px;
  margin-top: 10px;
  cursor: pointer;
  font-size: 14px;
}
