.policy-page {
  padding-top: 5rem;
  background: var(--white);
}

.policy-page .content-hero {
  padding: clamp(4.5rem, 9vw, 7.5rem) 0 clamp(2.5rem, 5vw, 4rem);
  background: var(--white);
  color: var(--navy);
}

.policy-page .content-hero h1 {
  max-width: 58rem;
  margin: 0 0 1rem;
}

.policy-date {
  margin: 0;
  color: rgba(10, 25, 41, 0.72);
  font-family: var(--font-body);
  font-size: 0.95rem !important;
  line-height: 1.5 !important;
}

.policy-content {
  padding: 0 0 clamp(5rem, 9vw, 8rem);
}

.policy-reading-width {
  width: 100%;
  max-width: 54rem;
}

.policy-intro {
  margin: 0 0 clamp(3rem, 6vw, 5rem);
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  line-height: 1.6;
}

.policy-section {
  padding: clamp(2rem, 4vw, 3.25rem) 0;
  border-top: 1px solid rgba(10, 25, 41, 0.18);
}

.policy-section h2 {
  margin: 0 0 1.25rem;
  font-size: clamp(1.75rem, 3.5vw, 2.65rem);
  line-height: 1.12;
}

.policy-section p,
.policy-section li,
.policy-download {
  font-size: 1.0625rem;
  line-height: 1.72;
}

.policy-section p { margin: 0 0 1.15rem; }
.policy-section p:last-child { margin-bottom: 0; }
.policy-section ul { margin: 0; padding-left: 1.35rem; }
.policy-section li + li { margin-top: 0.42rem; }

.policy-page main a:not(.download-btn) {
  color: var(--navy);
  text-decoration-line: underline;
  text-decoration-color: var(--pink);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22rem;
}

.policy-page main a:not(.download-btn):hover,
.policy-page main a:not(.download-btn):focus {
  color: var(--navy);
  text-decoration-thickness: 2px;
}

.policy-download {
  margin: 0 0 clamp(2.5rem, 5vw, 4rem);
}

.policy-table-wrap {
  width: 100%;
  overflow: visible;
}

.policy-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
  line-height: 1.6;
}

.policy-table th,
.policy-table td {
  padding: 1rem;
  border: 1px solid rgba(10, 25, 41, 0.24);
  text-align: left;
  vertical-align: top;
}

.policy-table th {
  background: rgba(10, 25, 41, 0.06);
  font-weight: 650;
}

.policy-table tbody th { width: 31%; }
.policy-contact { font-style: normal; }

@media (max-width: 48rem) {
  .policy-page { padding-top: 4.5rem; }
  .policy-page .content-hero { padding: 3.5rem 0 2rem; }
  .policy-content { padding-bottom: 4.5rem; }
  .policy-intro { margin-bottom: 2.75rem; }
  .policy-section { padding: 2rem 0; }
  .policy-section p,
  .policy-section li,
  .policy-download { font-size: 1rem; }

  .policy-table,
  .policy-table thead,
  .policy-table tbody,
  .policy-table tr,
  .policy-table th,
  .policy-table td { display: block; width: 100%; }

  .policy-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .policy-table tr {
    margin-bottom: 1rem;
    border: 1px solid rgba(10, 25, 41, 0.24);
  }

  .policy-table tbody th,
  .policy-table td {
    border: 0;
    padding: 0.85rem 1rem;
  }

  .policy-table tbody th {
    background: rgba(10, 25, 41, 0.06);
  }

  .policy-table td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 0.35rem;
    font-weight: 650;
  }
}
