#lgpd-banner {
  position: fixed;
  bottom: 30px;
  left: 30px;
  right: 30px;
  width: 100%;
  max-width: 400px;
  background: #151a1a;
  color: #c0c9c9;
  padding: 22px;
  text-align: center;
  z-index: 9999;
  border-radius: 6px;
}
#lgpd-banner h3 {
  font-size: 22px;
  color: #3acbc1;
  font-weight: bold;
}
#lgpd-banner p {
  font-size: 14px;
}
#lgpd-banner button {
  margin: 20px 10px 0;
  padding: 8px 15px;
  cursor: pointer;
  border-radius: 6px;
}
#lgpd-accept {
  background-color: #3acbc1;
  color: #151a1a;
  font-weight: bold;
}
#lgpd-reject {
  background-color: transparent;
  border: 1px solid #3acbc1;
  color: #3acbc1;
}

@media screen and (max-width: 480px) {
  #lgpd-banner {
    left: 10px;
    right: 10px;
    width: calc(100% - 20px);
  }
  #lgpd-banner h3 {
    font-size: 20px;
  }
}
