.c8y-cookie-banner {
  position: fixed;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: @zindex-modal - 3;
  background-color: rgba(@black, 0.8);
  color: white;
}

.cookie-banner-content {
  column-width: 26rem;

  a{
    color: inherit;
    text-decoration: underline;
    &:hover {
      color: inherit;
    }
  }
}
