/* BlackSnow Intelligence — the published claim documents.
   Loaded ONLY by privacy, terms, dpa, subprocessors, security, ai-policy, cookies and
   the legal hub. Kept out of site.css deliberately: the marketing pages and the legal
   pages are edited by different people for different reasons, and a change to a
   paragraph rule on a privacy notice must never be able to move the homepage.

   It is a stylesheet and nothing else. Every word the machine reads is in the HTML,
   because the read runs no JavaScript and strips every tag to a space — so nothing
   load-bearing may live in an injected footer, a data attribute or a script. */

.doc {
  padding: 8px 0 96px;
}

.doc .wrap {
  max-width: 840px;
}

.doc-meta {
  margin: 0 0 8px;
  font-size: 13px;
  color: var(--tx3);
  letter-spacing: 0.01em;
}

.doc h2 {
  margin: 48px 0 14px;
  font-size: 22px;
  line-height: 1.32;
  letter-spacing: -0.01em;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.doc h2:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.doc h3 {
  margin: 30px 0 8px;
  font-size: 16px;
  line-height: 1.4;
  color: var(--tx);
}

.doc p,
.doc li {
  font-size: 15.5px;
  line-height: 1.74;
  color: var(--tx2);
}

.doc p {
  margin: 0 0 14px;
}

.doc ul,
.doc ol {
  margin: 0 0 16px;
  padding-left: 22px;
}

.doc li {
  margin: 7px 0;
}

.doc a {
  color: var(--bsi-blue-lift);
}

.doc table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0 22px;
  font-size: 14.5px;
}

.doc th,
.doc td {
  text-align: left;
  padding: 11px 14px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
  line-height: 1.6;
  color: var(--tx2);
}

.doc th {
  font-weight: 600;
  color: var(--tx);
  border-bottom: 1px solid var(--line2);
  white-space: nowrap;
}

.doc tbody tr:last-child td {
  border-bottom: 0;
}

/* The closed-list marker. A sub-processor list is only worth anything if it is
   exhaustive, so the page says so where a reader cannot miss it. */
.doc-closed {
  margin: 20px 0 26px;
  padding: 16px 18px;
  border: 1px solid var(--line2);
  border-left: 3px solid var(--bsi-blue-lift);
  border-radius: var(--r-md);
  background: var(--bg2);
}

.doc-closed p {
  margin: 0;
  color: var(--tx);
}

/* The legal hub's index of documents. */
.doc-index {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  margin: 26px 0 8px;
  padding: 0;
  list-style: none;
}

.doc-index li {
  margin: 0;
}

.doc-index a {
  display: block;
  height: 100%;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  background: var(--bg2);
  text-decoration: none;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.doc-index a:hover,
.doc-index a:focus-visible {
  border-color: var(--line2);
  background: var(--bg1);
}

.doc-index strong {
  display: block;
  margin-bottom: 5px;
  font-size: 15.5px;
  color: var(--tx);
}

.doc-index span {
  display: block;
  font-size: 14px;
  line-height: 1.6;
  color: var(--tx3);
}

@media (max-width: 640px) {
  .doc h2 {
    font-size: 19px;
    margin-top: 38px;
  }

  .doc table {
    font-size: 13.5px;
  }

  .doc th,
  .doc td {
    padding: 9px 10px;
  }

  .doc th {
    white-space: normal;
  }
}
