:root[data-confluence-content-id="{1583808513}"] h6 {font-size: 22px;} h5 {font-size: 30px;} figure.vp-image img {border:0;}
/* header links wrap */
.header-links ul {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.3rem;
  justify-content: center; /* center the whole group */
}

.header-links li {
  flex: 0 0 130px; /* your chosen width */
  min-width: 0;
  text-align: center; /* center text inside */
}

.header-links a {
  display: block;
  white-space: normal;
  line-height: 1.2;
  text-align: center; /* ensure multiline centering */
}
/*Attachments table styling*/
/* Attachment/download table cleanup */
.table-wrap:has(table.confluenceTable a[href*="/__attachments/"]) {
  display: block !important;
  width: 100% !important;
  max-width: 720px;
  overflow-x: visible !important;
  box-sizing: border-box;
}

.table-wrap:has(table.confluenceTable a[href*="/__attachments/"]) table.confluenceTable {
  width: 100% !important;
  max-width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.table-wrap:has(table.confluenceTable a[href*="/__attachments/"]) th,
.table-wrap:has(table.confluenceTable a[href*="/__attachments/"]) td {
  border: 0;
  border-bottom: 1px solid #e5e7eb;
  padding: 0.6rem 0.75rem;
}

.table-wrap:has(table.confluenceTable a[href*="/__attachments/"]) th {
  background: transparent;
  text-align: left;
}

.table-wrap:has(table.confluenceTable a[href*="/__attachments/"]) th button {
  all: unset;
  font-weight: 600;
}

.table-wrap:has(table.confluenceTable a[href*="/__attachments/"]) th:first-child,
.table-wrap:has(table.confluenceTable a[href*="/__attachments/"]) td:first-child {
  width: auto;
}

.table-wrap:has(table.confluenceTable a[href*="/__attachments/"]) th:last-child,
.table-wrap:has(table.confluenceTable a[href*="/__attachments/"]) td:last-child {
  width: 6rem;
  white-space: nowrap;
  text-align: right;
}