.banner { display: flex; align-items: center; justify-content: center; width: 100%; min-height: 210px; img { width: 100%; } &.noImage { background-color: rgb(219, 219, 219); } } .belowBanner { padding: 0 15px; } .upper { width: 100%; display: flex; } .container { color: black } .left { margin-right: 10px; margin-top: -35px; } .middle { flex: 1; } .right { margin-left: 10px; } .imageWrapper { overflow: hidden; border-radius: 50%; width: 80px; height: 80px; display: flex; justify-content: center; align-items: center; } .image-placeholder { width: 150px; } .link { &:hover { color: #3a3a3a; } } .nostrSince { color: #5c5c5c; margin-top: 15px !important; display: inline-block; &:hover { color: #3a3a3a; } } .website { margin-top: 8px !important; text-decoration: underline; text-decoration-color: #3e3e3e; color: #3e3e3e; } .captionWrapper { display: flex; align-items: center; } .captionIcon { color: #15999b; margin-left: 5px; font-size: 12px; } .npubNipItem { display: inline-flex; justify-content: space-between; color: #3e3e3e; line-height: 1.3; .copyIcon { font-size: 0.9rem !important; margin-left: 5px; margin-top: 2px; } }