/* Policy Page Styles - Privacy Policy & Terms and Conditions */

.policy-page {
  max-width: 780px;
}

.policy-nav {
  margin-bottom: 25px;
  text-align: left;
}

.policy-nav a {
  color: var(--gold);
  text-decoration: none;
  font-size: 0.9rem;
}

.policy-nav a:hover {
  text-decoration: underline;
}

.policy-section {
  text-align: left;
}

.policy-section .section-title {
  font-size: 1.8rem;
  margin-bottom: 8px;
}

.policy-updated {
  color: var(--grey);
  font-size: 0.85rem;
  margin-bottom: 25px;
}

.policy-content {
  line-height: 1.7;
}

.policy-content > p,
.policy-content ul {
  margin-bottom: 18px;
  color: var(--grey);
  font-size: 0.95rem;
}

.policy-content .policy-heading {
  color: var(--white);
  font-size: 1.15rem;
  font-weight: 600;
  margin-top: 28px;
  margin-bottom: 12px;
}

.policy-content ul {
  padding-left: 24px;
}

.policy-content ul li {
  margin-bottom: 10px;
  color: var(--grey);
}

.policy-content a {
  color: var(--gold);
  text-decoration: none;
}

.policy-content a:hover {
  text-decoration: underline;
}

/* Footer links styling */
.footer a {
  color: var(--gold);
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}
