/* TotalBestSpin – Terms of Use Page Styles */
.terms-section {
  max-width: 900px;
  margin: 2.5rem auto;
  background: var(--color-surface, #fff);
  border-radius: 1.2rem;
  box-shadow: 0 2px 14px rgba(58,56,72,0.08);
  padding: 2.5rem 1.8rem 2.5rem 1.8rem;
  color: var(--color-text, #231f29);
}
.terms-section h1 {
  font-family: 'Cinzel', serif;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 0.2em;
  color: var(--color-primary, #a98338);
  letter-spacing: 0.04em;
}
.terms-section .subtitle {
  text-align: center;
  color: #a2a2a2;
  margin-bottom: 2rem;
  max-width: none;
}
.terms-block {
  margin-bottom: 2.2rem;
}
.terms-block > * {
  color: #312144;
  max-width: none;
}
.terms-block h2 {
  font-size: 1.23rem;
  color: var(--color-primary, #a98338);
  margin-bottom: 0.5rem;
  letter-spacing: 0.03em;
  font-family: 'Cinzel', serif;
}
.terms-block ul {
  padding-left: 1.5rem;
  list-style: disc;
  margin-bottom: 0.9rem;
  margin-top: 0.4rem;
}
.terms-block li {
  margin-bottom: 0.35rem;
  font-size: 1rem;
}
.terms-contact-details {
  font-style: normal;
  margin-bottom: 0.7rem;
  line-height: 1.6;
}
.terms-contact-details a {
  color: var(--color-link, #8d7327);
  text-decoration: underline dotted;
  word-break: break-all;
}
.terms-last-updated {
  color: #b6afbb;
  font-size: 0.94rem;
  max-width: none;
}
@media (max-width: 700px) {
  .terms-section {
    padding: 1.3rem .6rem 1.8rem .6rem;
  }
  .terms-section h1 {
    font-size: 1.55rem;
  }
  .terms-block h2 {
    font-size: 1.12rem;
  }
}
