/* header */

.policy-header-wdt {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  width: 100%;
  background: var(--bg2);
}

.policy-header-container-wdt {
  display: flex;
  align-items: center;
  height: 56px;
  width: 375px;
}

.policy-header-link-wdt {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
  font-weight: 300;
  font-size: 10px;
  line-height: 150%;
  text-align: center;
}

.policy-header-icon-wdt {
  width: 12px;
  height: 24px;
  stroke: var(--txt-body);
  fill: none;
}

/* dl-dt-dd */

dl {
  padding-left: 24px;
}

dt {
  display: none;
}

dd {
  position: relative;
}

dd::before {
  content: "";
  position: absolute;
  top: 9px;
  left: -16px;
  width: 4px;
  height: 4px;
  background-color: var(--txt-body);
  border-radius: 50%;
}

/* main */

body {
  background: var(--bg2);
}

.footer-policy-wdt {
  background: var(--main-bg-txt);
}

.main-wdt {
  width: 375px;
  padding: 104px 16px 48px;
  margin: 0 auto;

  .policy-title-wdt {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 48px;
  }

  h2 {
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    text-transform: uppercase;
    margin-bottom: 16px;
  }

  /* .bold-text-wdt {
  } */

  p {
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 24px;
  }

  .zero-margin-wdt {
    margin-bottom: 0;
  }

  /* .small-margin-wdt {
    margin-bottom: 8px;
  }

  .medium-margin-wdt {
    margin-bottom: 16px;
  }

  .large-margin-wdt {
    margin-bottom: 24px;
  } */

  section {
    margin-bottom: 24px;
  }

  ul {
    padding-left: 24px;
    list-style-type: disc;
  }

  /* .policy-links-list-wdt {
  } */

  .policy-link-wdt {
    text-decoration: underline;
    text-decoration-skip-ink: none;
  }

  .policy-privacy-link-wdt {
    text-decoration: underline;
    text-decoration-skip-ink: none;
  }

  .email-policy-wdt {
    text-decoration: underline;
    text-decoration-skip-ink: none;
  }
}

@media screen and (min-width: 1440px) {
  .policy-header-container-wdt {
    padding: 56px 120px 16px;
    height: 96px;
    width: 1440px;
  }

  .main-wdt {
    padding: 128px 223px 64px;
    width: 1440px;

    .policy-title-wdt {
      font-size: 64px;
      margin-bottom: 64px;
    }
  }
}
