
  .policy-container { max-width: 800px; margin: 20px auto; padding: 0 15px; font-family: Arial, sans-serif; }
  .accordion-header { width: 100%; padding: 15px; background: #f4f4f4; border: none; text-align: left; font-weight: bold; cursor: pointer; display: flex; justify-content: space-between; }
  .content { max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out; padding: 0 15px; background: #fff; border: 1px solid #eee; }
  .content p { padding: 10px 0; }
