#injected_cookie_notice {
  /* display: none !important; */
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.7);
  overscroll-behavior: contain;
}

.cook {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: auto 0 0 0;
  padding: 48px 24px;
  max-width: 600px;
  text-align: center;
  transform: translate(-50%, -50%);
}

.cook-logo svg {
  width: 104px;
  display: inline-block;
}
