.share-content{position:relative;width:100%;color:var(--component-color-share-text)}.share-content .share-content-close{position:absolute;top:-.5rem;right:-.5rem;width:2.25rem;height:2.25rem;border-radius:.5rem;background:rgba(0,0,0,0);border:none;color:var(--component-color-share-subtext);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease;z-index:10}.share-content .share-content-close:hover{background:var(--component-opacity-hover);color:var(--component-color-share-text)}.share-content .share-content-title{font-family:HarmonyOS Sans SC,sans-serif;font-weight:700;font-size:1rem;text-align:center;margin:0 0 1.5rem;color:var(--component-color-share-text)}.share-content .share-content-body{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.share-content .share-content-body .share-content-image{width:10.375rem;height:10.375rem;position:relative}.share-content .share-content-body .share-content-image .image-placeholder{width:100%;height:100%;background:var(--component-color-share-text);border-radius:.5rem;position:relative;overflow:hidden}.share-content .share-content-body .perks-divider{display:flex;align-items:center;justify-content:center;width:100%;font-size:.75rem;color:hsla(0,0%,100%,.6);text-align:center;margin-top:.1875rem}.share-content .share-content-body .perks-divider:after,.share-content .share-content-body .perks-divider:before{content:"";flex:1;border-bottom:.0625rem dashed hsla(0,0%,100%,.1019607843);margin:0 .75rem;height:.0625rem;min-width:1.5rem}.share-content .share-content-body .share-content-benefits{display:flex;flex-direction:column;align-items:center;gap:0;width:100%;background:hsla(0,0%,100%,.0588235294);border-radius:.5rem}.share-content .share-content-body .share-content-benefits .benefit-list{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.75rem;padding:0 .75rem;margin-bottom:1.25rem}.share-content .share-content-body .share-content-benefits .benefit-item{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.25rem;padding:.5625rem .3125rem;border-radius:.5rem;flex:1 1 0%;min-width:0;height:100%}.share-content .share-content-body .share-content-benefits .benefit-item .benefit-icon{display:flex;align-items:center;justify-content:center}.share-content .share-content-body .share-content-benefits .benefit-item .benefit-text{font-family:HarmonyOS Sans SC,sans-serif;font-weight:400;font-size:.75rem;line-height:1.33;text-align:center;color:var(--component-color-share-text);white-space:normal;word-break:break-word;overflow-wrap:anywhere;width:100%}.share-content .share-content-body .share-content-footer{width:100%}.share-content .share-content-body .share-content-footer .join-discord-btn{width:100%;height:3rem;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.5rem}