.unka-gdpr-consent {
  clear: both;
  flex: 0 0 100%;
  width: 100%;
  margin: 1rem 0;
  color: inherit;
  font-size: 0.875rem;
  line-height: 1.45;
}

.unka-gdpr-consent__check {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  margin: 0;
}

.unka-gdpr-consent__input {
  position: static;
  flex: 0 0 auto;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0.125rem 0 0;
}

.unka-gdpr-consent__label,
.unka-gdpr-consent__information {
  margin: 0;
  font-size: .875em;
}

label.unka-gdpr-consent__label.form-check-label {
text-align: left;
font-size: .855em;
color: #fff;
text-align: justify;
}

section#wrapper label.unka-gdpr-consent__label.form-check-label {
color: #000;
}
footer#footer label.unka-gdpr-consent__label.form-check-label {
color: #fff;
}

.unka-gdpr-consent--newsletter {
  color: #fff;
  font-size: .875em;
}

.unka-gdpr-consent a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

label.unka-gdpr-consent__label.form-check-label a:hover {
	color: #ee3737;
}

.unka-gdpr-consent__input:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

