html:not(.blogapp) .sqs-blockicon-custom-table .sqs-blockicon-content {
  background-image: url('https://squarewebsites.org/assets/custom-tables/table-icon.png')!important;
  background-size: 32%;
}
.sqs-edit-mode .custom-table-block {
  opacity: 1!important;
}
.custom-table-block {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  border: 1px solid #cbcbcb;
  transition: opacity .33s;
  width: auto;
}
.custom-table-block[data-gss-key][data-gss-sync="true"] {
  opacity: 0;
}
.custom-table-block.custom-table-block-full-width {
  width: 100%;
}
.custom-table-block img {
  display: block;
  max-width: 120px;
  width: 100%;
  margin: auto;
}
.custom-table-block caption {
  color: #000;
  font: italic 85%/1 arial, sans-serif;
  padding: 1em 0;
  text-align: center;
}
.custom-table-block tr.table-row {
  transition: background 0.33s ease-in-out;
}
.custom-table-block td {
  border-left: 1px solid #cbcbcb;
  border-width: 0 0 0 1px;
  font-size: inherit;
  margin: 0;
  overflow: visible;
  padding: .5em 1em;
  background-color: transparent;
  vertical-align: middle;
}
.custom-table-block td:first-child {
  border-left-width: 0;
}
.custom-table-block th {
  border-left: 1px solid #cbcbcb;
  border-width: 0 0 0 1px;
  font-size: inherit;
  margin: 0;
  overflow: visible;
  padding: .5em 1em;
  position: relative;
  vertical-align: middle;
}
.custom-table-block th:first-child {
  border-left-width: 0;
}
.custom-table-block thead {
  background-color: #e0e0e0;
  color: #000;
  text-align: left;
  vertical-align: middle;
}
.custom-table-block .table-header-th:after {
  content: ' ';
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  padding: 2px;
  margin-left: 6px;
  vertical-align: middle;
  position: absolute;
  opacity: 0;
  transition: transform .2s ease;
}
.custom-table-block .table-header-th.sorted-asc:after {
  position: relative;
  opacity: 1;
  display: inline-block;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.custom-table-block .table-header-th.sorted-desc:after {
  position: relative;
  opacity: 1;
  display: inline-block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.custom-table-block-even-rows .table-row:nth-child(even),
.custom-table-block-odd-rows .table-row:nth-child(odd) {
  background-color: #f2f2f2;
}
.custom-table-block-highlight-rows tr.table-row:hover {
  background-color: #f2f2f2;
}
.custom-table-block-bordered td {
  border-bottom: 1px solid #cbcbcb;
}
.custom-table-block-bordered tbody > tr:last-child > td {
  border-bottom-width: 0;
}
.custom-table-block-horizontal td {
  border-width: 0 0 1px;
  border-bottom: 1px solid #cbcbcb;
}
.custom-table-block-horizontal th {
  border-width: 0 0 1px;
  border-bottom: 1px solid #cbcbcb;
}
.custom-table-block-horizontal tbody > tr:last-child > td {
  border-bottom-width: 0;
}
@media screen and (max-width: 768px) {
  .custom-table-block[data-mobile-styles="true"] {
    width: 100%;
  }
  .custom-table-block[data-mobile-styles="true"] thead {
    display: none;
  }
  .custom-table-block[data-mobile-styles="true"] tbody td {
    display: block;
  }
  .custom-table-block[data-mobile-styles="true"] tbody td * {
    box-sizing: border-box;
    vertical-align: middle;
  }
  .custom-table-block[data-mobile-styles="true"] tbody td *:last-child {
    display: inline-block;
    width: 50%;
    word-break: break-all;
  }
  .custom-table-block[data-mobile-styles="true"] tbody tr td:first-child {
    background: #e0e0e0;
  }
  .custom-table-block[data-mobile-styles="true"] tbody td:before {
    content: attr(data-th);
    font-weight: bold;
    display: inline-block;
    width: 45%;
    padding-right: 5%;
  }
}
