#cn-cookie-banner {
  display: none;
}

.cn-cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1000px;
  width: 100%;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  padding: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 14px;
  z-index: 1000;
}
.cn-cookie-banner h2 {
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 10px;
}

.cn-cookie-banner p {
  margin: 0 0 10px;
  padding: 0;
  max-width: 100%!important;
}

.cn-cookie-banner a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}

.cn-cookie-banner a:hover {
  text-decoration: underline;
}

.cn-cookie-banner button {
  padding: 8px 16px;
  font-size: 14px;
  background-color: #000000;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}

.cn-cookie-banner button:hover {
  background-color: #2f3032;
}