/* Sweet T Salon — legal page prose (Terms of Use, Privacy Policy) */
.stf-legal-content {
  max-width: 820px;
  margin: 0 auto;
  text-align: left;
}
.stf-legal-content .stf-updated {
  color: #8a8a8a;
  font-size: 0.9rem;
  margin-bottom: 2rem;
}
.stf-legal-content h2 {
  font-family: "Prata", Georgia, serif;
  font-weight: 400;
  color: #2D9585;
  font-size: 1.55rem;
  line-height: 1.3;
  margin: 2.4rem 0 0.6rem;
}
.stf-legal-content h3 {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 700;
  color: #3a3a3a;
  font-size: 1.12rem;
  margin: 1.5rem 0 0.4rem;
}
.stf-legal-content p,
.stf-legal-content li {
  color: #555;
  line-height: 1.75;
  font-size: 1.02rem;
}
.stf-legal-content ul {
  padding-left: 1.3rem;
  margin: 0.4rem 0 1.2rem;
}
.stf-legal-content li { margin-bottom: 0.4rem; }
.stf-legal-content a {
  color: #2D9585;
  text-decoration: underline;
}
.stf-legal-content a:hover { color: #06D9E7; }
