/* This CSS file will be loaded globally to help hide YouTube branding */

/* Hide all YouTube branding and controls */
.ytp-chrome-top,
.ytp-chrome-bottom,
.ytp-watermark,
.ytp-youtube-button,
.ytp-title,
.ytp-share-button,
.ytp-watch-later-button,
.ytp-chrome-top-buttons,
.ytp-gradient-top,
.ytp-gradient-bottom,
.ytp-pause-overlay,
.ytp-related-videos-card,
.ytp-spinner,
.ytp-cued-thumbnail-overlay-image,
.ytp-large-play-button,
.ytp-title-channel,
.ytp-title-text,
.ytp-show-cards-title,
.ytp-menuitem,
.ytp-ce-element,
.ytp-ce-covering-overlay,
.ytp-ce-element-shadow,
.ytp-ce-covering-image,
.ytp-ce-expanding-image,
.ytp-ce-element.ytp-ce-channel,
.ytp-ce-element.ytp-ce-video,
.ytp-ce-element.ytp-ce-playlist {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
