.fw-profile-image-wrapper{border-radius:1000px;overflow:hidden;background-color:var(--secondary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.fw-profile-image-wrapper.reverse-color{background-color:var(--tertiary)}.fw-profile-image-wrapper.s{height:40px;width:40px}.fw-profile-image-wrapper.m{height:4rem;width:4rem}.fw-profile-image-wrapper.l{height:100px;width:100px}.fw-profile-image{height:100%;width:100%;object-fit:cover;object-position:center}.fw-profile-image.attention{animation:rotateWiggleWithPause 1.6s ease-in-out infinite;transform-origin:center}@media (max-width:900px){.fw-profile-image-wrapper.l{height:90px;width:90px}}@keyframes rotateWiggleWithPause{0%{transform:rotate(0deg)}10%{transform:rotate(5deg)}20%{transform:rotate(-5deg)}30%{transform:rotate(4deg)}40%{transform:rotate(-4deg)}50%,to{transform:rotate(0deg)}}.fw-content-entry{display:flex;align-items:center;justify-content:space-between;width:100%;cursor:pointer;gap:40px}.fw-content-entry.filled{background-color:var(--secondary);padding:var(--spacing-s);border-radius:var(--border-radius)}.fw-content-entry.filled:hover{background-color:var(--hover-dark)}.fw-content-entry-wrapper{display:flex;align-items:center;gap:var(--spacing-s)}.fw-content-entry-info-column{display:flex;flex-direction:column}.fw-content-entry-description{color:var(--foreground-secondary);font-size:14px}