.bos-title {
    margin: 8px 0 0;
}

.bos-subtitle {
    margin: 0 0 12px;
    color: #555;
}

.nav-tab-wrapper {
    margin-top: 8px;
}

.bos-card {
    background: #fff;
    border: 1px solid #dcdcde;
    border-radius: 8px;
    padding: 16px;
    margin-top: 14px;
    max-width: 860px;
}

.bos-card-head {
    margin: 6px 0;
}

.bos-lead {
    color: #333;
}

.bos-pill {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 12px;
    background: #eef2f7;
    border: 1px solid #d9e1ec;
    color: #2e3a46;
}

.bos-ok {
    background: #e7f7ee;
    color: #0d5f2a;
    border-color: #b6e3c5;
}

.bos-warn {
    background: #fdecea;
    color: #8a2424;
    border-color: #f5c2c0;
}

.bos-card-actions {
    margin: 20px 0;
}

.bos-btn {
    font-size: 14px;
    line-height: 34px;
    padding: 0 14px;
}

.bos-adv-link {
    font-size: 12px;
    color: #2e6bd6;
    text-decoration: none;
}

.bos-adv-link:hover {
    text-decoration: underline;
}

.bos-form {
    margin-top: 8px;
}

.bos-output {
    display: block;
    max-width: 800px;
    margin-top: 12px;
    padding: 12px;
    background: #f6f7f7;
    border: 1px solid #dcdcde;
    border-radius: 4px;
    white-space: pre-wrap;
    color: #23282d;
    font-size: 13px;
    line-height: 1.5;
}

.bos-dev {
    margin-top: 8px;
    font-size: 12px;
    color: #333;
}

.bos-dev code {
    user-select: all;
}

.bos-sep {
    margin: 18px 0;
}

.bos-footer {
    color: #666;
}

.bos-footer a {
    text-decoration: none;
}

.button-secondary {
    height: 100%;
}
