.vaults-help-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:22px;
    height:22px;
    margin-left:6px;
    padding:0;
    border:1px solid #cbd5e1;
    border-radius:999px;
    background:#fff;
    color:#3157d5;
    font:700 13px/1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    cursor:pointer;
    vertical-align:middle;
}
.vaults-help-button:hover,
.vaults-help-button:focus-visible{
    border-color:#3157d5;
    box-shadow:0 0 0 3px rgba(49,87,213,.12);
    outline:none;
}
.vaults-help-popover{
    position:absolute;
    z-index:10050;
    padding:16px;
    border:1px solid #d9e2ef;
    border-radius:14px;
    background:#fff;
    color:#17233b;
    box-shadow:0 18px 50px rgba(15,23,42,.18);
}
.vaults-help-popover[hidden]{display:none!important}
.vaults-help-popover-head{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:12px;
}
.vaults-help-popover-head strong{font-size:15px;line-height:1.35}
.vaults-help-popover p{
    margin:10px 0 0;
    color:#526078;
    font-size:14px;
    line-height:1.55;
}
.vaults-help-popover-close{
    flex:0 0 auto;
    width:28px;
    height:28px;
    border:0;
    border-radius:8px;
    background:#f1f5f9;
    color:#334155;
    font-size:20px;
    line-height:1;
    cursor:pointer;
}
.vaults-help-popover-more{
    display:inline-flex;
    margin-top:12px;
    color:#3157d5;
    font-size:13px;
    font-weight:800;
    text-decoration:none;
}
@media (max-width:640px){
    .vaults-help-button{width:28px;height:28px;font-size:14px}
    .vaults-help-popover{
        position:fixed!important;
        left:12px!important;
        right:12px!important;
        bottom:12px!important;
        top:auto!important;
        width:auto!important;
        max-height:min(70vh,520px);
        overflow:auto;
        border-radius:18px;
    }
}

/* License hints in the private sidebar. */
.vaults-sidebar-link.is-license-locked {
    opacity: .78;
}

.vaults-sidebar-plan-badge {
    flex: 0 0 auto;
    margin-left: auto;
    padding: 2px 7px;
    border: 1px solid rgba(99, 102, 241, .22);
    border-radius: 999px;
    background: rgba(99, 102, 241, .08);
    color: inherit;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.4;
    white-space: nowrap;
}
