.op-logo--link {
    height: 41px !important;
    min-height: 41px !important;
}
.widget-box.upsale,
.widget-box.new_features,
.widget-box--info,
.widget-box--deprecation,
.op-widget-migration-notice,
[class*="deprecation-notice"],
[class*="migration-notice"],
.op-toast--info,
.flash.info,
.homescreen--links,
.op-app-help,
.security-badge--container {
    display: none !important;
}

/* Hide any widget containing migration/deprecation text */
.widget-box:has([class*="deprecation"]),
.widget-box:has([class*="migration"]) {
    display: none !important;
}
