
.policy-container {
  width: 80%;
  margin: 130px auto 60px;
  padding: 40px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}

.policy-header {
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.policy-header h1 {
  color: #1a3c5e;
  font-size: 32px;
  margin-bottom: 8px;
}

.policy-updated {
  font-size: 14px;
  color: #999;
}

.policy-intro {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 30px;
  padding: 20px;
  background: #f8fafb;
  border-radius: 8px;
}

.policy-section {
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid #f0f0f0;
}

.policy-section:last-child {
  border-bottom: none;
}

.policy-section h2 {
  color: #1a3c5e;
  font-size: 20px;
  margin-bottom: 10px;
}

.policy-section p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
}

/* RTL support */
html[lang="ar"] .policy-container,
html[lang="ar"] .policy-section,
html[lang="ar"] .policy-header {
  direction: rtl;
  text-align: right;
}