:root {
  --animate-duration: 1s;
}

sl-table-accordion-container {
  width: 100%;
}
sl-table-accordion-container sl-table-row.row {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom: 1px solid #DDE3E7;
  border-bottom-width: thin;
}
sl-table-accordion-container sl-table-row.row:last-child {
  border-bottom: 0;
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}
sl-table-accordion-container sl-table-row.row:last-child sl-table-col[type=text] {
  border-bottom: 0px;
}

@media only screen and (max-width: 767px) {
  sl-table-accordion-container sl-table-row.row {
    border-bottom: 0;
  }
}