/* Privacy page additions. The core two-column structure comes from style.css. */

.privacy-page .sec2 {
  color: #181818;
}

.privacy-page .privacy-panel .container {
  padding-bottom: 32px;
}

.privacy-content {
  padding-bottom: 24px;
}

.privacy-content .privacy-logo-link {
  display: block;
  width: 100%;
}

.privacy-content .wide-logo {
  display: block;
  width: 52%;
  max-width: 430px;
  height: auto;
}

.privacy-home-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 28px;
  color: #009fe3;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.privacy-home-link:hover,
.privacy-home-link:focus {
  text-decoration: underline;
}

.privacy-title {
  margin-top: 46px;
}

.privacy-updated {
  margin: 14px 0 32px;
  color: #606060;
  font-size: 15px;
}

.privacy-section {
  margin-top: 42px;
}

.privacy-section:first-of-type {
  margin-top: 0;
}

.privacy-section h2 {
  margin: 0;
  color: #181818;
  font-family: 'Archivo', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}

.privacy-section h3 {
  margin: 25px 0 8px;
  color: #181818;
  font-family: 'Archivo', sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
}

.privacy-section .section-line {
  width: 50px;
  height: 5px;
  margin: 6px 0 22px;
  background-color: #009fe3;
}

.privacy-section p,
.privacy-section li {
  color: #252525;
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  line-height: 1.65;
}

.privacy-section p {
  margin: 0 0 17px;
}

.privacy-section ul {
  margin: 8px 0 20px;
  padding-left: 26px;
  list-style: disc;
}

.privacy-section li {
  display: list-item;
  margin-bottom: 9px;
}

.privacy-section strong {
  font-weight: 700;
}

.privacy-section a {
  color: #009fe3;
  overflow-wrap: anywhere;
}

.privacy-address {
  padding: 17px 19px;
  border-left: 5px solid #009fe3;
  background: #f5f8fa;
}

.privacy-mobile-intro {
  text-align: center;
}

.privacy-mobile-logo {
  display: block;
  width: min(430px, 88%);
  height: auto;
  margin: 0 auto;
}

.privacy-page .copyright {
  padding: 16px 20px 22px;
  color: #555555;
  font-size: 14px;
}

.privacy-page .copyright a {
  color: #009fe3;
  text-decoration: none;
}

.privacy-page .copyright a:hover,
.privacy-page .copyright a:focus {
  text-decoration: underline;
}

@media (max-width: 900px) and (min-width: 449px) {
  .privacy-page .container {
    padding: 38px;
  }

  .privacy-content .wide-logo {
    max-width: 70%;
  }
}

@media (max-width: 448px) {
  .privacy-page .container {
    padding: 26px 22px;
  }

  .privacy-mobile-intro .text {
    font-size: 16px;
  }

  .privacy-home-link {
    margin-top: 6px;
    margin-bottom: 22px;
  }

  .privacy-content > .heading {
    display: none;
  }

  .privacy-title {
    margin-top: 12px;
    font-size: 27px;
  }

  .privacy-section {
    margin-top: 36px;
  }

  .privacy-section h2 {
    font-size: 22px;
  }

  .privacy-section h3 {
    font-size: 18px;
  }

  .privacy-section p,
  .privacy-section li {
    font-size: 16px;
    line-height: 1.62;
  }
}
