No Search For

Hide "People also search for (PASF)" and "People also ask (PAA)".

/* ==UserStyle==
@name           No Search For
@name:ja        No Search For
@description    Hide "People also search for (PASF)" and "People also ask (PAA)".
@description:ja 「他の人はこちらも検索」と「他の人はこちらも質問」を非表示。
@author         Ginoa AI
@namespace      https://greasyfork.org/ja/users/119008-ginoaai
@version        1.2.2
@license        Ginoa AI
==/UserStyle== */

@-moz-document url("https://www.google.com/search"), url-prefix("https://www.google.com/search?") {
  /* Block "People also search for (PASF)" outline border */
  div.exp-outline {
    border: none !important;
  }
  /*--- Block PASF contents box for PC ---*/
  /* Case 1 */
  div[id^="ed_"] {
    display: none !important;
  }
  /* Case 2 */
  .exp-outline+div>div:nth-child(3) {
    display: none !important;
  }
  /* Case 3 */
  div.AUiS2 {
    display: none !important;
  }
  /* Case 4 (Ad area in Top) */
  div[jscontroller="zUPIy"] {
    display: none !important;
  }
  /* Case 5 */
  /* Block for following height and transition elements.
   <div class="tF2Cxc" style="height: 227px; transition: height 300ms ease-in-out 0s;">
*/
  div.tF2Cxc {
    height: 100% !important;
    transition: height 0ms;
  }
  /*--- Block PASF contents box for Smartphones ---*/
  div.clh3Ld {
    display: none !important;
  }
  /* Ad area in Top */
  div[id^="aobm_"] {
    display: none !important;
  }
  /* Block for "People also ask for" */
  /* Create by kms [https://greasyfork.org/ja/scripts/437409-no-search-for/discussions/120020] */
  div[jscontroller="ILbBec"] {
    display: none !important;
  }
  div[id^="AuVD cUnQKe"] {
    display: none !important;
  }
}