/* fonts */
/* //fonts */
/* colors */
/* //colors */
/* shadows */
/* //shadows */
.table-custom__title {
  font-size: 16px;
}

.table-custom__row {
  margin-left: -32px;
  margin-right: -32px;
  padding: 16px 32px;
  font-size: 14px;
  position: relative;
}

.table-custom__row:first-of-type {
  border-bottom: 1px solid #eee;
}

.table-custom-multicolor .table-custom__row:nth-child(even) {
  background-color: #F7F8F8;
}

.table-custom-simple .table-custom__row {
  padding: 20px 24px;
  margin-left: -24px;
  margin-right: -24px;
}

.table-custom-simple .table-custom__row::after {
  content: '';
  position: absolute;
  bottom: 0;
  background-color: #eee;
  height: 1px;
  left: 32px;
  right: 32px;
}

.table-custom-simple .table-custom__row:first-child {
  padding: 8px 24px;
  background-color: #F7F8F8;
  border-bottom: 0;
}

.table-custom-simple .table-custom__row:first-child::after {
  display: none;
}

@media screen and (max-width: 1199px) {
  .table-custom__row {
    margin-left: -16px;
    margin-right: -16px;
    padding: 16px;
  }
  .table-custom-simple .table-custom__row::after {
    left: 24px;
    right: 24px;
  }
}

@media screen and (max-width: 767px) {
  .table-custom__row {
    margin-left: -12px;
    margin-right: -12px;
    padding: 16px 12px;
  }
  .table-custom-simple .table-custom__row::after {
    left: 24px;
    right: 24px;
  }
  .table-custom-simple .table-custom__row:nth-of-type(2) {
    padding-top: 0;
  }
}
