/* css/ehdot.css */

.terms-content {
  color: #e0e0e0; /* Vaalea teksti tummalle taustalle (oletan TFW brändin) */
  line-height: 1.6;
}

.terms-content h2 {
  color: var(--brand, #ffc000); /* TFW keltainen otsikoihin */
  font-size: 1.4rem;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 0.5rem;
}

.terms-content h2:first-of-type {
  margin-top: 0;
}

.terms-content p {
  margin-bottom: 1.2rem;
  font-size: 1rem;
}

.terms-content strong {
  color: #ffffff;
  font-weight: 600;
}

/* Varoituslaatikko terveysasioille */
.warning-box {
  background-color: rgba(255, 68, 68, 0.1); /* Kevyt punertava tausta */
  border-left: 4px solid #ff4444; /* Punainen korostusreuna */
  padding: 1.5rem;
  margin-top: 2rem;
  border-radius: 0 8px 8px 0;
  font-size: 0.95rem;
}

.warning-box strong {
  color: #ff4444;
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}