.data-table-box p {
  margin: 0;
}

.data-table-box table {
  color: #000000;
  vertical-align: top;
  background-color: transparent;
  caption-side: bottom;
  border-collapse: collapse;
  width: 100%;
}

.data-table-box table tr td {
  padding: 0.4em 1em;
}

.data-table-box-v1 {
  display: inline-block;
}

.data-table-box-v1 table tr:not(:last-of-type) {
  border-bottom: 1px solid #2e86ff;
}

.data-table-box-v1 table tr td {
  font-family: gt-america-trial;
  font-weight: 400;
  line-height: 160%;
  font-size: 12px;
}

.data-table-box-v1 table tr td:first-child {
  font-family: gt-america-trial;
  font-weight: 700;
  line-height: 160%;
  font-size: 12px;
}

.data-table-box-v1 table tr td:not(:last-of-type) {
  border-right: 1px solid #2e86ff;
}
.data-table-box {
  --table-border-radius: 28px;
}


.data-table-box tbody {
  border-radius: 28px;
  display: block;
  border: 1px solid #2e86ff !important;
  margin-bottom: 10px;
}

.data-table-box caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
  font-size: 12px;
  line-height: 1.4;
}
