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

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

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

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

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

.sw-robots-decision {
    display: grid;
    margin-top: 16px;
    gap: 0;
    border: 1px solid #e1e8f1;
    border-radius: 12px;
    background: #ffffff;
}

.sw-robots-decision div {
    display: grid;
    padding: 11px 13px;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 12px;
    border-bottom: 1px solid #e8edf4;
}

.sw-robots-decision div:last-child {
    border-bottom: 0;
}

.sw-robots-decision dt {
    color: #718096;
    font-size: 10px;
    font-weight: 820;
    text-transform: uppercase;
}

.sw-robots-decision dd {
    overflow-wrap: anywhere;
    color: #34455c;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 11px;
}
