/* Styles for reusable components used across multiple pages. */
.header {
  border-bottom: 1px solid #eee;
}

.btn {
  padding: 10px 18px;
}

.btn-primary {
  background: #2563eb;
  color: #ffffff;
  border: none;
}

.btn-outline {
  background: none;
  border: 1px solid #2563eb;
  color: #2563eb;
}

.terms-page,
.privacy-page {
  max-width: 900px;
  margin: 2rem auto;
  padding: 2rem;
  background: #f8f9fa;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.terms-page h1,
.privacy-page h1 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  text-align: center;
  color: #0d6efd;
}
.terms-page h2,
.privacy-page h2 {
  font-size: 1.25rem;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  color: #111827;
}
.terms-page p,
.privacy-page p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  color: #374151;
}
.terms-page section,
.privacy-page section {
  margin-bottom: 1.5rem;
}

/* Responsive */
@media (max-width: 768px) {
  .terms-page,
  .privacy-page {
    padding: 1rem;
  }
  h1 {
    font-size: 1.75rem;
  }
  h2 {
    font-size: 1.125rem;
  }
}

/*# sourceMappingURL=components.css.map */
