/* Legal pages style - includes mobile-scrollable table support */

/* List indentation - consistent with basic-style.scss */
.set-list-indent {
  margin-left: 1.5rem;
  list-style: decimal;
  line-height: 2rem;
}

ol.set-list-indent {
  list-style: decimal;
}

ul.set-list-indent {
  list-style: disc;
}

/* Sub-list: bullets after a numbered item (aligns with item text, e.g. text after "4.") */
.set-sub-list {
  margin-left: 3rem;
  padding-left: 0;
  list-style: disc;
  line-height: 2rem;
}

/* Deep sub-list: bullets under 1.1/1.2 sub-headings (aligns with text after "1.1 ") */
.set-sub-list-deep {
  margin-left: 5.3rem;
  list-style: disc;
  line-height: 2rem;
}

/* Sub-heading: 1.1 / 1.2 style paragraphs inside a list */
.set-sub-heading {
  margin-left: 1.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
}

/* Match table cell font to page body text */
td {
  font-size: 1.125rem;
  line-height: 2rem;
  letter-spacing: 0.09rem;
}

.table-wrapper {
  margin: 1rem 0;
}

.mobile-touch {
  display: none;
  font-weight: bold;
  color: #ffffff;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}

@media (max-width: 600px) {
  .table-wrapper {
    overflow-x: auto;
  }

  .mobile-touch {
    display: block;
  }

  .mobile-table-inner {
    width: 900px;
  }
}

/*# sourceMappingURL=legal-style.css.map */