/* Legal Pages Styling */
.privacy-content,
.terms-content,
.cookie-content {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.7;
  color: #e0e0e0;
}

.privacy-section,
.terms-section,
.cookie-section {
  margin-bottom: 30px;
}

.privacy-section h3,
.terms-section h3,
.cookie-section h3 {
  color: #a6a182;
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 15px;
  border-bottom: 2px solid rgba(166, 161, 130, 0.3);
  padding-bottom: 8px;
}

.privacy-section h4,
.terms-section h4,
.cookie-section h4 {
  color: #ffffff;
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 20px;
}

.privacy-section p,
.terms-section p,
.cookie-section p {
  margin-bottom: 15px;
  text-align: justify;
  color: #e0e0e0;
}

.privacy-section ul,
.terms-section ul,
.cookie-section ul {
  margin: 15px 0;
  padding-left: 20px;
}

.privacy-section li,
.terms-section li,
.cookie-section li {
  margin-bottom: 8px;
  line-height: 1.6;
  color: #e0e0e0;
}

/* Contact box styling */
.privacy-section div[style*="background-color: rgba(166, 161, 130, 0.1)"],
.terms-section div[style*="background-color: rgba(166, 161, 130, 0.1)"],
.cookie-section div[style*="background-color: rgba(166, 161, 130, 0.1)"] {
  border-left: 4px solid #a6a182;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

/* Responsive styling */
@media (max-width: 768px) {
  .privacy-content,
  .terms-content,
  .cookie-content {
    padding: 0 15px;
  }
  
  .privacy-section h3,
  .terms-section h3,
  .cookie-section h3 {
    font-size: 1.2em;
  }
  
  .privacy-section,
  .terms-section,
  .cookie-section {
    margin-bottom: 25px;
  }
}
