.simple-paper {
  padding: 24px 12px;
  box-sizing: border-box;
  background-color: var(--cl-white);
  border-radius: 12px;
}
@media screen and (min-width: 1000px) {
  .simple-paper {
    padding: 24px;
    box-sizing: border-box;
    background-color: var(--cl-white);
    border-radius: 16px;
  }
}

.simple-page-text {
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: var(--cl-grey-dark);
}
@media screen and (min-width: 1000px) {
  .simple-page-text {
    font-family: "Roboto", "Arial", sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
  }
}
.simple-page-text .subtitle,
.simple-page-text .title-section,
.simple-page-text .subtitle-secondary,
.simple-page-text h2,
.simple-page-text h3 {
  color: var(--cl-black-main);
}
.simple-page-text h2 {
  margin: 0;
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
}
@media screen and (min-width: 1000px) {
  .simple-page-text h2 {
    font-family: "Roboto", "Arial", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
  }
}
.simple-page-text h3 {
  margin: 0;
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
@media screen and (min-width: 1000px) {
  .simple-page-text h3 {
    font-family: "Roboto", "Arial", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
  }
}
.simple-page-text a:not([class]) {
  color: var(--cl-blue-technical);
  font-weight: 700;
  text-decoration: none;
}
.simple-page-text > * {
  margin: 0 0 var(--indent-m);
}
.simple-page-text > *:last-child {
  margin-bottom: 0;
}
.simple-page-text h2,
.simple-page-text h3 {
  margin: 0 0 var(--indent-m);
}

.table-wrapper {
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-color: var(--cl-purple-accent) var(--cl-background);
  scrollbar-width: thin;
}
.table-wrapper::-webkit-scrollbar {
  height: 3px;
  width: 0;
}
.table-wrapper::-webkit-scrollbar-thumb:vertical, .table-wrapper::-webkit-scrollbar-track:vertical {
  display: none;
}
.table-wrapper::-webkit-scrollbar-thumb {
  background: var(--cl-purple-accent);
  border-radius: 5px;
}
.table-wrapper::-webkit-scrollbar-track {
  background: var(--cl-shadow);
  border-radius: 5px;
}
.table-wrapper::-webkit-scrollbar-button {
  display: none;
  opacity: 0;
}
.table-wrapper {
  border: 1px solid var(--cl-grey-light);
}
@media screen and (min-width: 1000px) {
  .table-wrapper {
    font-family: "Roboto", "Arial", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
  }
}

table:not([class]) {
  min-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table:not([class]) tr {
  border-bottom: 1px solid var(--cl-grey-light);
}
table:not([class]) tr:last-child {
  border-bottom: none;
}
table:not([class]) th,
table:not([class]) td {
  padding: var(--indent-xs);
  width: -moz-fit-content;
  width: fit-content;
  border-right: 1px solid var(--cl-grey-light);
}
table:not([class]) th:last-child,
table:not([class]) td:last-child {
  border-right: none;
}
table:not([class]) th {
  text-align: center;
  background: var(--cl-background);
}/*# sourceMappingURL=simple-pages.css.map */
