.pc-sb-badge {
    display: inline-flex; align-items: center; justify-content: center;
    min-width: 20px; height: 20px; padding: 0 6px; margin-left: 6px;
    border-radius: 999px; background: #b42318; color: #fff;
    font-size: 12px; font-weight: 700; line-height: 1; vertical-align: middle;
}
.pc-sb-badge[hidden] { display: none !important; }
.pc-sb-toolbar { display: flex; justify-content: flex-end; margin: 20px 0 0; }
.pc-sb-toolbar .pc-btn { justify-content: center; }
#sb-complete-selected:disabled {
    background: #e0e4e7;
    color: #5b6770 !important;
    opacity: 1;
    cursor: not-allowed;
}
.pc-sb-choice { width: 22px; height: 22px; cursor: pointer; accent-color: #0092bc; }
.pc-sb-confirmation { display: flex; align-items: flex-start; gap: 12px; margin: 20px 0; font-size: 16px; }
.pc-sb-confirmation input { flex: 0 0 auto; width: 20px; height: 20px; margin-top: 3px; }
#sb-completion-form .pc-drawer__field { margin-top: 20px; }
#sb-completion-result { margin: 0 0 20px; padding: 16px; border-radius: 8px; white-space: pre-line; }
#sb-completion-result[data-kind="error"] { background: #fad7d7; color: #842029; }
#sb-completion-result[data-kind="success"] { background: #e5f4e9; color: #1f6334; }
#sb-completion-result[data-kind="info"] { background: #edf7fa; color: #2f363a; }
.pc-sb-row-status { display: block; font-size: 13px; color: #5b6770; white-space: normal; }
@media (max-width: 600px) { .pc-sb-toolbar .pc-btn { width: 100%; } }
