.profile-info-block{width:100%;border-radius:12px;background:rgba(252,252,252,.04);border:1px solid rgba(252,252,252,.2);backdrop-filter:blur(40px);padding:16px;display:flex;align-items:center;gap:12px;cursor:pointer;transition:background .2s ease}.profile-info-block:active{background:rgba(252,252,252,.08)}.profile-info-block__icon{width:48px;height:48px;min-width:48px;border-radius:12px;background:#333}.profile-info-block__label{flex:1;font-size:16px;font-weight:700;color:#fcfcfc}.profile-info-block__arrow{width:24px;height:24px;color:rgba(252,252,252,.4)}