.aid-editorial-body .aid-prompt {
    position: relative;
    margin: 24px 0 30px;
    overflow: hidden;
    border: 1px solid #b9cbe0;
    border-left: 3px solid #5a7fb8;
    border-radius: 10px;
    background: #f4f7fb;
    box-shadow: 0 10px 28px rgba(35, 60, 96, .09);
}

.aid-editorial-body .aid-prompt__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 44px;
    padding: 7px 9px 7px 13px;
    border-bottom: 1px solid #cbd8e7;
    background: #e8eff7;
}

.aid-editorial-body .aid-prompt__header > div {
    display: grid;
    min-width: 0;
    gap: 2px;
}

.aid-editorial-body .aid-prompt__header p {
    display: contents;
    margin: 0 !important;
}

.aid-editorial-body .aid-prompt__header h3 {
    margin: 0 !important;
    color: #17243a !important;
    font: 600 14px/1.3 Inter, Arial, sans-serif !important;
}

.aid-editorial-body .aid-prompt__stage {
    display: block;
    margin: 0;
    color: #466b9f;
    font: 700 11px/1.15 "JetBrains Mono", monospace;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.aid-editorial-body .aid-prompt__copy {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 6px;
    width: auto !important;
    min-width: 0 !important;
    min-height: 32px !important;
    margin: 0 !important;
    padding: 6px 9px !important;
    border: 1px solid #c4d0df !important;
    border-radius: 6px !important;
    background: #fff !important;
    color: #34445e !important;
    box-shadow: none !important;
    font: 500 11px/1 Inter, Arial, sans-serif !important;
    cursor: pointer;
}

.aid-editorial-body .aid-prompt__copy:hover,
.aid-editorial-body .aid-prompt__copy:focus-visible {
    border-color: #8ca4c4 !important;
    background: #e4ecf7 !important;
    color: #15233a !important;
    outline: none;
}

.aid-editorial-body .aid-prompt__text {
    display: block;
    max-height: 320px;
    margin: 0 !important;
    padding: 17px 18px !important;
    overflow: auto;
    border: 0 !important;
    border-radius: 0 !important;
    background: #f7f9fc !important;
    box-shadow: none !important;
    color: #22344f !important;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    font: 400 13px/1.65 "JetBrains Mono", Consolas, monospace !important;
}

.aid-editorial-body .aid-prompt__text code {
    padding: 0 !important;
    background: transparent !important;
    color: inherit !important;
    font: inherit !important;
}

.aid-prompt__status {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

@media (max-width: 640px) {
    .aid-prompt__header {
        align-items: flex-start;
        padding: 15px 16px;
    }

    .aid-prompt__copy {
        min-width: 42px;
        padding: 10px;
    }

    .aid-prompt__copy .aid-prompt__copy-label,
    .aid-prompt__copy [data-aid-prompt-copy-label] {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
    }

    .aid-prompt__text {
        max-height: 520px;
        padding: 18px 16px;
        font-size: 12px;
    }
}
