@media (max-width: 1024px) {
  .li-widgets--table {
    overflow-x: scroll;
  }
}
.li-widgets--table table {
  min-width: 1000px;
  margin: 0 auto;
}
.li-widgets--table table tbody {
  border: none;
}
.li-widgets--table table tbody:first-child > tr > th {
  padding-top: 25px !important;
}
.li-widgets--table table tbody:first-child > tr > th:nth-child(2n+2) {
  border-radius: 8px 8px 0 0;
}
.li-widgets--table table tbody:last-child > tr:last-child > td:nth-child(2n+2) {
  border-radius: 0 0 8px 8px;
}
.li-widgets--table table tbody tr {
  border: none;
}
.li-widgets--table table tbody tr > th,
.li-widgets--table table tbody tr > td {
  border: none;
  background: transparent;
  padding: 5px 10px;
  text-align: center;
}
.li-widgets--table table tbody tr > th:nth-child(2n+2),
.li-widgets--table table tbody tr > td:nth-child(2n+2) {
  background-color: #f5f7f8;
}
.li-widgets--table table tbody tr > th.headline,
.li-widgets--table table tbody tr > td.headline {
  color: var(--e-global-color-ded04d3);
  font-family: var(--e-global-typography-2b4861a-font-family), Sans-serif;
  font-size: var(--e-global-typography-2b4861a-font-size);
  font-weight: 700;
  line-height: var(--e-global-typography-2b4861a-line-height);
  letter-spacing: var(--e-global-typography-2b4861a-letter-spacing);
  padding: 35px 10px 5px 10px;
  text-align: left;
}
.li-widgets--table table tbody tr > th.label,
.li-widgets--table table tbody tr > td.label {
  color: var(--e-global-color-ded04d3);
  text-align: left;
}
.li-widgets--table table tbody tr > th.row_title,
.li-widgets--table table tbody tr > td.row_title {
  width: 180px;
  max-width: 20%;
  text-align: center;
  font-weight: 700;
  color: var(--e-global-color-primary);
  padding: 34px 25px 15px;
}
.li-widgets--table table tbody tr > th.included:before,
.li-widgets--table table tbody tr > td.included:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(./assets/checkmark.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.li-widgets--table table tbody tr:nth-child(2n+2) > td {
  background-color: #f5f7f8;
}
.li-widgets--table table tbody tr:nth-child(2n+2) > td:first-child {
  border-radius: 8px 0 0 8px;
}
.li-widgets--table table tbody tr:nth-child(2n+2) > td:nth-child(2n+2) {
  background-color: #f1f3f5;
}
