/* header */

.policy-header-svr {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  width: 100%;
  background: var(--main-bg--txt-light);
}

.policy-header-container-svr {
  display: flex;
  align-items: center;
  height: 88px;
  width: 375px;
}

.policy-header-link-svr {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
  font-size: 10px;
  line-height: 150%;
  text-align: center;
  color: var(--txt-body);
}

.policy-header-icon-svr {
  width: 24px;
  height: 24px;
  fill: var(--main-bg--txt-light);
  stroke: currentColor;
}

/* dl-dt-dd */

dd.zero-margin-svr {
  position: relative;
  padding-left: 24px;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.02em;
}

dd.zero-margin-svr::before {
  position: absolute;
  content: "";
  background: var(--typography-wight);
  border-radius: 100%;
  width: 5px;
  height: 5px;
  /* top: 50%;
  transform: translateY(-50%); */
  top: 6px;
  left: 6px;
}

/* main */

.main-svr {
  width: 375px;
  padding: 104px 16px 48px;
  margin: 0 auto;

  .policy-title-svr {
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    color: var(--also-txt);
    text-align: center;
    margin-bottom: 48px;
  }

  h2 {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 16px;
  }

  /* .bold-text-svr {
  } */

  p {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 24px;
  }

  .zero-margin-svr {
    margin-bottom: 0;
  }

  .small-margin-svr {
    margin-bottom: 8px;
  }

  /* .medium-margin-svr {
    margin-bottom: 16px;
  }

  .large-margin-svr {
    margin-bottom: 24px;
  } */

  section {
    margin-bottom: 24px;
  }

  ul {
    padding-left: 24px;
    list-style-type: disc;
  }

  /* .policy-links-list-svr {
  } */

  .policy-link-svr {
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
    color: var(--playmarket-google-blue);
  }

  .policy-privacy-link-svr {
    color: var(--txt-body);
  }

  .email-policy-svr {
    color: var(--txt-body);
  }
}

@media screen and (min-width: 1440px) {
  .policy-header-container-svr {
    padding-left: 120px;
    align-items: end;
    height: 80px;
    width: 1440px;
  }

  .policy-header-link-svr {
    padding-right: 61px;
  }

  .main-svr {
    padding: 128px 223px 64px;
    width: 1440px;

    .policy-title-svr {
      font-size: 64px;
    }
  }
}
