.rgpd-banner {
  position: fixed;
  z-index: 200;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 2rem 1rem 1rem 2rem;
}
.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:first-child {
  margin-right: 1rem;
}

.rgpd-reveal-list {
  margin-top: 2rem;
}
.rgpd-reveal-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  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;
}
