.hero-icon{height:var(--hero-size);width:var(--hero-size);justify-content:center;align-items:center;display:flex}.hero-icon.cold{background:gray}.profile-button{border:1px solid var(--border-focus);cursor:pointer;-webkit-user-select:none;user-select:none;--edge-color:white;border-radius:50%;justify-content:center;align-items:center;width:3em;height:3em;transition:box-shadow .1s;display:flex;overflow:hidden;box-shadow:0 0 0 1px #fff}.profile-button:hover{box-shadow:0 0 0 5px #fff}
#user-profile-menu-option{background:var(--primary-color);color:var(--text-on-primary);cursor:pointer;justify-content:space-between;width:100%;font-size:12px;font-weight:500}
