/* header */

.policy-header-wvb {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  width: 100%;
  background: var(--main-bg--dark-txt);
}

.policy-header-container-wvb {
  display: flex;
  align-items: center;
  height: 88px;
  width: 375px;
}

.policy-header-link-wvb {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
  font-weight: 300;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  color: var(--txt-body);
}

.policy-header-icon-wvb {
  width: 24px;
  height: 24px;
}

/* dl-dt-dd */

dd.zero-margin-wvb {
  position: relative;
  padding-left: 24px;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.02em;
}

dd.zero-margin-wvb::before {
  position: absolute;
  content: "";
  background: var(--txt-body);
  border-radius: 100%;
  width: 5px;
  height: 5px;
  /* top: 50%;
  transform: translateY(-50%); */
  top: 6px;
  left: 6px;
}

/* main */

.main-wvb {
  width: 375px;
  padding: 120px 16px 48px;
  margin: 0 auto;

  .policy-title-wvb {
    font-family: var(--second-family);
    font-weight: 800;
    font-size: 32px;
    line-height: 100%;
    text-transform: uppercase;
    color: var(--txt2);
    text-align: center;
    opacity: 0.8;
    margin-bottom: 48px;
  }

  h2 {
    font-weight: 300;
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 16px;
  }

  /* .bold-text-wvb {
  } */

  p {
    font-weight: 300;
    line-height: 150%;
    margin-bottom: 24px;
  }

  .zero-margin-wvb {
    margin-bottom: 0;
  }

  .small-margin-wvb {
    margin-bottom: 8px;
  }

  /* .medium-margin-wvb {
    margin-bottom: 16px;
  }

  .large-margin-wvb {
    margin-bottom: 24px;
  } */

  section {
    margin-bottom: 24px;
  }

  ul {
    padding-left: 24px;
    list-style-type: disc;
  }

  /* .policy-links-list-wvb {
  } */

  .policy-link-wvb {
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
    text-decoration: underline;
    text-decoration-skip-ink: none;
  }

  .policy-privacy-link-wvb {
    text-decoration: underline;
    text-decoration-skip-ink: none;
  }

  .email-policy-wvb {
    text-decoration: underline;
    text-decoration-skip-ink: none;
  }
}

@media screen and (min-width: 1440px) {
  .policy-header-container-wvb {
    padding-left: 120px;
    align-items: end;
    height: 80px;
    width: 1440px;
  }

  .policy-header-link-wvb {
    padding-right: 54px;
  }

  .main-wvb {
    padding: 128px 223px 64px;
    width: 1440px;

    .policy-title-wvb {
      font-size: 64px;
      margin-bottom: 64px;
    }
  }
}
