.cookie-consent-wrapper{
  position: fixed;
  bottom: 0;
  width: 100%;
  background: var(--#{$variable-prefix}chinese-blue);
}

.cookie-description{
  svg{
    width: 23px;
    height: 23px;
    aspect-ratio: 1;
  }
  p{
    flex: 1;
    margin: 0;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: 0;
    color: #fff;
  }
  a{
    color: #fff;
  }
}