/* Policy pages display complete information instead of collapsible accordions. */
.privacy-detail .policy-item button {
  pointer-events: none;
  cursor: default;
}
.privacy-detail .policy-item button > i {
  display: none;
}
.privacy-detail .policy-answer {
  display: block !important;
}
.privacy-detail .policy-item {
  padding-bottom: 13px;
}
.terms-detail {
  display: flex;
  gap: 13px;
  padding: 12px 2px;
  border-bottom: 1px solid #e8ece4;
  scroll-margin-top: 140px;
}
.terms-detail > i {
  display: grid;
  place-items: center;
  flex: 0 0 43px;
  width: 43px;
  height: 43px;
  border-radius: 7px;
  background: #eff5e8;
  color: #4a8215;
  font-size: 17px;
}
.terms-detail h2 {
  font-size: 12px;
  margin: 1px 0 6px;
}
.terms-detail p {
  margin: 0;
  color: #535e54;
  font-size: 10px;
  line-height: 1.55;
}
.in-page-links h2,
.important-notes h2 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.in-page-links h2 > i,
.important-notes h2 > i {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #eff5e8;
  color: #4b8112;
  font-size: 13px;
}
.in-page-links a {
  display: block;
  padding: 8px 0;
  color: #3d493d;
  text-decoration: none;
  font-family: "Playfair Display", serif;
  font-size: 11px;
}
.in-page-links a:hover {
  color: #4b8112;
}
.important-notes ul {
  margin: 21px 0 0;
  padding: 0;
  list-style: none;
}
.important-notes li {
  margin: 13px 0;
  color: #515c52;
  font-size: 10px;
  line-height: 1.45;
}
.important-notes li:before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 13px;
  height: 13px;
  margin-right: 8px;
  border-radius: 50%;
  background: #4b8413;
  color: #fff;
  font-size: 8px;
}
.help-policy {
  text-align: left;
}
.help-policy > i {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 20px auto 12px;
  border-radius: 50%;
  background: #eff5e8;
  color: #447c10;
  font-size: 25px;
}
.help-policy p {
  text-align: center;
  color: #555e56;
  font-size: 10px;
  line-height: 1.55;
}
.help-policy > a {
  display: block;
  margin-top: 18px;
  padding: 9px;
  border: 1px solid #5b9330;
  border-radius: 4px;
  color: #397710;
  text-align: center;
  text-decoration: none;
  font-size: 10px;
  font-weight: 700;
}
.help-policy > a i {
  margin-right: 7px;
}
@media (max-width: 600px) {
  .terms-detail {
    gap: 9px;
  }
  .terms-detail > i {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
    font-size: 14px;
  }
}
