/* Styles for policy pages */
.policy-content {
  font-family: 'Roboto';
  font-size: 12px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 2rem;
  column-count: 2;
  column-gap: 2rem;
}

.policy-content h1 {
  font-size: 1.3em;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

.policy-content h2 {
  font-size: 1.2em;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

.policy-content h3 {
  font-size: 1.1em;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

.policy-content p,
.policy-content li {
  margin-bottom: 1rem;
  text-align: justify;
}

.policy-content ul,
.policy-content ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

.policy-content ul {
  list-style-type: disc;
}

.policy-content ol {
  list-style-type: decimal;
}

.policy-content table {
  width: 100%;
  margin-bottom: 1rem;
  border-collapse: collapse;
}

.policy-content table th,
.policy-content table td {
  padding: 0.75rem;
  border: 1px solid #dee2e6;
}

.policy-content blockquote {
  padding: 0.75rem 1.25rem;
  margin: 0 0 1rem;
  font-size: 1rem;
  border-left: 0.25rem solid #eceeef;
  background-color: #f8f9fa;
}

.policy-content code {
  padding: 0.2em 0.4em;
  margin: 0;
  font-size: 85%;
  background-color: rgba(27,31,35,0.05);
  border-radius: 3px;
}

.policy-content pre {
  padding: 1rem;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  background-color: #f6f8fa;
  border-radius: 3px;
}

@media print {
  .btn {
    display: none;
  }
}
