.cookie-notice {
  position: fixed; 
  bottom: 15px; 
  left: 50%; 
  transform: translateX(-50%);
  background: #fff; 
  padding: 10px 15px; 
  z-index: 9999; 
  font-size: 12px;
  max-width: 335px;
  display: none;
  width: 100%;
  border-radius: 50px;
  align-items: center;
  box-shadow: 0 0 19px rgba(0, 0, 0, .2);
  line-height: 1.2;
}
.cookie-notice-text {
  margin-right: 10px;
  color: #474747;
}
.cookie-notice-text a {
  text-decoration: underline; 
}
.accept-cookie {
  background: #fff; 
  color: #9f9a9a; 
  border: 1px solid #9f9a9a; 
  padding: 4px 7px;
  cursor: pointer;
  font-size: 12px;
}