.scrollable-table-container.table-container {
  max-height: 700px;
  overflow: auto;
  width: 100%;
}

.table-container table {
  width: 100%;
  margin-bottom: 0;
}
.table-container thead tr th {
  background-color: #fff !important;
  cursor: pointer;
}

.table-container tbody {
  max-height: 700px;
  overflow-y: auto;
}

.table-container th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 1;
}

.era-ah-articles-table {
  width: 100%;
}
.era-ah-articles-table img {
  width: 18px;
  height: 18px;
}

.era-ah-articles-table th,
.era-ah-articles-table td {
  padding: 8px;
}

.era-ah-articles-table th {
  text-align: left;
  background-color: #f2f2f2;
}

/* ** Table Scroll-bar styles */
.scrollable-table-container::-webkit-scrollbar {
  width: 7px;
}
.scrollable-table-container {
  scrollbar-width: thin;
  scrollbar-color: #e3e3e3 transparent;
}
.scrollable-table-container::-webkit-scrollbar-track {
  background: transparent;
}
.scrollable-table-container::-webkit-scrollbar-thumb {
  background-color: lightgray;
  border-radius: 6px;
  border: 3px solid transparent;
}

.era-ah-articles-search-container {
  width: 200px !important;
  /* position: absolute; */
  margin: -40px 0px 0px 0px;
  float: right;
}

.era-ah-articles-search-container {
  position: relative;
}

#eraAhArticlesSearch {
  width: 100%;
  padding: 4px;
  padding-right: 30px; /* Make space for the clear button */
  border: 1px solid #ddd;
}

#eraAhArticlesClearSearch {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
}

.block-fourscore-custom{
  padding-top: 20px
}

.block-fourscore-custom h2 {
  font-size: 20px !important;
  font-weight: bold;
}
.path-taxonomy table td{
  padding: 0.25rem;
}
