.terms-page{ }

.terms-hero-inner{
  max-width:720px;
  margin-inline:auto;
  text-align:center;
}

.terms-hero-inner p{
  line-height:1.65;
}

.terms-highlight{
  margin-top:var(--space-4);
  padding:var(--space-4);
  background:var(--color-surface-secondary);
  border:1px solid var(--color-border);
  border-radius:var(--radius-lg);
}

.terms-section .terms-block{
  max-width:760px;
}

.terms-section .terms-block.narrow{
  max-width:680px;
}

.terms-section .terms-block{
  display:flex;
  flex-direction:column;
  gap:var(--space-3);
}

.terms-section h2{
  margin-bottom:var(--space-2);
}

@media (max-width:900px){
  .terms-hero-inner{
    max-width:100%;
    padding-inline:0;
  }

  .terms-section .terms-block,
  .terms-section .terms-block.narrow{
    max-width:100%;
  }
}

/* Editorial refresh */
.terms-hero{background:#172d32;color:#f7f1e8}.terms-hero-inner{max-width:960px;margin:0;text-align:left}.terms-hero-inner p{color:#c9cac5}.terms-highlight{background:#e7b64b;color:#172d32;border:0;border-radius:0;max-width:760px;padding:1.5rem 2rem}.terms-section .terms-block,.terms-section .terms-block.narrow{max-width:850px}.terms-page .terms-section:nth-child(even) .terms-block{margin-left:auto}.terms-page .terms-section:nth-child(odd) .terms-block{margin-right:auto}.terms-page .terms-section:nth-last-child(2){background:#b8674e;color:#fff}.terms-page .terms-section:last-child{background:#e7b64b!important;color:#172d32}
