div[data-url-to-show]:not(.show-custom-section),
section[data-url-to-show]:not(.show-custom-section) {
  display: none !important;
}
.hide-element{
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 1px !important;
  pointer-events: none !important;
}

div[data-original-section]{
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}

div[data-original-section].show-original-section {
  opacity: 1;
  pointer-events: auto;
}