.elementor-escen-table-content table {
  background-color: transparent;
  width: 100%;
  margin-bottom: 0;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse;
}
.elementor-escen-table-content table th,
.elementor-escen-table-content table td {
  padding: 15px 20px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid #fff;
}
.elementor-escen-table-content table th {
  font-weight: bold;
  background-color: var(--e-global-color-primary);
  color: #fff;
  text-align: left;
}
.elementor-escen-table-content table thead th,
.elementor-escen-table-content table tfoot th {
  font-size: 1em;
}
.elementor-escen-table-content table caption + thead tr:first-child th,
.elementor-escen-table-content table caption + thead tr:first-child td,
.elementor-escen-table-content table caption + thead tr:first-child th,
.elementor-escen-table-content table caption + thead tr:first-child td,
.elementor-escen-table-content table colgroup + thead tr:first-child th,
.elementor-escen-table-content table colgroup + thead tr:first-child td,
.elementor-escen-table-content table colgroup + thead tr:first-child th,
.elementor-escen-table-content table colgroup + thead tr:first-child td,
.elementor-escen-table-content table thead:first-child tr:first-child th,
.elementor-escen-table-content table thead:first-child tr:first-child td,
.elementor-escen-table-content table thead:first-child tr:first-child th,
.elementor-escen-table-content table thead:first-child tr:first-child td {
  border-top: 1px solid #fff;
}
.elementor-escen-table-content table tbody > tr:nth-child(odd) > td,
.elementor-escen-table-content table tbody > tr:nth-child(odd) > th {
  background-color: #f4f7f9;
}
.elementor-escen-table-content table tbody > tr:nth-child(even) > td,
.elementor-escen-table-content table tbody > tr:nth-child(even) > th {
  background-color: #fff;
}
.elementor-escen-table-content table tbody + tbody {
  border-top: 2px solid #fff;
}
@media (max-width: 767px) {
  .elementor-escen-table-content table .elementor-escen-table-content table {
    font-size: 0.8em;
  }
  .elementor-escen-table-content table .elementor-escen-table-content table th,
  .elementor-escen-table-content table .elementor-escen-table-content table td {
    padding: 7px;
    line-height: 1.3;
  }
  .elementor-escen-table-content table .elementor-escen-table-content table th {
    font-weight: 400;
  }
}
.table-responsive {
  width: 100%;
  overflow: auto;
}
.table-responsive::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}
.table-responsive::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
}
@media (min-width: 1025px) {
}
