.cookieseu-portlet {
  margin: 0 !important;
}
.cookieseu-portlet .privacy-info-message {
  background-color: #fff;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0;
  padding: 15px;
  max-height: 90%;
  max-height: calc(100vh - 2em);
  overflow-y: auto;
  z-index: 10500;
  color: #000;
  border-top: 2px solid;
}
.cookieseu-portlet .privacy-policy-container {
  margin: 0;
}
.cookieseu-portlet .privacy-back {
  height: 100%;
  height: 100vh;
  z-index: 10400;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.cookieseu-portlet .portlet-title {
  display: none;
}
.cookieseu-portlet button {
  width: auto;
}