.gdpr__consent {
  position: fixed;
  z-index: 1073741825;
  box-sizing: border-box;
  font-family: sans-serif;
  font-size: 15px;
}
.gdpr__consent * {
  box-sizing: border-box;
}

.gdpr__consent-blocking {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
}

.gdpr__consent-non-blocking {
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 440px;
}

.gdpr__consent-notice {
  position: relative;
  background-color: #fff;
  color: #000;
  padding: 1.5em;
}

.gdpr__consent-non-blocking .gdpr__consent-notice {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 -5px 15px rgba(0, 0, 0, .15);
}

.gdpr__consent-text {
  margin: 0 0 1em;
  line-height: 1.4em;
}

.gdpr__consent-title {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 .6em;
}

.gdpr__consent-text a,
.gdpr__consent-text a:hover {
  color: inherit;
  text-decoration: underline;
}

.gdpr__consent-choices {
  width: 100%;
  overflow: hidden;
  text-align: right;
}

.gdpr__consent-choices a {
  display: inline-block;
}
.gdpr__consent-choices span {
  padding: 0 .5em;
}

.gdpr__consent-accept {
  line-height: 1;
  padding: .7em 2em .6em;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  content: 'OK';
}

.gdpr__consent-reject {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  margin-right: .7em;
}

.gdpr__consent-refuse {
  padding: .8em 0;
}