ol.list-style-parentheses li {
  list-style-type  : none;
  counter-increment: number;
}

ol.list-style-parentheses li:before {
  list-style: none;
  content   : "(" counter(number) ")";
}

.privacy-info-box {
  border : 1px solid black;
  padding: 1rem;
}

ul.list-style-none li {
  list-style-type: none;
}

.pad-left-1 {
  padding-left: 1rem;
}

.agree-chkbox {
  accent-color: red;
  transform   : scale(2.0);
  margin      : 1rem;
}
