/* Rich text table horizontal scroll on mobile */
.table-scroll-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 10px;
  transform: rotateX(180deg);
}
.table-scroll-wrap > table {
  transform: rotateX(180deg);
}

.table-scroll-wrap::-webkit-scrollbar {
  height: 6px !important;
  display: block !important;
}

.table-scroll-wrap::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
  border-radius: 3px;
}

.table-scroll-wrap::-webkit-scrollbar-thumb {
  background: #00B496 !important;
  border-radius: 3px;
}

.table-scroll-wrap > table,
.row-c9 .table-scroll-wrap > table,
.m-details .txt .table-scroll-wrap > table,
.row-1b .table-scroll-wrap > table,
.ul-info-b5 .table-scroll-wrap > table {
  width: 100% !important;
  max-width: 100% !important;
}

.g-titc3.table-has-table,
.g-titc3 .tit.table-has-table {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
}

.g-titc3.table-has-table {
  font-size: 14px;
}

@media screen and (max-width: 769px) {
  .table-scroll-wrap {
    overflow-x: scroll;
  }
  .table-scroll-wrap > table,
  .row-c9 .table-scroll-wrap > table,
  .m-details .txt .table-scroll-wrap > table,
  .row-1b .table-scroll-wrap > table,
  .ul-info-b5 .table-scroll-wrap > table {
    width: revert-layer !important;
    max-width: none !important;
    min-width: 600px;
  }
}
