/* GDPR Cookie dialog */

.gdprcookie {
  position: fixed;
  color: #000000;
  left: 30vw;
  bottom: 12px;
  width: 40vw;
  padding: 12px;
  background: #ffffff;
  z-index: 100000;
  font-family: "Bourton Line Bold";
  font-size: 14px;
  line-height: 14px;
  border: 1px solid #a33723;
}
.gdprcookie h1,
.gdprcookie h2 {
  font-size: 18px;
  margin-bottom: 12px;
  font-family: "Bourton Base";
}
.gdprcookie h1 {
  margin-top: 6px;
}
.gdprcookie h2 {
  font-size: 16px;
}
.gdprcookie a {
  color: inherit;
}

/* GDPR Cookie buttons */

.gdprcookie-buttons {
  text-align: center;
}
.gdprcookie-buttons button {
  color: #ffffff;
  cursor: pointer;
  font-size: 48px;
  border: none;
  border-radius: 4px;
  font-size: 18px;
  background: #a33723;
  text-transform: uppercase;
  padding: 16px 20px 10px 20px;
  text-decoration: none;
  outline: none;
  margin: 12px 6px 0;
  font-family: "Bourton Base Drop";
}
.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;
}
