/* GS_TERMS_CONDITIONS Styles */
.terms-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  line-height: 1.8;
}

.terms-section {
  margin-bottom: 40px;
}

.terms-section h2 {
  color: #2c3e50;
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 15px;
  border-bottom: 2px solid #3498db;
  padding-bottom: 10px;
}

.terms-section h3 {
  color: #34495e;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.terms-section p {
  margin-bottom: 15px;
  text-align: justify;
}

.terms-section ul {
  margin-left: 30px;
  margin-bottom: 15px;
}

.terms-section li {
  margin-bottom: 8px;
}

.company-info,
.contact-info,
.notice-address {
  background-color: #f8f9fa;
  padding: 15px;
  border-left: 4px solid #3498db;
  margin: 20px 0;
}

.last-updated {
  font-style: italic;
  color: #7f8c8d;
  margin-bottom: 30px;
}

.effective-date {
  font-weight: bold;
  color: #2c3e50;
  margin-top: 30px;
  padding: 15px;
  background-color: #ecf0f1;
  border-radius: 5px;
}
