.pai-table-wrap {
  margin-top: 56px;
  background: #fff;
  padding: 18px 20px;
}

.pai-table-updated {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 0.9rem;
  line-height: 1.35;
  font-weight: 400;
}

.pai-table {
  width: 100%;
  border-collapse: collapse;
  color: var(--green);
  font-size: 1.1rem;
  line-height: 1.35;
  table-layout: auto;
}

.pai-table th,
.pai-table td {
  padding: 18px 14px;
  text-align: left;
  border-bottom: 1px solid var(--green);
}

.pai-table thead th {
  font-size: 1.05rem;
  font-weight: 700;
}

.pai-table th:first-child,
.pai-table td:first-child {
  width: 1%;
  white-space: nowrap;
  padding-right: 20px;
}

.pai-table th:nth-child(2),
.pai-table td:nth-child(2) {
  padding-left: 20px;
}

.pai-table th:nth-child(3),
.pai-table td:nth-child(3),
.pai-table th:nth-child(4),
.pai-table td:nth-child(4),
.pai-table th:nth-child(5),
.pai-table td:nth-child(5) {
  text-align: right;
}

.pai-country-link {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: var(--green);
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.08em;
}

.pai-country-link__arrow {
  width: 0.9rem;
  height: 0.9rem;
  flex: 0 0 auto;
  background-color: var(--green);
  mask-image: url("../img/img-assets/ic-arrow-outward.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("../img/img-assets/ic-arrow-outward.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

.pai-table tbody tr:first-child td {
  border-top: 1px solid var(--green);
}

@media (max-width: 799px) {
  .page {
    padding: 88px 16px 48px;
  }

  h1 {
    font-size: 2.8rem;
  }

  .intro__lead {
    font-size: 1.8rem;
  }

  .pai-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .pai-table {
    min-width: 760px;
  }
}
