.release-notes-header{display:flex;width:100%;justify-content:space-between;align-items:center;gap:var(--spacing-lg);padding-bottom:var(--spacing-2xl)}@media(max-width: 768px){.release-notes-header{gap:var(--spacing-md);box-sizing:border-box;flex-wrap:wrap}}.release-notes-header-text{flex:1;display:flex;gap:var(--spacing-sm);flex-direction:column}@media(max-width: 768px){.release-notes-header-text{min-width:fit-content}}.release-notes-title{color:var(--color-base-black);margin:0;padding:0}.release-notes-subtitle{font-size:24px;font-weight:400;line-height:24px;color:var(--color-base-black);margin:0;padding:0}@media(max-width: 768px){.release-notes-subtitle{font-size:22px}}.release-notes-subtitle-wrapper{position:relative;display:inline-block;width:fit-content;min-width:200px}.release-notes-subtitle-button{background:rgba(0,0,0,0);border:none;padding:0;display:flex;align-items:center;gap:var(--spacing-sm);cursor:pointer;font-size:24px;font-weight:400;line-height:24px;color:var(--color-base-black)}@media(max-width: 768px){.release-notes-subtitle-button{font-size:22px}}.release-notes-subtitle-button:focus{outline:none}.release-notes-subtitle-text{flex:1;text-align:left}.release-notes-subtitle-arrow{flex-shrink:0;transition:transform 300ms ease-in-out;position:relative;top:2px}.release-notes-subtitle-arrow:not(.closed,.closing){transform:rotate(180deg)}.release-notes-subtitle-arrow.closing{transition-duration:150ms}.release-notes-controlled-menu{background:#fff !important;border:.5px solid rgba(0,0,0,.2) !important;box-shadow:4px 5px 7px 0 rgba(0,0,0,.05) !important;border-radius:16px !important;overflow:hidden !important;padding:0 !important;min-width:200px !important}.release-notes-menu-item{background:#fff !important;border:none !important;padding:0 !important}.release-notes-menu-item:hover,.release-notes-menu-item.szh-menu__item--hover{background:rgba(0,0,0,.02) !important}.release-notes-menu-item.active .release-notes-subtitle-option-text{font-weight:500}.release-notes-menu-item-content{width:100%;display:flex;align-items:center;gap:var(--spacing-xs);padding:var(--spacing-md) var(--spacing-lg);font-size:16px;color:var(--color-base-black)}.release-notes-subtitle-option-icon{width:22px;height:20px;flex-shrink:0;padding-right:var(--spacing-sm)}.release-notes-subtitle-option-icon path{fill:var(--color-base-black)}.release-notes-subtitle-option-text{flex:1;text-align:left}.release-notes-subtitle-check{width:16px;height:16px;flex-shrink:0}.release-notes-subtitle-check path{fill:#17bed0}.release-notes-download-button{flex-shrink:0}@media(max-width: 768px){.release-notes-download-button{margin:0 auto}}.release-notes-list{display:flex;flex-direction:column;width:100%}.release-note-item{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--spacing-lg);padding:var(--spacing-xl) 0;border-top:.5px solid rgba(0,0,0,.13)}.release-note-item .cta-button-wrapper{align-self:center;gap:var(--spacing-sm)}.release-note-item .cta-button-wrapper.buttons-2{grid-template-columns:repeat(2, auto)}@media(max-width: 768px){.release-note-item .cta-button-wrapper{max-width:450px}}@media(max-width: 768px){.release-note-item{flex-direction:column;gap:var(--spacing-md)}}.release-note-content{flex:1}.release-note-header{display:flex;align-items:baseline;gap:8px;margin-bottom:4px}.release-note-version{font-size:20px;font-weight:600;line-height:24px;color:var(--color-base-black)}.release-note-date{font-size:20px;font-weight:400;line-height:24px;color:#898989}.release-note-description{font-size:16px;font-weight:400;line-height:24px;color:var(--color-base-black)}.release-note-description p{margin:0}.release-note-description b,.release-note-description strong{font-weight:700}.release-note-description a{color:#17bed0;text-decoration:none}.release-note-description a:hover{text-decoration:underline}