body {
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

.policy-page {
  padding: 120px 16px 80px;
}

.policy-container {
  max-width: 960px;
  margin: 0 auto;
}

.policy-title {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: 28px;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.policy-subtitle {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}

.policy-effective-date {
  font-size: 14px;
  opacity: 0.8;
  margin-bottom: 32px;
}

.policy-section-title {
  font-size: 20px;
  font-weight: 600;
  margin: 32px 0 16px;
}

.policy-paragraph {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 16px;
}

.policy-paragraph-small {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 8px;
}

.policy-list {
  margin: 0 0 16px 20px;
  padding: 0;
  font-size: 15px;
  line-height: 1.7;
}

.policy-list li {
  margin-bottom: 8px;
}

.policy-link {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.policy-table-wrapper {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 24px;
}

.policy-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
  font-size: 14px;
}

.policy-table th,
.policy-table td {
  border: 1px solid #000000;
  padding: 12px 10px;
  vertical-align: top;
}

.policy-table th {
  font-weight: 600;
  text-align: left;
  background: rgba(255, 255, 255, 0.04);
}

.policy-table tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.02);
}

.policy-table .policy-list {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .policy-page {
    padding: 140px 24px 100px;
  }

  .policy-title {
    font-size: 32px;
  }

  .policy-section-title {
    font-size: 22px;
  }
}

