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

.policy-page {
  max-width: 820px;
  margin: 0 auto;
  padding: 28px;
  border: 1px solid #d8e3f4;
  border-radius: 12px;
  background: #ffffffd9;
  box-shadow: 10px 10px 20px #30406030;
}

.policy-page h1 {
  margin-top: 0;
}

.policy-page h2 {
  margin: 32px 0 10px;
  color: #243b67;
  font-size: 1.15rem;
}

.policy-page p {
  color: #45536c;
  line-height: 1.85;
}

.policy-page a {
  color: #2b68bb;
}

.policy-updated {
  margin-top: 32px;
  font-size: .9rem;
}

.release-notes-table-wrap {
  overflow-x: auto;
}

.release-notes-table {
  width: 100%;
  border-collapse: collapse;
  color: #45536c;
  line-height: 1.7;
}

.release-notes-table th,
.release-notes-table td {
  padding: 14px;
  border: 0;
  border-bottom: 1px solid #d8e3f4;
  text-align: left;
  vertical-align: top;
}

.release-notes-table th {
  background: transparent;
  color: #243b67;
}

.release-notes-table td:first-child {
  width: 9.5rem;
  white-space: nowrap;
  font-weight: 700;
}

@media (max-width: 720px) {
  .policy-page {
    padding: 20px;
  }

  .release-notes-table th,
  .release-notes-table td {
    padding: 10px;
  }
}
