/* Scoped header action layout improvements for Rag Bot edit pages. */
.fi-resource-edit-record-page.fi-resource-rag-bots .fi-header {
    align-items: flex-start;
}

.fi-resource-edit-record-page.fi-resource-rag-bots .fi-header-actions-ctn {
    width: 100%;
}

.fi-resource-edit-record-page.fi-resource-rag-bots .fi-header-actions-ctn > .fi-ac {
    width: 100%;
    gap: calc(var(--spacing) * 2);
    justify-content: flex-start;
}

@media (min-width: 40rem) {
    .fi-resource-edit-record-page.fi-resource-rag-bots .fi-header-actions-ctn {
        flex: 1 1 auto;
        flex-shrink: 1;
        min-width: 0;
    }

    .fi-resource-edit-record-page.fi-resource-rag-bots .fi-header-actions-ctn > .fi-ac {
        justify-content: flex-end;
    }
}
