.sz-show-badges {
    min-height: 18px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    margin-top: 7px;
}
.sz-show-badges:empty { display: none; }
.sz-show-badge {
    min-height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 7px;
    border-radius: 999px;
    font: 750 9px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    letter-spacing: 0;
    white-space: nowrap;
}
.sz-show-badge.is-solid {
    border: 1px solid #34d399;
    color: #0b3d2c;
    background: #34d399;
}
.sz-show-badge.is-outline {
    border: 1px solid rgba(52, 211, 153, .36);
    color: #34d399;
    background: rgba(5, 14, 10, .72);
}
.sz-show-followed {
    position: absolute;
    z-index: 4;
    top: 9px;
    right: 9px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: rgba(167, 243, 208, .86);
    font: 700 10px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    letter-spacing: 0;
    pointer-events: none;
}
.sz-show-followed::before {
    width: 6px;
    height: 6px;
    flex: 0 0 6px;
    border-radius: 50%;
    background: #34d399;
    content: "";
}
.sz-show-followed[hidden] { display: none; }
.sz-detail-badges { margin: 10px 0 0; }
.sz-visitor-signature {
    margin: 30px auto 0;
    padding: 18px 0;
    border-top: 1px solid rgba(52, 211, 153, .12);
    color: rgba(113, 128, 121, .84);
    font: 700 10px/1.8 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    letter-spacing: 0;
    text-align: left;
}
.sz-visitor-signature p { margin: 0; }
.sz-visitor-signature button {
    width: 100%;
    min-height: 44px;
    margin: 2px 0 0;
    padding: 0;
    border: 0;
    color: rgba(52, 211, 153, .72);
    background: transparent;
    font: inherit;
    text-align: left;
    cursor: pointer;
}
.sz-visitor-signature button:focus-visible {
    outline: 1px solid rgba(52, 211, 153, .5);
    outline-offset: 3px;
}
