.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;
  }

  .shopify-policy__body > .rte {
    display: flex;
    flex-direction: column;
    gap: 40px;
  } 

  h2, h3, h4, h5, h6 {
    font-style: italic;
    margin: 0 0 16px;
  }

  h1 {
    font-weight: 700;
    text-align: left;
    margin-bottom: 40px;
    @media screen and (min-width: 768px) {
      text-align: center;
    }
    @media screen and (min-width: 1280px) {
      margin-bottom: 56px;
    }
  }

  h2 {
    scroll-margin-top: 80px;
  }

  ul {
    list-style-type: disc;
    list-style-position: outside;
    margin: 16px 0 16px 16px;
    padding-left: 16px;
  }

  li {
    line-height: normal;
    padding-bottom: 8px;    
  }

  p {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 0;
  }

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

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