.tooltip-wrapper.is-open .author-tooltip{pointer-events:all}.tooltip-wrapper .tooltip:has(.author-tooltip){white-space:normal;padding:0}.tooltip-wrapper .tooltip .author-tooltip{display:grid;background-color:var(--surface-secondary);grid-template-rows:72px auto auto;grid-auto-rows:auto;padding:32px 16px 16px;min-width:237px;min-height:312px;flex-shrink:0;border:1px solid var(--border-tertiery);border-radius:4px}.tooltip-wrapper .tooltip .author-tooltip .avatar-container{display:flex;align-items:center;justify-content:center;margin:auto;width:72px;height:72px}.tooltip-wrapper .tooltip .author-tooltip .avatar-container img{margin:auto;border-radius:100%;width:72px;height:72px;border:1px solid var(--border-tertiery)}.tooltip-wrapper .tooltip .author-tooltip .avatar-container:has(.tier-frame) img{margin-bottom:12px;width:54px;height:54px}.tooltip-wrapper .tooltip .author-tooltip .avatar-container .tier-frame{align-self:center;position:absolute;width:72px;height:72px}.tooltip-wrapper .tooltip .author-tooltip .author-description{margin-bottom:20px}.tooltip-wrapper .tooltip .author-tooltip .author-description .details{display:flex;flex-direction:row;justify-content:center;align-items:center}.tooltip-wrapper .tooltip .author-tooltip .author-description .details .detail-container{display:flex;flex-direction:row;align-items:center}.tooltip-wrapper .tooltip .author-tooltip .author-description .details .detail-container:not(:last-child):after{content:"";margin:0;border-right:1px solid var(--border-tertiery);height:20px;width:1px;padding-right:12px}.tooltip-wrapper .tooltip .author-tooltip .author-description .details .detail-container:not(:first-child){padding-left:12px}.tooltip-wrapper .tooltip .author-tooltip .author-description .details .detail-container li{display:flex;flex-direction:column;align-items:center;gap:0}.tooltip-wrapper .tooltip .author-tooltip .author-description .details .detail-container li .amount{font-size:16px;font-weight:700;color:var(--text-primary)}.tooltip-wrapper .tooltip .author-tooltip .author-description .details .detail-container li .title{font-size:12px;font-weight:400;color:var(--text-secondary)}.tooltip-wrapper .tooltip .author-tooltip .author-buttons{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;font-family:var(--montserrat-font);align-self:flex-start;gap:12px;text-decoration:none}.tooltip-wrapper .tooltip .author-tooltip .author-buttons .btn-secondary{display:flex;align-items:center;justify-content:center;width:100%;background-color:var(--surface-on-surface);color:var(--text-primary);padding:4px 12px 4px 8px;font-weight:400;font-size:14px;height:32px}.tooltip-wrapper .tooltip .author-tooltip .author-buttons .btn-secondary:hover{background-color:#4d4d4d}.tooltip-wrapper .tooltip .author-tooltip .author-buttons .btn-secondary.followed svg{color:var(--icon-accent);stroke:none}.tooltip-wrapper .tooltip .author-tooltip .author-buttons img{width:20px;height:20px}.tooltip-wrapper .tooltip .author-tooltip .author-buttons a{text-decoration:none}.tooltip-wrapper .tooltip .author-tooltip .author-name{display:flex;align-items:center;gap:8px;font-size:18px;font-weight:700;color:var(--text-primary);text-align:center;justify-content:center;margin-bottom:20px;margin-top:12px}.tooltip-wrapper .tooltip .author-tooltip .author-name .badges{display:flex}.tooltip-wrapper .tooltip .author-tooltip .author-name .badges .pro-tag,.tooltip-wrapper .tooltip .author-tooltip .author-name .badges .tier-tag{position:relative;pointer-events:all}.tooltip-wrapper .tooltip .author-tooltip .author-name .badges .pro-tag .tooltip,.tooltip-wrapper .tooltip .author-tooltip .author-name .badges .tier-tag .tooltip{position:absolute;opacity:0}.tooltip-wrapper .tooltip .author-tooltip .author-name .badges .pro-tag:hover .tooltip,.tooltip-wrapper .tooltip .author-tooltip .author-name .badges .tier-tag:hover .tooltip{opacity:1}