.doc-container table {
  width: 100%;
  position: relative;
  font-size: 14px;
  table-layout: fixed;
}

.doc-container table > :not(caption) > * > * {
  padding: 8px 16px;
}

.doc-container table thead th {
  font-weight: 700 !important;
  color: #333359 !important;
  border-bottom-width: 1px !important;
  border-bottom-color: var(--bs-table-border-color);
  border-bottom-style: solid;
}

.doc-container table tbody tr:last-child td {
  border-bottom: 1px solid #fff;
}
