.sw-schema-faq-builder {
    display: grid;
    gap: 12px;
}

.sw-schema-faq-list {
    display: grid;
    gap: 12px;
}

.sw-schema-faq-item {
    display: grid;
    padding: 14px;
    border: 1px solid #e1e8f1;
    border-radius: 13px;
    background: #f8fbff;
    gap: 10px;
}

.sw-schema-faq-item__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #4d6079;
    font-size: 11px;
    font-weight: 820;
}

.sw-schema-faq-item__remove {
    padding: 4px 0;
    border: 0;
    background: transparent;
    color: #b22b3c;
    font: inherit;
    font-size: 11px;
    font-weight: 780;
    cursor: pointer;
}

.sw-schema-issues {
    display: grid;
    margin-top: 14px;
    gap: 8px;
}

.sw-schema-issue {
    padding: 11px 12px;
    border: 1px solid #e1e8f1;
    border-radius: 10px;
    background: #f8fbff;
    color: #53647b;
    font-size: 12px;
    line-height: 1.5;
}

.sw-schema-issue--error {
    border-color: #efc0c6;
    background: #fff4f5;
    color: #9d2433;
}

.sw-schema-issue--warning {
    border-color: #f0d89f;
    background: #fff9e9;
    color: #765518;
}

.sw-schema-shell code {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 0.92em;
}
