.ads-SimpleTable {
  @apply w-full
    max-w-full
    text-body
    text-gray-800;
}

.ads-SimpleTable-caption {
  @apply text-left
    text-h5
    text-gray-700
    font-medium
    border-b-2
    border-gray-400
    pb-3;
}

.ads-SimpleTable-header-cell {
  @apply text-left
    font-medium
    py-2
    border-b
    border-gray-400;
}

.ads-SimpleTable-cell {
  @apply py-2
    whitespace-nowrap;
}

.ads-SimpleTable-cell--wrapText {
  @apply whitespace-normal;
}

.ads-SimpleTable-cell:not(:last-of-type) {
  @apply pr-3;
}
