#wpwrap #wpcontent:has(#ecommreels-admin-app) {
  padding-left: 0 !important;
}
html[dir="rtl"] #wpwrap #wpcontent:has(#ecommreels-admin-app) {
  padding-right: 0 !important;
}
/* Hide other plugin notices in Reels WP dashboard and license pages */
body:has(#ecommreels-admin-app)
  .notice:not(.ecommreelspro-notice):not(.ecomm-reels-notice-wrap),
body:has(.ecommreelspro-addons-settings)
  .notice:not(.ecommreelspro-notice):not(.ecomm-reels-notice-wrap) {
  display: none !important;
}
