.normal {
  font-size: 14px;
}

.privacy-policy p {
  margin-bottom: 16px;
}

.privacy-policy ol {
  list-style: none;
  counter-reset: item;
  padding-left: 0;
}

.privacy-policy ol > li {
  counter-increment: item;
  margin-bottom: 20px;
}

.privacy-policy ol > li::before {
  content: counter(item, upper-roman) ".";
  font-weight: bold;
  margin: 0 20px 10px 20px;
  display: inline-block;
  width: 20px;
}

.privacy-policy ol > li > p:first-of-type {
  display: inline;
  font-weight: bold;
}

.privacy-policy ol > li > p:not(:first-of-type) {
  margin: 0;
  width: 100%;
}

.privacy-policy ol ol {
  list-style: none;
  counter-reset: subitem;
  padding-left: 0;
}

.privacy-policy ol ol > li {
  counter-increment: subitem;
  margin-bottom: 0;
}

.privacy-policy ol ol > li::before {
  content: counter(subitem, lower-alpha) ".";
  margin: 10px 20px 10px 40px;
  display: inline-block;
  width: 20px;
  font-weight: 500;
}

.privacy-policy ol ol > li > p:first-of-type {
  display: inline;
  font-weight: 500;
  font-style: italic;
}

.privacy-policy ol ol > li > p:not(:first-of-type) {
  margin: 0 0 10px 0;
  width: 100%;
}

.privacy-policy ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 10px;
}

.privacy-policy ul > li {
  position: relative;
  margin-left: 60px;
  margin-top: 10px;
}

.privacy-policy td ul > li {
  margin-left: 0;
  margin-top: 0;
}

.privacy-policy ul > li:not(.no-item)::before {
  content: "•";
  position: absolute;
  left: 0;
  font-size: 24px;
  margin: -8px 20px 0 -30px;
}

.privacy-policy td ul > li::before {
  margin: 0;
  position: inherit;
  top: 2px;
  line-height: 14px;
  font-size: 16px;
}

.privacy-policy table {
  width: 100%;
  border-collapse: collapse;
}

.privacy-policy th {
  font-weight: bold;
  background-color: var(--theme-color-neutral-200);
  text-align: center;
  font-size: 12px;
}

.privacy-policy td, th {
  border: 1px solid var(--theme-color-neutral-500);;
  padding: 8px;
  text-align: left;
}

.privacy-policy td {
  font-size: 10px;
}

.privacy-policy tr:nth-child(even) {
  background-color: var(--theme-color-neutral-50);
}

.privacy-policy th:nth-child(1), td:nth-child(1) {
  width: 25%;
}

.privacy-policy th:nth-child(2), td:nth-child(2) {
  width: 15%;
}

.privacy-policy th:nth-child(3), td:nth-child(3) {
  width: 30%;
}

.privacy-policy th:nth-child(4), td:nth-child(4) {
  width: 30%;
}
