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

.makerbadge > img {
    font-size: inherit;
    border-radius: 50%;
    background: #ccc;
    width: 2em;
    height: 2em;
}

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