#consentModal {
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 320px;
  max-width: calc(100vh - 20px);
  padding: 20px;
  background: rgba(0, 0, 0, 0.84);
}

#consentModal button {
  border: 2px solid #f3060b;
  border-radius: 0;
  color: #f3060b;
  background: transparent;
  padding: 10px;
  margin-right: 5px;
}
