/* 「カテゴリ」「タグ」パネルで追加リンクを非表示とする */
.editor-post-taxonomies__hierarchical-terms-add {
    display: none;
}
/* ボタンブロックで、「ボタンの幅」パネルを非表示とする */
.components-panel__body:has(.components-button-group[aria-label="ボタンの幅"]) {
    display: none;
}