.enhanced-table-block {
  width: 100%;
}
.enhanced-table-block .enhanced-table-title {
  color: var(--etable-title-color, #00355F);
  margin-bottom: 1rem;
  font-weight: 600;
}
.enhanced-table-block .enhanced-table-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.enhanced-table-block .enhanced-table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid var(--etable-border-color, #00355F);
  border-radius: 0;
}
.enhanced-table-block .enhanced-table thead tr th {
  background-color: var(--etable-header-bg, #00355F);
  color: var(--etable-header-text, #FFFFFF);
  padding: 1rem 1.5rem;
  text-align: left;
  font-weight: 600;
  border-bottom: 2px solid var(--etable-border-color, #00355F);
}
@media screen and (max-width: 768px) {
  .enhanced-table-block .enhanced-table thead tr th {
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
  }
}
.enhanced-table-block .enhanced-table tbody tr.odd-row td {
  background-color: var(--etable-odd-row-bg, #FFFFFF);
  color: var(--etable-odd-row-text, #000000);
}
.enhanced-table-block .enhanced-table tbody tr.even-row td {
  background-color: var(--etable-even-row-bg, #F5F5F5);
  color: var(--etable-even-row-text, #000000);
}
.enhanced-table-block .enhanced-table tbody tr td {
  padding: 0.75rem 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .enhanced-table-block .enhanced-table tbody tr td {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }
}
.enhanced-table-block .enhanced-table tbody tr td a {
  color: #00355F;
  text-decoration: underline;
}
.enhanced-table-block .enhanced-table tbody tr td a:hover, .enhanced-table-block .enhanced-table tbody tr td a:focus {
  text-decoration: none;
}
.enhanced-table-block .enhanced-table tbody tr:last-child td {
  border-bottom: none;
}
.enhanced-table-block .enhanced-table tfoot tr td {
  background-color: var(--etable-footer-bg, #00355F);
  color: var(--etable-footer-text, #FFFFFF);
  padding: 1rem 1.5rem;
  font-weight: 600;
  border-top: 2px solid var(--etable-border-color, #00355F);
}
@media screen and (max-width: 768px) {
  .enhanced-table-block .enhanced-table tfoot tr td {
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
  }
}
.enhanced-table-block .enhanced-table tfoot tr td a {
  color: inherit;
  text-decoration: underline;
}
.enhanced-table-block .enhanced-table tfoot tr td a:hover, .enhanced-table-block .enhanced-table tfoot tr td a:focus {
  text-decoration: none;
}
.enhanced-table-block .enhanced-table-empty {
  padding: 2rem;
  text-align: center;
  background-color: #f5f5f5;
  border: 1px dashed #ccc;
}
.enhanced-table-block .enhanced-table-empty p {
  margin: 0;
  color: #666;
}
@media screen and (max-width: 768px) {
  .enhanced-table-block.responsive-mode-stack .enhanced-table thead {
    display: none;
  }
  .enhanced-table-block.responsive-mode-stack .enhanced-table tbody tr {
    display: block;
    margin-bottom: 1rem;
    border: 1px solid var(--etable-border-color, #00355F);
  }
  .enhanced-table-block.responsive-mode-stack .enhanced-table tbody tr:last-child {
    margin-bottom: 0;
  }
  .enhanced-table-block.responsive-mode-stack .enhanced-table tbody tr td {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0.75rem 1rem;
    text-align: right;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .enhanced-table-block.responsive-mode-stack .enhanced-table tbody tr td::before {
    content: attr(data-label);
    font-weight: 600;
    text-align: left;
    flex-shrink: 0;
    margin-right: 1rem;
    color: var(--etable-header-bg, #00355F);
  }
  .enhanced-table-block.responsive-mode-stack .enhanced-table tbody tr td:last-child {
    border-bottom: none;
  }
  .enhanced-table-block.responsive-mode-stack .enhanced-table tfoot tr {
    display: block;
    margin-top: 1rem;
    border: 2px solid var(--etable-border-color, #00355F);
  }
  .enhanced-table-block.responsive-mode-stack .enhanced-table tfoot tr td {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0.75rem 1rem;
    text-align: right;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .enhanced-table-block.responsive-mode-stack .enhanced-table tfoot tr td::before {
    content: attr(data-label);
    font-weight: 600;
    text-align: left;
    flex-shrink: 0;
    margin-right: 1rem;
  }
  .enhanced-table-block.responsive-mode-stack .enhanced-table tfoot tr td:last-child {
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  .enhanced-table-block.responsive-mode-hide-last.columns-3 .enhanced-table thead tr th:last-child,
  .enhanced-table-block.responsive-mode-hide-last.columns-3 .enhanced-table tbody tr td:last-child,
  .enhanced-table-block.responsive-mode-hide-last.columns-3 .enhanced-table tfoot tr td:last-child, .enhanced-table-block.responsive-mode-hide-last.columns-4 .enhanced-table thead tr th:last-child,
  .enhanced-table-block.responsive-mode-hide-last.columns-4 .enhanced-table tbody tr td:last-child,
  .enhanced-table-block.responsive-mode-hide-last.columns-4 .enhanced-table tfoot tr td:last-child, .enhanced-table-block.responsive-mode-hide-last.columns-5 .enhanced-table thead tr th:last-child,
  .enhanced-table-block.responsive-mode-hide-last.columns-5 .enhanced-table tbody tr td:last-child,
  .enhanced-table-block.responsive-mode-hide-last.columns-5 .enhanced-table tfoot tr td:last-child {
    display: none;
  }
  .enhanced-table-block.responsive-mode-hide-last.columns-4 .enhanced-table thead tr th:nth-last-child(2),
  .enhanced-table-block.responsive-mode-hide-last.columns-4 .enhanced-table tbody tr td:nth-last-child(2),
  .enhanced-table-block.responsive-mode-hide-last.columns-4 .enhanced-table tfoot tr td:nth-last-child(2), .enhanced-table-block.responsive-mode-hide-last.columns-5 .enhanced-table thead tr th:nth-last-child(2),
  .enhanced-table-block.responsive-mode-hide-last.columns-5 .enhanced-table tbody tr td:nth-last-child(2),
  .enhanced-table-block.responsive-mode-hide-last.columns-5 .enhanced-table tfoot tr td:nth-last-child(2) {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .enhanced-table-block.responsive-mode-hide-last.columns-5 .enhanced-table thead tr th:nth-last-child(3),
  .enhanced-table-block.responsive-mode-hide-last.columns-5 .enhanced-table tbody tr td:nth-last-child(3),
  .enhanced-table-block.responsive-mode-hide-last.columns-5 .enhanced-table tfoot tr td:nth-last-child(3) {
    display: none;
  }
}
.enhanced-table-block .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.block-editor-block-list__block .enhanced-table-block .enhanced-table-empty {
  background-color: #fff3cd;
  border-color: #ffc107;
}
.block-editor-block-list__block .enhanced-table-block .enhanced-table-empty p {
  color: #856404;
}
