.policy-container {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  padding: 48px 40px;
  max-width: 600px;
  text-align: left;
}

.policy-title {
  font-size: 2.2em;
  font-weight: 600;
  margin-bottom: 36px;
  color: #273043;
  text-align: center;
}

.policy-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.policy-links li {
  margin-bottom: 24px;
}

.policy-links li:last-child {
  margin-bottom: 0;
}

.policy-links a {
  font-size: 1.15em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 12px;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.policy-links a i {
  margin-right: 12px;
  width: 20px;
  text-align: center;
}

.policy-link-primary,
.policy-link-secondary {
  color: #273043;
}

.policy-links a:hover {
  background-color: rgba(39, 48, 67, 0.05);
  color: #007bff;
}
