/** Shopify CDN: Minification failed

Line 16:17 Unexpected "{"
Line 16:26 Expected ":"
Line 20:17 Unexpected "{"
Line 20:26 Expected ":"
Line 20:33 Unexpected "{"
Line 63:17 Unexpected "{"
Line 63:26 Expected ":"
Line 67:17 Unexpected "{"
Line 67:26 Expected ":"
Line 76:17 Unexpected "{"
... and 42 more hidden warnings

**/
  #ReleaseNotes-{{ section.id }} .release-notes-section {
    width: 100%;
  }

  #ReleaseNotes-{{ section.id }} {
    width: 100%;
    background: #fff;
    color: #111;
    padding: 72px 0 60px;
  }

  .release-notes-container {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 2fr;
    column-gap: 60px;
    align-items: start;
  }
.release-notes-sidebar p{
  margin-bottom: 30px;
  line-height: 1.55;
    font-size: 16px;
    color: #000;
}
.release-description ul li {
    list-style: disc;
}

.release-description ul {
    padding-left: 30px;
}
  .release-notes-brand {
    margin: 8 0 28px;
    line-height: 1.15;
    font-size: 35px;
    color: #000;
    margin-bottom: 20px;
    letter-spacing: 0;
  }
  
  .release-notes-buttons {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
  }
  
  #ReleaseNotes-{{ section.id }} .release-notes-content {
    max-width: 950px;
  }
  
  #ReleaseNotes-{{ section.id }} .release-notes-header {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.5;
  }

  #ReleaseNotes-{{ section.id }} .release-version,
  #ReleaseNotes-{{ section.id }} .release-date {
    color: #111;
  }
  
  #ReleaseNotes-{{ section.id }} .release-separator {
    color: #999;
  }
  
  .release-description {
    max-width: 950px;
    margin: 0;
    line-height: 1.55;
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
  }
  
  .release-links {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 20px;
    flex-wrap: wrap;
  }
  
  
  .release-link-button, .release-text-link, .documentation-link {
    color: #e82866;
    font-size: 16px;
    line-height: 1.4;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    background: transparent;
    border: none;
  }
  
  .release-text-link {
    text-decoration: underline;
  }

 .release-link-button:hover,
 .release-text-link:hover,
 .documentation-link:hover {
    color: #000;
  }

  #ReleaseNotes-{{ section.id }} .release-documentation {
    margin-top: 31px;
  }

  #ReleaseNotes-{{ section.id }} .release-documentation h3 {
    margin: 0 0 17px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
  }


  #ReleaseNotes-{{ section.id }} .documentation-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
  }


  #ReleaseNotes-{{ section.id }} .external-icon {
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
  }


  /* =========================================
     LOCATION
  ========================================== */

  #ReleaseNotes-{{ section.id }} .release-location {
    margin-top: 36px;
    color: #666;
    font-size: 17px;
    line-height: 1.5;
  }


  /* =========================================
     POPUP
  ========================================== */

  #ReleaseNotes-{{ section.id }} .release-details-popup {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: none;
  }


  #ReleaseNotes-{{ section.id }} .release-details-popup.is-open {
    display: block;
  }


 .release-popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    cursor: pointer;
    display: block !important;
  }


 .release-popup-wrapper {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0px;
    overflow-y: auto;
  }

 .release-popup {
    position: relative;
    max-width: min(100%, 720px);
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  }

 .release-popup-content {
    padding: 30px;
  }

.release-body {
    display: flex;
    justify-content: center;
    margin: auto;
    overflow: hidden;
    border-radius: 14px;
    max-width: min(100%, 720px);
    position: relative;
    padding: 15px;
}
.release-popup-title {
    margin: 0 0 20px;
    line-height: 1.15;
    font-size: 30px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 500;
    letter-spacing: 0;
}


  .release-popup-description {
    line-height: 1.55;
    font-size: 16px;
    color: #42474c;
  }
.release-popup-description p {
    margin: 0 0 16px;
    line-height: 1.55;
    font-size: 16px;
    color: #42474c;
}


 .release-popup-description p:last-child {
    margin-bottom: 0;
  }
.release-popup-description ul li {
    list-style: disc;
    margin: 3px 0;
}

.release-popup-description ol li {
    list-style: auto;
    margin: 3px 0;
}

.release-popup-description h3 {
    font-family: shopify_sans_webmedium;
    letter-spacing: 0;
    font-size: 20px;
    margin: 20px 0 15px;
}

 .release-popup-description ul,
 .release-popup-description ol {
    margin: 0 0 16px;
    padding-left: 22px;
  }

.release-popup-close {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 3;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid #ffffff;
    border-radius: 50%;
    background: #000000;
    color: #ffffff;
    font-size: 28px;
    line-height: 1;
    padding-bottom: 7px;
    font-weight: 400;
}
.release-body-content {
    overflow: hidden;
    border-radius: 14px;
}


.release-notes-section {
    padding-bottom: 70px;
    padding-top: 70px;
}


.release-notes-buttons a.see_more {
    margin: 0;
}

  /* Prevent background scroll */
  body.release-popup-open {
    overflow: hidden;
  }


  .release-notes {
    background-color: #f3fcf4;
  }


  /* =========================================
     TABLET
  ========================================== */

  @media screen and (max-width: 900px) {

 .release-notes-container {
      grid-template-columns: 1fr 1fr;
      column-gap: 40px;
    }

  }


  /* =========================================
     MOBILE
  ========================================== */

  @media screen and (max-width: 749px) {

    #ReleaseNotes-{{ section.id }} {
      padding: 45px 0;
    }


    #ReleaseNotes-{{ section.id }} .release-notes-container {
      display: block;
    }


    #ReleaseNotes-{{ section.id }} .release-notes-sidebar {
      margin-bottom: 45px;
    }

    #ReleaseNotes-{{ section.id }} .release-notes-content {
      max-width: none;
    }


    #ReleaseNotes-{{ section.id }} .release-notes-header {
      font-size: 16px;
    }
 .release-description {
      font-size: 16px;
      line-height: 1.55;
    }


    #ReleaseNotes-{{ section.id }} .release-links {
      gap: 15px;
    }


    #ReleaseNotes-{{ section.id }} .release-documentation {
      margin-top: 30px;
    }


    #ReleaseNotes-{{ section.id }} .release-location {
      margin-top: 30px;
    }



    #ReleaseNotes-{{ section.id }} .release-popup {
      border-radius: 12px;
    }


    #ReleaseNotes-{{ section.id }} .release-popup-content {
      padding: 40px 24px 25px;
    }


     .release-popup-title {
      font-size: 24px;
    }


    #ReleaseNotes-{{ section.id }} .release-popup-description {
      font-size: 16px;
    }
    .release-notes-brand {
        font-size: 30px;
    }

  }

@media(max-width: 580px){
  .release-notes-buttons a.see_more {
    margin: 0;
    font-size: 16px;
  }

  .release-notes-section {
    padding-bottom: 60px;
      padding-top: 60px;
  }
}

@media(max-width: 400px){
  .release-notes-buttons a.see_more {
    font-size: 14px;
  }
}
