
#cookie-banner{
  background-color: rgb(0, 0, 0, 1);
  color: white;
}

@media (min-width: 1024px) {
  #cookie-banner{
    background-color: rgb(0, 0, 0, 0.7);
    color: white;
    position: absolute;
    top: 1rem;
    width: 600px;
    height: auto;
    right: 1rem;
    z-index: 50;
    box-shadow: 5px 5px 20px 10px rgb(0, 0, 0, 0.2);
  }
  
}

.tecs-cookie-banner{
  padding-block: 1rem;
}

.tecs-cookie-banner .tecs-button-group-inline {
  align-items: center;
}