﻿

    /* Privacy Policy Styles */
.policy-container {
  background: #111;            /* very dark background */
  color: #ddd;                 /* light grey text */
  max-width: 800px;
  margin: 2rem auto;
  padding: 2rem;
  border: 1px solid lawngreen;
  border-radius: 8px;
  font-family: sans-serif;
  line-height: 1.6;
}

.policy-container h1 {
  color: lawngreen;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 0.25rem;
}

.policy-container .last-updated {
  text-align: center;
  font-style: italic;
  color: #777;
  margin-bottom: 2rem;
}

.policy-container h2 {
  color: lawngreen;
  font-size: 1.75rem;
  margin-top: 2rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #222;
}

.policy-container .section-box {
  border: 1px solid #222;
  border-radius: 6px;
  padding: 1rem;
  margin-top: 1rem;
}

.policy-container h3 {
  color: lawngreen;
  margin-bottom: 0.5rem;
}

.policy-container ul {
  margin-left: 1.2rem;
}

.policy-container a {
  color: lawngreen;
  text-decoration: underline;
}

.policy-container a:hover {
  color: #aaffaa;
}

/* make sure this CSS is loaded in your base.html after all others */