
.makerbadge {
    position: fixed;
    right: 2rem;
    bottom: 0;
    border-radius: 1rem 1rem 0 0;
    background: #fff;
    padding: 1rem;
    display: flex;
    gap: 1rem;
    align-items: center;
    text-decoration: none;
    box-shadow: 0 0 .5rem rgba(0, 0, 0, .2);
}

.makerbadge > img {
    border-radius: 50%;
    background: #ccc;
    width: 2rem;
    height: 2rem;
}

@media (max-width: 599px) {
    .makerbadge.status-desktop {
        display: none;
    }
}
