/*
 * Google検索結果のファビコンとURLをタイトルの下に表示。
 * 新レイアウト(2020-01)用。
 */
@-moz-document domain("www.google.com"),
               domain("www.google.co.jp") {
  #search div.r > a[href] > div:first-child,
  #search div.r > a[href] > div:first-child + br { display: none !important }
  #search div.r > a[href] > h3 { margin-bottom: 0 !important }
  #search div.r > a[href] + div { position: static !important; height: auto !important }
  #search div.r > a[href] + div > div { visibility: visible !important }
}