/* GDPR Cookie dialog */

.gdprcookie {
  position: fixed;
  font: verdana;
  color: white;
  font-size: 1em;
  line-height: 1.5em;
  right: 1rem;
  bottom: 1rem;
  max-width: 30em;
  padding: 1rem;
  background: #353535;
}
.gdprcookie h1,
.gdprcookie h2 {
  font-size: 1.8em;
  margin-bottom: 0.5rem;
  color: white;
  font: verdana;
}
.gdprcookie h2 {
  font-size: 1.8em;
}
.gdprcookie a {
  color: inherit;
}

/* GDPR Cookie buttons */

.gdprcookie-buttons {
  text-align: center;
}
.gdprcookie-buttons button {
  color: white;
  font-family: Verdana;
  font-size: 1em;
  padding: 0.4rem;
  border: solid 0.05rem currentColor;
  border-radius: 0.15rem;
  margin: 0 0.5rem;
  background: none;
  cursor: pointer;
}
.gdprcookie-buttons button:disabled {
  color: rgba(255, 255, 255, 0.5);
}

/* GDPR Cookie types */

.gdprcookie-types ul {
  overflow: hidden;
  padding: 0;
  margin: 0 0 1rem;
}
.gdprcookie-types li {
  display: block;
  list-style: none;
  float: left;
  width: 50%;
  padding: 0;
  margin: 0;
}
.gdprcookie-types input[type="checkbox"] {
  margin-right: 0.25rem;
}
