body .fo-table-wrapper {
  border-color: #0066CC #C2CBD3 #C2CBD3 #C2CBD3;
  border-radius: 6px;
  border-style: solid;
  border-width: 4px 1px 1px 1px;
  overflow: hidden;
}
body .fo-table-wrapper .fo-table-heading {
  border-bottom: 1px solid #C2CBD3;
  color: #1E2D3C;
  font-size: 18px;
  font-weight: 800;
  padding: 12px 24px;
  text-transform: uppercase;
}
body .fo-table-wrapper__table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: clamp(14px, 3vw, 16px);
  line-height: 1.5;
  width: 100%;
}
body .fo-table-wrapper__table tbody tr td {
  border-top: 1px solid #E1E6EB;
  padding: 6px;
}
body .fo-table-wrapper__table tbody tr td:first-child {
  padding-left: 16px;
}
body .fo-table-wrapper__table tbody tr td:last-child {
  padding-right: 16px;
}
body .fo-table-wrapper__table thead th {
  background-color: #F5F7FA;
  color: #6B7280;
  font-size: clamp(12px, 2vw, 14px);
  font-weight: 700;
  padding: 6px;
  text-transform: uppercase;
}
body .fo-table-wrapper__table thead th:first-child {
  padding-left: 16px;
}
body .fo-table-wrapper__table thead th:last-child {
  padding-right: 16px;
}
