/* Kullanım Koşulları Sayfası Stilleri */
.terms-section {
  padding: 60px 0;
  background-color: var(--secondary);
  line-height: 1.6;
  color: #333;
}

.terms-header {
  text-align: left;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.terms-header h1 {
  font-size: 36px;
  color: #2c3e50;
  margin-bottom: 10px;
}

.last-updated {
  color: #777;
  font-style: italic;
}

.terms-content {
  margin: 0 auto;
}

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

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

.terms-section h3 {
  font-family: 'Arial', sans-serif;
  color: #2c3e50;
  font-size: 20px;
  margin: 20px 0 15px;
}

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

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

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

address {
  font-style: normal;
  margin-top: 15px;
}

address p {
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .terms-header h1 {
    font-size: 28px;
  }
  
  .terms-section h2 {
    font-size: 22px;
  }
  
  .terms-section h3 {
    font-size: 18px;
  }
  
  .terms-section {
    padding: 40px 0;
  }
}