.blsa-subscribe-status {
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
}

.blsa-subscribe-success {
    color: #065f46
}

.blsa-subscribe-error {
    color: #b91c1c
}

/* Subscribe tree (bulletless + wide clickable rows) */
.blsa-subscribe-form #blsa-subscribe-tree ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blsa-subscribe-form #blsa-subscribe-tree li {
    margin: 6px 0;
}

.blsa-subscribe-form .subs-navrow {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    cursor: pointer;
    padding: 10px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
    box-sizing: border-box;
}

.blsa-subscribe-form .subs-navrow:hover {
    background: #fafafa;
}

.blsa-subscribe-form .subs-navrow:focus-within {
    outline: 2px solid rgba(13, 110, 253, 0.25);
    outline-offset: 2px;
}

.blsa-subscribe-form .subs-expand {
    background: transparent;
    border: 0;
    width: auto;
    height: auto;
    padding: 0;
    font-weight: 700;
    line-height: 1;
}

.blsa-subscribe-form .subs-name {
    flex: 1 1 auto;
}

.blsa-subscribe-form .subs-children {
    margin: 6px 0 0 18px;
}

.blsa-subscribe-form .subs-branch-toggleall {
    margin-left: auto;
    background: transparent;
    border: 1px solid #d1d5db;
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 12px;
    cursor: pointer;
}

.blsa-subscribe-form .subs-branch-toggleall:hover {
    background: #f3f4f6;
}

.blsa-subscribe-form .blsa-subs-highlight {
    background: #fff3bf;
    color: #92400e;
    padding: 0 2px;
    border-radius: 3px;
}

.blsa-subscribe-toolbar {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 8px 0 10px;
}

#blsa-subscribe-search {
    flex: 1 1 260px;
    max-width: 420px;
    padding: 8px 10px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
}