.nav-global .lower__list--text li.header-menu-item-link-20230727[data-css-20230727] {
  width: 25em;
}
@media screen and (max-width: 1024px) {
  .nav-global .lower__list--text li.header-menu-item-link-20230727[data-css-20230727] a {
    font-size: 12px;
  }
}

.gdpr-ordered-list {
  padding-left: 16px;
  counter-reset: item;
  list-style: none;
  > li {
    padding: 8px;
    counter-increment: item;
    &::before {
      margin-left: -24px;
      content: "（" counter(item) "）";
    }
  }
}

.privacy-policy-ordered-list {
  padding-left: 16px;
  counter-reset: item;
  list-style: none;
  > li {
    padding: 8px;
    counter-increment: item;
    &::before {
      margin-left: -24px;
      content: counter(item) ". ";
    }
  }
}

.privacy-policy-ordered-list--with-bracket {
  padding-left: 16px;
  counter-reset: item;
  list-style: none;
  > li {
    padding: 8px;
    counter-increment: item;
    &::before {
      margin-left: -24px;
      content: "（" counter(item) "）";
    }
  }
}

.privacy-policy-unordered-list {
  padding-left: 16px;
  list-style: disc;
}

.privacy-policy-table {
  border: 1px solid black;
}

.privacy-policy-table th {
  border: 1px solid black;
  padding: 8px;
}

.privacy-policy-table td {
  border: 1px solid black;
  padding: 8px;
}

