/* ASFPNG Tables - generated from ASFPNG Super data in PNG ver EK 3.xlsx */
:root {
  --asfpng-blue: #0061A8;
  --asfpng-yellow: #FDCC00;
  --asfpng-border: rgba(0, 0, 0, 0.10);
  --asfpng-row-alt: rgba(0, 97, 168, 0.04);
  --asfpng-yellow-tint: rgba(253, 204, 0, 0.14);
}

.asfpng-table-block {
  margin: 1.25rem 0;
}

.asfpng-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--asfpng-border);
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  background: #fff;
}

table.asfpng-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, "Noto Sans", "Liberation Sans", sans-serif;
  font-size: 14px;
  line-height: 1.35;
}

table.asfpng-table caption {
  caption-side: top;
  padding: 0.85rem 1rem 0.6rem 1rem;
  font-weight: 800;
  font-size: 16px;
  color: var(--asfpng-blue);
  text-align: left;
}

table.asfpng-table thead th {
  background: var(--asfpng-blue);
  color: #fff;
  padding: 0.65rem 0.75rem;
  font-weight: 700;
  border-bottom: 4px solid var(--asfpng-yellow);
  position: sticky;
  top: 0; /* helps when inside scroll containers */
}

table.asfpng-table tbody th,
table.asfpng-table tbody td {
  padding: 0.6rem 0.75rem;
  border-bottom: 1px solid var(--asfpng-border);
  vertical-align: middle;
}

table.asfpng-table tbody th {
  text-align: left;
  font-weight: 650;
  color: rgba(0,0,0,0.80);
  width: 34%;
}

table.asfpng-table td.asfpng-num {
  text-align: right;
  font-variant-numeric: tabular-nums;
}

table.asfpng-table td.asfpng-text {
  text-align: left;
}

table.asfpng-table tbody tr:nth-child(even) {
  background: var(--asfpng-row-alt);
}

table.asfpng-table tbody tr:hover {
  background: rgba(253, 204, 0, 0.10);
}

table.asfpng-table .asfpng-row-section th,
table.asfpng-table .asfpng-row-section td {
  background: var(--asfpng-yellow-tint);
  font-weight: 800;
  color: rgba(0,0,0,0.85);
}

table.asfpng-table .asfpng-row-subsection th {
  font-weight: 800;
  color: rgba(0, 97, 168, 0.95);
}

table.asfpng-table .asfpng-row-subitem th {
  padding-left: 1.6rem;
  font-weight: 650;
}

table.asfpng-table .asfpng-row-total th,
table.asfpng-table .asfpng-row-total td {
  font-weight: 800;
  border-top: 2px solid rgba(0, 97, 168, 0.20);
  background: rgba(0, 97, 168, 0.06);
}

.asfpng-table-note {
  margin: 0.55rem 0 0 0;
  padding: 0 0.15rem;
  font-size: 12.5px;
  color: rgba(0,0,0,0.66);
}

.asfpng-table-note strong {
  color: rgba(0,0,0,0.78);
}