/* Shared policy page typography — privacy, terms, refund */
.policy-section h2 {
  margin: 0 0 10px;
  line-height: 1.3;
}
.policy-section p {
  line-height: 1.45;
  margin: 0 0 8px;
}
.policy-section ul {
  line-height: 1.45;
}
.policy-section li {
  margin-bottom: 5px;
}
.policy-section li:last-child {
  margin-bottom: 0;
}
.policy-footer {
  line-height: 1.45;
  padding: 20px 24px;
}
.policy-footer p {
  margin: 0 0 6px;
  line-height: 1.45;
}
.policy-footer p:last-child {
  margin-bottom: 0;
}
body.lang-telugu .policy-section p,
body.lang-telugu .policy-section li,
body.lang-telugu .policy-footer p {
  line-height: 1.52;
}
