/* Policy pages (Terms of Use, Privacy Policy) specific styles */

body.policy-page {
  padding-top: 5rem;
}

.policy-container {
  background: #fff;
  padding: 3rem;
  border-radius: 1rem;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  margin: 2rem 0;
}

.policy-header {
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
  border-bottom: 3px solid var(--accent-color);
  padding-bottom: 1rem;
}

.section-title {
  color: var(--secondary-color);
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.policy-text {
  color: var(--text-dark);
  line-height: 1.6;
  margin-bottom: 1rem;
}

.policy-list {
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

.policy-list li {
  margin-bottom: 0.5rem;
  color: var(--text-dark);
  line-height: 1.6;
}

.effective-date {
  font-style: italic;
  color: #666;
  text-align: center;
  margin-bottom: 2rem;
}

.last-updated {
  background: var(--bg-light);
  padding: 1rem;
  border-radius: 0.5rem;
  border-left: 4px solid var(--accent-color);
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .policy-container {
    padding: 2rem 1.5rem;
    margin: 1rem 0;
  }
}
