:root {
    --ck-style-panel-button-width: 230px !important;
}

.ck.ck-footnotes-form {
    display: grid;
    padding: 1.5rem 1rem 1rem !important;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 1rem;
}

.ck.ck-footnotes-form .ck-input {
    width: 100%;
}

.ck.ck-footnotes-form .ck.ck-labeled-field-view:nth-of-type(1) {
    grid-area: 1 / 1 / 2 / 3;
}

.ck.ck-footnotes-form .ck-button:nth-of-type(1) {
    grid-area: 2 / 1 / 3 / 2;
}

.ck.ck-footnotes-form .ck-button:nth-of-type(2) {
    grid-area: 2 / 2 / 3 / 3;
}
