/* source: v3/policy\privacy.vue */
.policy-doc {
  font-family: "Arial", sans-serif;
  line-height: 1.6;
  color: #333;
}

h1, h2, h3 {
  color: #2c3e50;
}

p, li {
  margin-bottom: 1rem;
}

ul {
  list-style-type: disc;
  padding-left: 2rem;
}

.list-decimal {
  list-style-type: decimal;
}

.font-medium {
  font-weight: 500;
}
