.consent-notice {
  width: 100%;
  margin: 0 0 1rem;
  font-family: var(--body-font-family);
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
}

.consent-notice a {
  color: var(--primary-color);
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.consent-notice a:focus-visible {
  outline: 2px solid var(--primary-color);
  outline-offset: 2px;
}
