/* Hide exhibitions tab for István Bába who has no exhibitions */
.single-artist.postid-285 .exhibitions-tab,
.single-artist.postid-285 .tab-exhibitions,
.single-artist.postid-285 [data-tab="exhibitions"],
.single-artist.postid-285 .exhibitions-list {
    display: none !important;
}

/* Alternative: If tabs are using different classes */
body.postid-285.single-artist .bricks-tabs-menu-item:has([data-tab="exhibitions"]),
body.postid-285.single-artist .bricks-tabs-menu-item:contains("Exhibitions"),
body.postid-285.single-artist #tab-exhibitions {
    display: none !important;
}

/* Hide the exhibitions content panel as well */
body.postid-285.single-artist .bricks-tabs-content-wrapper [data-tab="exhibitions"],
body.postid-285.single-artist .exhibitions-content,
body.postid-285.single-artist #panel-exhibitions {
    display: none !important;
}