/* =========================
   Privacy Policy Layout
   ========================= */

.privacy-policy {
  max-width: 640px;
  margin: 0 auto 64px auto;
  padding: 0 32px;
  font-family: "Review", Helvetica, Arial, sans-serif;
  color: #0a0a0a;
  line-height: 1.6;
}


/* =========================
   Header
   ========================= */

.privacy-header {
  margin-bottom: 0;
}

.privacy-header h1 {
  font-size: 56px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 24px 0 16px 0;
  padding: 0;
  font-family: "Offbeat Line";
}

.last-updated {
  font-size: 13px;
  color: #0a0a0a;
  letter-spacing: 1;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 48px;
}


/* =========================
   Intro
   ========================= */

.privacy-intro {
  font-size: 16px;
  color: #0a0a0a;
  margin-bottom: 0px;
}


/* =========================
   Sections
   ========================= */

.privacy-policy section {
  margin-bottom: 16px;
}

.privacy-policy section:last-child {
  margin-bottom: 0;
}


/* =========================
   Headings
   ========================= */

.privacy-policy h2 {
  font-size: 24px;
  font-weight: 500;
  margin: 32px 0 24px 0;
  letter-spacing: -0.01em;
  padding: 0;
}

.privacy-policy h3 {
  font-size: 16px;
  font-weight: 500;
  margin: 1.75rem 0 0.5rem;
  color: #0a0a0a;
}

.privacy-policy h4 {
  font-size: 16px;
  font-weight: 500;
  display: inline;
  margin: 0;
  padding: 0;
}

/* =========================
   Body Text
   ========================= */

.privacy-policy p {
  margin: 0 0 24px;
  font-size: 16px;
  color: #0a0a0a;
}


/* =========================
   Lists
   ========================= */

.privacy-policy ul {
  margin: 0.5rem 0 1.25rem 1.25rem;
  padding: 0;
}

.privacy-policy li {
  margin-bottom: 0.5rem;
  font-size: 16px;
  color: #0a0a0a;
}

.privacy-policy .item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 16px;
    font-weight: 500;
}

.privacy-policy .item .number {
    width: 24px;
}

.privacy-policy .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin: 32px 0;
}

.privacy-policy .grid .column {
    border-bottom: 1px solid #0a0a0a;
    padding: 0 0 32px 0;
}

.privacy-policy .grid .column-heading {
  font-size: 13px;
  color: #0a0a0a;
  letter-spacing: 1;
  text-transform: uppercase;
  font-weight: 500;
  border-bottom: 0;
  padding: 0;
}

.privacy-policy .grid .column-1 {
    font-size: 18px;
    font-weight: 500;
}

/* =========================
   Links
   ========================= */

.privacy-policy a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  line-height: normal;
  font-weight: 500;
}

.privacy-policy a:hover {
  opacity: 0.75;
}


/* =========================
   Divider (Optional)
   ========================= */

.privacy-policy section + section {
  border-top: 0px solid #0a0a0a;
  padding-top: 0px;
}


/* =========================
   Responsive Adjustments
   ========================= */

@media (max-width: 600px) {
  .privacy-policy {
    
  }

  .privacy-header h1 {
    font-size: 48px;
  }
  
  .privacy-policy .grid .column-1 {
      
  }
  
  .privacy-policy .grid {
      
  }
}
