/* Editable source tables restored from the supplied thesis. */
.paroi-site .paroi-pdf-table-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  margin: 28px 0 38px;
  border: 1px solid var(--paroi-line, #d9d2c8);
  background: #fffdf9;
  box-shadow: 0 2px 8px rgb(23 44 57 / .04);
  scrollbar-color: #a58b69 #f1ece4;
}
.paroi-site .paroi-pdf-table-wrap:focus-visible {
  outline: 3px solid #a57b3b;
  outline-offset: 3px;
}
.paroi-site .paroi-pdf-table {
  width: 100%;
  min-width: 0;
  border-collapse: collapse;
  color: #303c44;
  font: 400 14px/1.52 system-ui, sans-serif;
}
.paroi-site .paroi-pdf-table-three .paroi-pdf-table { min-width: 1040px; }
.paroi-site .paroi-pdf-table caption {
  caption-side: top;
  padding: 17px 18px 14px;
  color: #172c39;
  text-align: left;
  font: 400 20px/1.35 Georgia, serif;
  background: #f4eee6;
}
.paroi-site .paroi-pdf-pages {
  display: block;
  margin-top: 4px;
  color: #61696d;
  font: 400 12px/1.5 system-ui, sans-serif;
}
.paroi-site .paroi-pdf-table th,
.paroi-site .paroi-pdf-table td {
  min-width: 125px;
  padding: 13px 14px;
  border: 1px solid #ded7cd;
  vertical-align: top;
  text-align: left;
  overflow-wrap: anywhere;
}
.paroi-site .paroi-pdf-table thead th {
  color: #f7f2ea;
  background: #213b4b;
  font-weight: 600;
}
.paroi-site .paroi-pdf-table tbody th {
  color: #172c39;
  background: #eee9e2;
  font-weight: 650;
}
.paroi-site .paroi-pdf-table tbody tr:nth-child(even) td { background: #faf7f2; }
.paroi-site .paroi-pdf-table td p,
.paroi-site .paroi-pdf-table th p { margin: 0 0 9px; font: inherit; }
.paroi-site .paroi-pdf-table td p:last-child,
.paroi-site .paroi-pdf-table th p:last-child { margin-bottom: 0; }
.paroi-site .paroi-pdf-zone { display: grid; justify-items: center; gap: 4px; min-width: 90px; }
.paroi-site .paroi-pdf-zone-image { display: block; max-width: 95px; max-height: 130px; width: auto; height: auto; object-fit: contain; }
.paroi-site .paroi-pdf-zone small { color: #61696d; font-size: 11px; font-weight: 400; }
.paroi-site .paroi-consent-body { max-width: 1080px; color: var(--e-global-color-text, #303c44); font-size: 17px; line-height: 1.8; }
.paroi-site .paroi-consent-body p { margin: 0 0 22px; }
.paroi-site .paroi-consent-intro { max-width: 820px; }
.paroi-site .paroi-consent-guide { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 34px 0 52px; }
.paroi-site .paroi-consent-card { min-width: 0; padding: 25px 28px 28px; border: 1px solid var(--paroi-line, #d9d2c8); background: var(--paroi-ivory, #faf7f1); }
.paroi-site .paroi-consent-card-number { display: block; margin-bottom: 12px; color: var(--paroi-gold, #7a654e); font: 400 25px/1 Georgia, serif; }
.paroi-site .paroi-consent-card h2,
.paroi-site .paroi-consent-photos h2 { margin: 0 0 13px; color: var(--paroi-ink, #172c39); font: 400 28px/1.25 var(--paroi-font-display, Georgia, serif); }
.paroi-site .paroi-consent-card p { margin-bottom: 11px; font-size: 15px; line-height: 1.65; }
.paroi-site .paroi-consent-card .paroi-pdf-pages { margin: 0 0 17px; }
.paroi-site .paroi-consent-card a { color: var(--paroi-ink, #172c39); font-size: 14px; text-decoration: underline; text-underline-offset: 4px; }
.paroi-site .paroi-consent-card a:hover { color: var(--paroi-gold, #7a654e); }
.paroi-site .paroi-consent-photos { max-width: 820px; padding-top: 30px; border-top: 1px solid var(--paroi-line, #d9d2c8); }
.paroi-site .paroi-consent-body blockquote {
  margin: 24px 0;
  padding: 14px 22px;
  border-left: 3px solid #a58b69;
  background: #faf7f1;
  font: 400 22px/1.55 Georgia, serif;
}
.paroi-site .paroi-consent-body blockquote p { margin: 0; }
.paroi-site .paroi-pdf-source { color: #61696d; font-size: 14px; }
.paroi-site .paroi-pdf-source a { text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 760px) {
  .paroi-site .paroi-pdf-table-wrap { margin: 20px 0 30px; }
  .paroi-site .paroi-pdf-table,
  .paroi-site .paroi-pdf-table-three .paroi-pdf-table { min-width: 0; width: 100%; font-size: 13px; }
  .paroi-site .paroi-pdf-table caption { display: block; padding: 14px; font-size: 18px; }
  .paroi-site .paroi-pdf-table thead { display: none; }
  .paroi-site .paroi-pdf-table tbody,
  .paroi-site .paroi-pdf-table tbody tr,
  .paroi-site .paroi-pdf-table tbody th,
  .paroi-site .paroi-pdf-table tbody td { display: block; width: 100%; min-width: 0; }
  .paroi-site .paroi-pdf-table tbody tr { border-top: 8px solid #f1ece4; }
  .paroi-site .paroi-pdf-table tbody th,
  .paroi-site .paroi-pdf-table tbody td { padding: 11px 12px; border-width: 0 0 1px; }
  .paroi-site .paroi-pdf-table tbody td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 5px;
    color: #172c39;
    font: 600 11px/1.4 system-ui, sans-serif;
    letter-spacing: .09em;
    text-transform: uppercase;
  }
  .paroi-site .paroi-pdf-zone { justify-items: start; grid-template-columns: auto 1fr; align-items: center; gap: 4px 12px; }
  .paroi-site .paroi-pdf-zone-image { grid-row: span 2; max-width: 72px; max-height: 90px; }
  .paroi-site .paroi-consent-body { font-size: 16px; }
  .paroi-site .paroi-consent-guide { grid-template-columns: 1fr; gap: 12px; margin: 25px 0 40px; }
  .paroi-site .paroi-consent-card { padding: 21px; }
  .paroi-site .paroi-consent-card h2,
  .paroi-site .paroi-consent-photos h2 { font-size: 25px; }
  .paroi-site .paroi-consent-body blockquote { font-size: 19px; }
}
