.iu-cookie-notice {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 99999;
  width: min(380px, calc(100vw - 32px));
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
  background: #fff;
  display: grid;
  gap: 10px;
}

.iu-cookie-notice__text {
  margin: 0;
  color: #222;
  font-size: 14px;
  line-height: 1.45;
}

.iu-cookie-notice__close {
  justify-self: end;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  padding: 7px 14px;
  line-height: 1;
}

.iu-cookie-notice__close:hover {
  background: #000;
}
