
.gdpr-container {
  position: relative;
  bottom: 0;
  left: 0;
  background-color: rgba(255,255,255,0.9);
  padding: 4px 8px 12px;
  box-shadow: 0 -2px 15px rgba(0,0,0,0.19), 0 -1px 2px rgba(0,0,0,0.1);
  @media (min-width: 475px) {
    box-shadow: none;
    background-color: rgba(0,0,0,0.8);
    max-width: 400px;
    margin-left: 8px;
    margin-bottom: 8px;
    border-radius: 4px;
  }
}

.gdpr-content-container {
  display: block;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  color: #222;
  a {
    color: #222;
  }
  @media (min-width: 475px) {
    color: #FFF;
    a {
      color: #FFF;
    }
  }
}

[role="button"],
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}

[role="button"],
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  background: none;
    border: 0;
    color: inherit;
    /* cursor: default; */
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    -webkit-appearance: button; /* for input */
    -webkit-user-select: none; /* for button */
       -moz-user-select: none;
        -ms-user-select: none;
}


input::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button {
  font-size: 14px;
  display: inline-block;
  font-weight: 600;
  background-color: #00c0e8;
  color: white;
  padding: 10px 32px;
  border-radius: 25px;
  @media (min-width: 475px) {
    background-color: white;
    color: black;
  }
}