.ei-table-wrapper {
  overflow-x: auto;
  margin-bottom: 3.5rem;
}

table.ei-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 900px;
}

.ei-table th {
  text-align: left;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--bs-secondary-color);
  padding: 0.75rem 1rem;
  border-bottom: 2px solid var(--bs-border-color);
}

.ei-table td {
  padding: 1rem;
  border-bottom: 1px solid var(--bs-border-color);
  vertical-align: top;
  font-size: 0.95rem;
}

.ei-table tbody tr:last-child td {
  border-bottom: 0;
}

.ei-survey {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.ei-survey a {
  font-weight: 600;
  text-decoration: none;
  color: var(--bs-link-color);
}
.ei-survey a:hover {
  text-decoration: underline;
}

.ei-status {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.25rem 0.6rem;
  border-radius: var(--bs-border-radius-pill);
}

.ei-status.completed {
  background-color: #e1f4e9;
  color: #1b7a43;
}

.ei-status.incomplete {
  background-color: #f5e7e3;
  color: #90412d;
}

.ei-status.pending {
  background-color: #e1eff2;
  color: #1d5d67;
}

.ei-status.not-started {
  background-color: #ecf4f6;
  color: #466b74;
}

.ei-table .ei-empty {
  text-align: center;
  padding: 2.5rem 1rem;
  color: var(--bs-secondary-color);
  font-size: 0.95rem;
}

.epic-inventories .masder-page-footer {
  margin-top: 4rem;
  padding-top: 2rem;
}
