.shopify-policy__container {
  max-width: calc(1440px + (var(--padding-inline-desktop, 5rem) * 2)) !important;
  padding-inline: var(--padding-inline-mobile, 1.5rem) !important;
  margin-inline: auto !important;
  @media screen and (min-width: 768px) {
    padding-inline: var(--padding-inline-tablet, 1.5rem) !important;
  }
  @media screen and (min-width: 1280px) {
    padding-inline: var(--padding-inline-desktop, 5rem) !important;
  }

  .shopify-policy__title {
    margin: 0;
    padding: 0;
  }

  h1, h2, h3, h4, h5, h6 {
    color: var(--color-text-heading);
    text-transform: none;
  }

  h2, h3, h4, h5, h6 {
    font-family: var(--font-body-family);
    font-weight: var(--font-body-weight-bolder);
    margin: 40px 0 20px;
  }

  h1 {
    font-family: var(--font-heading-family);
    font-weight: var(--font-heading-weight);
    font-size: 34px;
    line-height: 1.18;
    text-align: left;
    margin-bottom: 40px;
    @media screen and (min-width: 768px) {
      text-align: center;
    }
    @media screen and (min-width: 1280px) {
      font-size: 56px;
      line-height: 1.1;
      margin-bottom: 56px;
    }
  }

  h2 {
    font-size: 18px;
    letter-spacing: 3px;
    line-height: 1.18;
    text-transform: uppercase;
    scroll-margin-top: 80px;
    @media screen and (min-width: 1280px) {
      font-size: 20px;
    }
  }

  h3 {
    font-size: 18px;
    line-height: 1.4;
    @media screen and (min-width: 1280px) {
      font-size: 20px;
    }
  }

  h4 {
    font-size: 18px;
    line-height: 1.3;
  }

  h5 {
    font-size: 14px;
    line-height: 1.3;
  }

  h6 {
    font-size: 12px;
    line-height: 1.3;
  }

  ul {
    list-style-type: disc !important;
    list-style-position: outside !important;
    margin-bottom: 12px !important;
  }

  a {
    color: var(--color-primary) !important;
    text-decoration: underline !important;
    text-decoration-thickness: 0.1rem !important;
    transition: opacity 0.3s ease !important;
  }

  a:hover {
    color: var(--color-primary) !important;
    opacity: 0.8 !important;
    text-decoration: underline !important;
    text-decoration-thickness: 0.1rem !important;
  }

  em {
    text-transform: uppercase !important;
    font-style: normal !important;
  }
}