
    .cookie-box {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  max-width: 380px;
  background: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  font-family: Arial;
  font-size: 14px;
  line-height: 20px;
  display: none;
  z-index: 99999;
}

.cookie-box button {
  background: #2d7ef7;
  color: #fff;
  border: none;
  padding: 8px 15px;
  cursor: pointer;
  border-radius: 6px;
  margin-top: 10px;
  font-size: 14px;
  
}

.cookie-box a {
  color: #2d7ef7;
  text-decoration: underline;
  font-weight: bold;

 text-align: center;
}

