.rgpd-banner {
  position: fixed;
  z-index: 200;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 2rem 2rem 1rem;
}
.rgpd-banner-content {
  max-width: 75rem;
}
.rgpd-banner-content a {
  color: inherit;
  text-decoration: underline;
}
.rgpd-banner-button {
  text-align: center;
}
.rgpd-banner-button .button:not(:last-child) {
  margin-right: 1rem;
}

.rgpd-reveal-list {
  margin-top: 2rem;
}
.rgpd-reveal-all {
  display: block;
  text-align: right;
  font-size: 0.65rem;
  text-transform: uppercase;
  border-bottom: 1px dashed #eee;
  margin-bottom: 0.6rem;
  padding-right: 0.25rem;
  padding-bottom: 0.4rem;
}
.rgpd-reveal-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.6rem;
  padding-bottom: 0.6rem;
}
.rgpd-reveal-item:not(:last-child) {
  border-bottom: 1px dashed #eee;
}
.rgpd-reveal-item .switch {
  margin-bottom: 0;
  margin-left: 1rem;
}
.rgpd-reveal-item .switch-paddle {
  border-radius: 0.3rem;
}
.rgpd-reveal-item .switch-paddle:after {
  border-radius: 0.3rem;
}
.rgpd-reveal-item .switch-paddle:before {
  content: 'off';
  position: absolute;
  top: 0.25rem;
  left: auto;
  right: 0.35rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  line-height: 1;
  font-size: 0.8em;
  color: #fefefe;
  text-transform: uppercase;
}
.rgpd-reveal-item .switch-input:checked ~ .switch-paddle:before {
  content: 'on';
  left: 0.35rem;
  right: auto;
}
.rgpd-reveal-item .switch.small .switch-paddle:before {
  height: 1.25rem;
}
.rgpd-reveal-footer .button:not(:last-child) {
  margin-right: 0.875rem;
}
