Google 2009 layout

Adds back 2009 Google search and results.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

ستحتاج إلى تثبيت إضافة مثل Stylus لتثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتتمكن من تثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتثبيت هذا النمط.

(لدي بالفعل مثبت أنماط للمستخدم، دعني أقم بتثبيته!)

@-moz-document url-prefix("http://example.com") {
/* ==UserStyle==
@name           Google 2009 layout
@namespace      legosavant
@version        3.0
@description    Adds back 2009 Google search and results. 
@author         legosavant
@preprocessor   stylus
@license MIT

@var checkbox sidebar 'disable sidebar results' 1
==/UserStyle== */
}
@-moz-document url("https://www.google.com/"), url("https://www.google.com"), url("https://www.google.co/"), url-prefix("https://www.google.com/preferences"), url-prefix("https://www.google.com/webhp"), url-prefix("https://www.google.com/?zx=") {
    /*home page*/
body, div[class], a[class], button[class], input[class][type], input[type][value] {
    all: revert;
}
body, div[class], a[class], button[class], input[class][type], input[type][value],
div[class]:hover, a[class]:hover, button[class]:hover, input[class][type]:hover, input[type][value]:hover,
 div[class]:active, a[class]:active, button[class]:active, input[class][type]:active, input[type][value]:active,
div[class]:focus, a[class]:focus, button[class]:focus, input[class][type]:focus, input[type][value]:focus {
    box-shadow: none;
    border: revert;
}
body {
    background: #fff;
    color: #000;
    margin: 3px 8px;
    font-family: arial;
    font-size: normal
}

a[class] {
    color: #00c;
}
*::before, *::after {
    content: none!important
}
div.gb_L, div.gb_M { /*google apps text*/
    display: none
}
.gb_B .gb_R.gb_S, .gb_T, .gb_K { /*ur email addy text*/
    display: none!important
}
body [class] input[type=submit] {
    background-color: rgb(240, 240, 240);
    border: 2px outset rgb(240, 240, 240);
    color: rgb(0, 0, 0);
    font-family: Arial;
    font-size: 13px;
    margin: 2px;
    padding-bottom: 1px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 1px;
}
body [class] input[type=submit]:hover, body [class] input[type=submit]:focus-within, body [class] input[type=submit]:active {
    border-color: rgb(240, 240, 240);
    background-color: rgb(240, 240, 240);
}
body [class] input[type=submit]:focus {
    border-style: inset;
}
/*top bar*/
div[role="navigation"] {
    height:22px;
    font-size: 13px;
    padding: 1px 0 0 2px;
}
div[role="navigation"]::after {
    content:""!important;
    position: absolute;
    top: 24px;
    border-top: 1px solid #c9d7f1;
    font-size: 1px;
    right: 0;
    left: 0;
}
div[role="navigation"] > a[class] {
    margin: 0 .73em 0 0;
}
div[role="navigation"] > div[class] {
    flex: 0;
    float: right;
    max-height:24px;
    overflow: hidden;
}
#gb > div > div {
    float: left;
    margin: 0 .73em 0 0;
}
#gbwa a[href] {
    all:revert;
    margin-right: 1em
    
}
#gbwa a[href]::before {
    all: revert;
    content: attr(aria-label) !important;
    letter-spacing: 0;
}
#gbwa a[href] svg {
    display: none
}
#gbwa a[href]::after {
    all: revert;
    position: absolute;
    content:" ▼"!important;
    font-size: smaller;
    top: 6px;
    margin-left:2px;
}
#gb > .gb_z > a { /*logged in pfp*/
    font: inherit;    
    display:inline-block;
    overflow:hidden;
    text-indent: -7.6em;
    background: none;
    box-shadow: none;
    padding: 0;
    min-height: 0;
    height: auto;
    min-width: 0;
    border-radius: 0;
    color: #00c;
    text-align: inherit;
    text-decoration: underline;
}
#gb > .gb_z[data-ogsr-up] > a {
    text-indent: 0;
}
#gb > .gb_z > a > span {
    display: none
}
#gb > .gb_z > a::before {
    border-radius: 0;
    transition: none;
    width:auto;
    height:auto;
    letter-spacing: 0;
    content:attr(aria-label)!important;
    position: static;
    inset: 0;
    opacity: 1;
    background: none!important;
    
}
#gb > .gb_z > a div, #gb > .gb_z > a img {
    display: none
}
a.gb_B[href*="labs.google.com"] svg {
    display: none
}
a.gb_B[href*="labs.google.com"]::before { /*labs*/
    all: unset;
    content: attr(aria-label)!important;
}
#gb div:has(iframe[src="about:blank"]) { /*you*/
    max-height: none!important;
    min-height: 450px!important
}
/*logo container*/
#LS8OJ {
    text-align: center;
}
#LS8OJ::before {
    content:"​"!important;
    display: block;
}
#LS8OJ svg {
    background:url("https://www.google.com/intl/en_ALL/images/logo.gif");
    height: 110px;
    aspect-ratio: auto 276 / 110;
    width: 276px;
    color: transparent;
    fill: none;
}
#LS8OJ svg * {
    display: none
}
/*search*/
form[action="/search"] {
    display: table;
    width: 100%;
    text-align: center;
}
form[action="/search"]::before {
    content: "​"!important
}
form[action="/search"]::after {
    content: "​"!important
}
form[action="/search"] > div::before {
    content: "​"!important
}
form[action="/search"] > div {
    max-width: 734px;
    margin: 0 auto
}
form[action="/search"] > div > div {
    position: relative;
    
}
form[action="/search"] textarea {
    border-collapse: separate;
    border-spacing: 2px;
    border-color: gray;
    background-color: white;
    border: 2px inset;
    cursor: auto;
    padding: 1px 0px;
    min-height: 0;
    line-height: 1;
    font-size: medium;
    height: 1em;
    overflow: hidden;
    font-family: inherit;
}
form[action="/search"] textarea:focus {
    outline: 2px solid rgb(229, 151, 0)
}
form[action="/search"] > div div {
    display: inline;
}
form[action="/search"] > div div ul[role="menu"] { /*upload image buttons*/
    display: none;
}
form[action="/search"] > div .a4bIc, form[action="/search"] > div div:has(>textarea) { /*searchbar container*/
    width: 50%;
    margin: 0 25%;
    display: inline-block;
    animation: none;
    transition: none;
    position: relative;
}
form[action="/search"] > div div:has(>textarea) > div { /*gray text predition*/
    display: none
}
form[action="/search"] > div button {
    display: none
}
form[action="/search"] > div > div > div > div {
    position: relative;
}
form[action="/search"] > div div:has(>textarea) ~ div { /*x and search by voice buttons*/
    width:25%;
    width: 179px;
    text-align: left;
    position: absolute;
    right: 0;
}
@media (max-width:750px) {
    form[action="/search"] > div div:has(>textarea) ~ div {
        width:25%;
        left: 75%;
        right: auto;
        margin-left: 3px;
    }
}
form[action="/search"] > div div:has(>textarea) ~ div > div > div {
    display: block;
    color: #00c;
    text-decoration: underline;
    cursor: pointer;
    font-size: 10px;
    padding-left: 6px;
    height: 13px
}
form[action="/search"] > div div:has(>textarea) ~ div > div > div::before {
    content: attr(aria-label)!important;
}
form[action="/search"] > div div:has(>textarea) ~ div > div > div * {
    display: none
}
form[action="/search"] > div div ul[role="listbox"] li > div > div[role="button"] {
    float:right;
    color:#e66;
    font-size: small;
}
promo-middle-slot {
    text-align: center;
    font-size: small;
}
promo-middle-slot::after {
    content:"​"!important
}
promo-middle-slot image-options {
    display: none
}
div[role="contentinfo"] { /*footer*/
    font-size: small;
    text-align: center;
}
div[role="contentinfo"] > div > div {
    min-width: 0;
}
div[role="contentinfo"] > div > div a {
    margin-right: 1em
}
div[role="contentinfo"] > div > div a:not(:last-child)::after {
    content: " - "!important;
    color: black;
    position: absolute;
    margin-left: .4em;
}
div[role="contentinfo"] img {
    display: none
}
div[role="contentinfo"] > div > div:nth-child(1) /*advertising business how search works*/ {
    
}
div[role="contentinfo"] > div > div:nth-child(2) /*applying ai line*/ {
    display: none
}
div[role="contentinfo"] > div > div:last-child::before {
    content:"​"!important;
    display: block;
}
div[role="contentinfo"] > div > div:last-child { /*settings text*/
    display: inline-block;
    color: #00c;
    font-size: smaller;
    position: relative;
}
div[role="contentinfo"] > div > div:last-child > span div > div::after {
    content:" ▼"!important;
}
div[role="contentinfo"] > div > div:last-child > span {
    float: right;
}
div[role="contentinfo"] > div > div:last-child a:first-child { /*privacy text*/
    margin-left: 4em;
}
div[role="contentinfo"] > div > div:last-child a:first-child::before {
    content:"©2009 - "!important;
    color: black;
    position: absolute;
    margin-left: -4em;
}
/*serach suggestions*/
form[action="/search"] > div div [data-bkt="searchbox"]+div {
    display: none
}
form[action="/search"] > div div:has(>[data-bkt="searchbox"]) {
    position: absolute;
    left: 25%;
    width: 50%;
    border-collapse: separate;
    border-spacing: 2px;
    background-color: white;
    border: 2px inset;
    border-color: #c9d7f1 #36c #36c #a2bae7;
    cursor: auto;
    padding: 1px 0px;
    min-height: 0;
    line-height: 1;
    font-size: medium;
    text-align: left;
    top:13px;
    z-index: 2
}
form[action="/search"] > div div [data-bkt="searchbox"]+div ~ div {
    display: block;
    line-height: 1
}
form[action="/search"] > div div [data-bkt="searchbox"] ~ div input { /*search buttons*/
    margin-bottom:8px;
    margin-top: 8px;
}
.sbre .wM6W7d { /*why is this line height 18*/
    line-height: inherit;
}
form[action="/search"] > div div [data-bkt="searchbox"] ~ div.aajZCb+div { /*report innapropriate search*/
    display: none
}
.emcav .RNNXgb, .BgPPrc .RNNXgb, div .RNNXgb { /*why do you exist*/
    box-shadow: none!important
}
.sbhl {
    background:#d4e1ff;
    border-radius: 0;
    cursor: pointer;
}
/*suggestions debloater*/
form[action="/search"] > div div [data-bkt="searchbox"]+div ~ div b {
    font-family: inherit;
}
form[action="/search"] > div div [data-bkt="searchbox"]+div ~ div [data-src] {
    display: none
}
form[action="/search"] > div div [data-bkt="searchbox"]+div ~ div [role="presentation"] > [role="presentation"] {
    display: none
}
form[action="/search"] > div div [data-bkt="searchbox"]+div ~ div .ClJ9Yb { /*extra info*/
    float:right;
    margin-right: 1px;
    font-size:smaller;
    display: none
}

/*prefs*/
.logo { /*logo*/
    padding:0;
    content: url("https://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif");
    background:url(https://www.google.com/images/nav_logo3.png);
    background-position-y:-26px;
    width:150px;
    height:52px;
    position:relative;
    left:0;
    top:0;
    min-width:150px;
    max-height:51px;
    
    
}
.logo img, .logo svg {
    visibility:hidden
}
.logo ~ span {
    margin:16px 0;
    background:#e5ecf9;
    border-top: 1px solid #3366cc;
    position:relative;
    width: calc(100% - 155px);
    display: inline-block;
    font: bold 18px arial;
    color: black;
    text-indent: 6px;
    line-height:normal;
    float: right
}
.header, .header a {
    width: 100%;
}
div [data-spbu] > div:first-child { /*tags*/
    display: none
}
div [data-spbu] > div {
    border: 2px solid #cbdced;
}
div [data-spbu] span[role="heading"] ~ span { /*detail text*/
    color: black;
    font: normal 13px arial;
}
div [data-spbu] > div > div > div {
    padding-top: 24px;
    min-height:32px;
    border-bottom: 1px solid #cbdced!important;
}
div [data-spbu] span[role="heading"] { /*mini titles*/
    font: bold 13px arial;
    width:175px;
    display: inline-block;
    height:42px;
    padding-left: 3px;
    float:left;
    padding-bottom: 0;
}
div > div > div[tabindex="0"][class][role][overflow] {
    border-bottom: 0;
    padding-bottom: 10px;
    border-radius: 0;
}
div > div > div[tabindex="0"][class][role][overflow] > div { /*option background selection*/
    background: none
}
div [data-spbu] > div > div > div > div > a > div { /*parental controls*/
    background: none!important
}
div [data-spbu] > div > div > div > div > a > div span {
    color: inherit;
    font: inherit;
    font-size: 13px;
}
div > div > div[tabindex="0"][class][role][overflow] .z1asCe, .z1asCe { /*icons*/
    display: none
}
div.Oar8Pc { /*footer*/
    display: none
}
div > div > div[tabindex="0"][class][role][overflow] > div > div {
    display: flex;
}
div > div > div[tabindex="0"][class][role][overflow] > div > div > span {
    padding: 0;
    width: auto;
    display: inline-block;
    flex: initial;
    min-width: 0;
    margin-right: 6px;
    color:#00c;
    font-size: 13px;
    line-height: normal;
    text-decoration: underline;
    cursor: pointer;
}
div > div > div[tabindex="0"][class][role][overflow] > div > div > span span {
    font: inherit;
    color: inherit;
}
div > div > div[tabindex="0"][class][role][overflow] > div > div > span > span:first-child::after {
    content:":"!important
}
[data-ui="pro"] { /*dark theme modal*/
    border-radius: 0;
    background: none;
}
[data-ui="pro"] [data-open-ulv-dialog-text] {
    background:none;
}
[data-ui="pro"] [data-open-ulv-dialog-text] > div > span { /*dark theme title*/
    display: none
}
[data-ui="pro"] [data-open-ulv-dialog-text] > div {
    padding-left:175px;
}
[data-ui="pro"] [data-open-ulv-dialog-text] > div label {
    padding:0;
    margin: 0;
    color: black;
    font: inherit;
    font-size: 13px;
}
[data-ui="pro"] [data-open-ulv-dialog-text] > div input {
    margin-top: 0;
}
[data-ui="pro"] [data-open-ulv-dialog-text] > div > div {
    width: 100%;
    display: flex;
}
#shdg { /*share dialog*/
    display: none
}
}

@-moz-document url-prefix("https://www.google.com/search?") {
    /*MAIN SEARCH*/
body, div:not([data-src] *), a[class], button[class], input[class][type], input[type][value], a[class] h3[class] {
    all: revert;
}
.V9tjod, .V9tjod .LC20lb, .V9tjod .ESMNde {
    transform: none;
}
body, div[class], a[class], button[class], input[class][type], input[type][value],
div[class]:hover, a[class]:hover, button[class]:hover, input[class][type]:hover, input[type][value]:hover,
 div[class]:active, a[class]:active, button[class]:active, input[class][type]:active, input[type][value]:active,
div[class]:focus, a[class]:focus, button[class]:focus, input[class][type]:focus, input[type][value]:focus {
    box-shadow: none;
    border: revert;
}
*::before, *::after {
    content: none!important
}
img {
    max-height: 700px
}
body {
    background: #fff;
    color: #000;
    margin: 3px 8px;
}
li.g, body, html, .std, .c h2, #mbEnd h2, h1 {
    font-size: small;
    font-family: arial,sans-serif;
}
/*heading*/
body > span[class], body > span[class] > div[class] {
    height: auto!important;
    contain: initial;
    top:0!important
}
#searchform {
    display: block;
    padding:0;
    width: 100%;
    position: static!important;
}
.tsf {
    max-width: none;
}
#searchform > div {
    display: flex;
    flex-direction: column-reverse;
}
#searchform > div > div {
    margin: 0;
}
    /*logo and sbar*/
div[data-doodle] {
    display: none
}
div:has(>div[data-doodle]) {
    margin:0!important
}
div.logo {
    padding: 0 8px 0 0;
    max-height:73px;
}
#logo, div.logo a:has(>[data-doodle]) {
    display: block;
    overflow: hidden;
    position: relative;
    width: 150px;
    height: 52px;
    margin: 14px 0 7px;
    background:url(https://www.google.com/images/nav_logo3.png);
    background-position-y:-26px;
}
#logo svg {
    display: none
}
div.logo img[data-doodle] {
    opacity: 0;
}
div.RNNXgb[class], div.RNNXgb[class]:hover {
    padding-top:26px;
    padding-bottom:21px;
    box-shadow: none
}
.emcav .RNNXgb:hover, .sbfc.emcav .RNNXgb, .BgPPrc .RNNXgb:hover {
    box-shadow: none
}
div.RNNXgb > button[type=submit], 
div.RNNXgb > div > div > div > div[class], 
div.RNNXgb > div > div > div > div[class]:hover,
 [data-st-cnt="mode"] button, [data-st-cnt="mode"] button:hover, div[data-svs] button, div[data-svs] button:hover {
    background-color: rgb(240, 240, 240);
    border: 2px outset rgb(240, 240, 240);
    color: rgb(0, 0, 0);
    font-family: Arial;
    font-size: 13px;
    margin: 2px;
    padding: 1px 6px;
    width: auto;
    height: auto;
    line-height: normal;
}
div.RNNXgb > button[type=submit]:focus, div.RNNXgb > div > div > div > div:focus, [data-st-cnt="mode"] button:focus, div[data-svs] button:focus {
    border-style: inset;
}
div.RNNXgb[class]+div { /*suggestions*/
    position: absolute;
    left:187px;
    background: #fff;
    top:49px;
    width: 283px;
    z-index: 3;
}
div.RNNXgb[class]+div > div[data-ved] {
    padding: 1px 0;
    border: 2px inset;
    border-color:#c9d7f1 #36c #36c #a2bae7;
}
form[action="/search"] > div div ul[role="listbox"] li > div {
    width: 100%;
}
form[action="/search"] > div div ul[role="listbox"] li > div > div {
    float: left;
}
form[action="/search"] > div div ul[role="listbox"] li > div > div[role="button"] {
    float:right;
    color:#e66;
    font-size: small;
}
div.RNNXgb[class]+div[data-ved] { /*image tab*/
    padding: 1px 0;
    border: 2px inset;
    border-color:#c9d7f1 #36c #36c #a2bae7;
    width: 279px;
}
div.RNNXgb[class]+div [role="presentation"] > div > div[role="presentation"]:nth-child(2) { /*people also search for*/
    display: none;
}
div.RNNXgb[class]+div .YB4h9 {
    display: none
}
div.RNNXgb[class]+div > div [data-src] { /*search suggestion pictures*/
    display: none
}
.pD4qTd .rLrQHf { /*people also ask in search suggestion*/
    display: none
}
div.RNNXgb[class]+div > div span {
    color: #000;
}
div.RNNXgb[class]+div > div b {
    font-family: inherit;
}
div.RNNXgb[class]+div .ClJ9Yb {
    font-size: smaller;
    line-height: 1;
    color: #000;
}
.sbhl {
    background: #d4e1ff;
    cursor: pointer;
    border-radius: 0;
}
div.RNNXgb > button[type=submit]::after { /*search button*/
    content: attr(aria-label)!important
}
div.RNNXgb > button[type=submit] div {
    display: none
}

div.RNNXgb > a { /*small logo*/
    display: none
}
div.RNNXgb > div > div:first-child { /*search icon*/
    display: none
}
div.YacQv { /*stupid redundant text above sbox*/
    display: none
}
div.RNNXgb > div, div.RNNXgb > div > div {
    display: inline-block;
    vertical-align: top;
    max-height: 25px;
}
div.RNNXgb > div > div > div > div span {
    display: none
}
div.RNNXgb > div > div > div > div::after { /*clear text*/
    content: attr(aria-label)!important
}
div.RNNXgb > div > div:last-child:nth-child(3) > div:nth-child(2) {
    display: none /*kill voice search*/
}
form[action="/search"] > div {
    margin: 0 auto
}
form[action="/search"] > div > div {
    position: relative;
    display: flex;
    z-index: 2
    
}

form[action="/search"] textarea {
    border-collapse: separate;
    border-spacing: 2px;
    border-color: gray;
    background-color: white;
    border: 2px inset;
    cursor: auto;
    padding: 1px 0px;
    min-height: 0;
    height: 1em;
    overflow: hidden;
    font-family: inherit;
    width: 279px;
    margin: 2px;
    font-size: 13px;
    height:16px;
    line-height: 18px;
    color: #000;
}
form[action="/search"] textarea:focus {
    outline: 2px solid rgb(229, 151, 0)
}
/*corner buttons*/
.tsf~div { /*settings and gapps and sign in container*/
    
}
/*settings*/
.tsf~div > div:first-child {
    position:absolute;
    left: 560px;
    top: 52px;
    z-index: 3;
}
.tsf~div > div:first-child [aria-label]:hover {
    background:none
}
.tsf~div > div:first-child [aria-label] div {
    visibility: visible!important;
    font-size: x-small;
    color: #01c;
    text-decoration: underline;
}
.tsf~div > div:first-child span {
    display: none
}
/*sign ins*/
.gb {
    display:block!important;
    background: #c9d7f1;
    width:calc(100% + 16px);
    margin-left: -8px;
    height: 1px;
    position:absolute;
    top: 21px;
}

#gb {
    height: 16px;
    padding: 1px 0 7px;
}
#gb > div[data-ogsr-fb] {
    position: relative;
    z-index:3
}
#gb > .gb_z > a[href^="https://accounts.google.com/SignOutOptions"] { /*logged in pfp*/
    display:inline-block;
    overflow:hidden;
    text-indent: -7.6em;
    background: none;
}
#gb > .gb_z > a[href^="https://accounts.google.com/SignOutOptions"]::before {
    letter-spacing: 0;
    content:attr(aria-label)!important;
    position: static;
    inset: 0;
    opacity: 1;
    background: none!important;
    
}
#gb > .gb_z > a[href^="https://accounts.google.com/SignOutOptions"] div, #gb > .gb_z > a[href^="https://accounts.google.com/SignOutOptions"] img {
    display: none
}
a.gb_B[href*="labs.google.com"] svg {
    display: none
}
a.gb_B[href*="labs.google.com"]::before { /*labs*/
    all: unset;
    content: attr(aria-label)!important;
}
div[class] > a[href="https://www.google.com/intl/en/about/products?tab=wh"] {
    background: none;
    padding: 0;
    margin-right: 1em
}
[href="https://www.google.com/intl/en/about/products?tab=wh"]::before {
    all: unset;
    content: attr(aria-label)!important;
    opacity: 1!important;
}
[href="https://www.google.com/intl/en/about/products?tab=wh"] svg {
    display: none
}
#gb > .gb_z > a[aria-label="Sign in"] {
    all: revert;
}
/*main tabs*/
#cnt > script~div:is([data-st-cnt],.xRtCGb,.caNvfd,.Fgyi2e.rZj61) {
    /**/
}     
#cnt > script~div:is([data-st-cnt],.xRtCGb,.caNvfd,.Fgyi2e.rZj61) div:has(>div>[role="list"]) {
    padding: .1em!important;
    border-top: 1px solid #6b90da;
    background: #f0f7f9;
}
#cnt > script~div:is([data-st-cnt],.xRtCGb,.caNvfd,.Fgyi2e.rZj61) div:has(>[role="list"]) {
    padding: 4px 0 0;
    padding-left: 4px;
    padding-right: .5em;
}
#cnt > script~div:is([data-st-cnt],.xRtCGb,.caNvfd,.Fgyi2e.rZj61) [role="list"] > div {
    margin-right: 1em; /*.6 without nbsp*/
}
#cnt > script~div:is([data-st-cnt],.xRtCGb,.caNvfd,.Fgyi2e.rZj61) div:has(>[role="list"]) { /*3 layers of containers of the bars*/
    display: inline-block;
}
#cnt > script~div:is([data-st-cnt],.xRtCGb,.caNvfd,.Fgyi2e.rZj61) [role="list"]~div {
    display: inline-block
}
#cnt > script~div:is([data-st-cnt],.xRtCGb,.caNvfd,.Fgyi2e.rZj61) [role="list"] {
    display: inline-block;
}
#cnt > script~div:is([data-st-cnt],.xRtCGb,.caNvfd,.Fgyi2e.rZj61) [role="list"] > div {
    display: inline-block;
}
#cnt > script~div:is([data-st-cnt],.xRtCGb,.caNvfd,.Fgyi2e.rZj61) [role="list"] [role="listitem"]:first-child { /*AI MODE*/
    display: none
}
#cnt > script~div:is([data-st-cnt],.xRtCGb,.caNvfd,.Fgyi2e.rZj61) [role="list"] [role="listitem"] > a > div > span {
    font: inherit;
    color: inherit;
    padding: 0;
    border: 0;
    font-size: 13px;
    height: 16px;
    text-decoration: inherit
}
#cnt > script~div:is([data-st-cnt],.xRtCGb,.caNvfd,.Fgyi2e.rZj61) [role="list"] [role="listitem"] > a > div {
    color: #01c;
    text-decoration: underline;
    
}
#cnt > script~div:is([data-st-cnt],.xRtCGb,.caNvfd,.Fgyi2e.rZj61) [role="list"] [role="listitem"] > a > div:active {
    color: red;
}
#cnt > script~div:is([data-st-cnt],.xRtCGb,.caNvfd,.Fgyi2e.rZj61) [role="list"] [role="listitem"] > a > div[selected] {
    font-weight: bold;
    color: #000;
    text-decoration: none;
}
#cnt > script~div:is([data-st-cnt],.xRtCGb,.caNvfd,.Fgyi2e.rZj61) [role="list"] [role="listitem"]:last-child span { /*more dropdown*/
    font: inherit;
    color: inherit;
    text-decoration: inherit;
}
#cnt > script~div:is([data-st-cnt],.xRtCGb,.caNvfd,.Fgyi2e.rZj61) [role="list"]~div:last-child span {
    font: inherit;
    color: inherit;
    text-decoration: inherit;
}
#cnt > script~div:is([data-st-cnt],.xRtCGb,.caNvfd,.Fgyi2e.rZj61) [role="list"] [role="listitem"]:last-child span:first-child::after {
    content:" ▼"!important;
    font-size: smaller;
}
#cnt > script~div:is([data-st-cnt],.xRtCGb,.caNvfd,.Fgyi2e.rZj61) [role="list"]~div:last-child span:first-child::after {
    content:" ▼"!important;
    font-size: smaller;
}
#cnt > script~div:is([data-st-cnt],.xRtCGb,.caNvfd,.Fgyi2e.rZj61) [role="list"] [role="listitem"]:last-child [aria-label] > div  {
    color: #01c;
    text-decoration: underline;
}
#cnt > script~div:is([data-st-cnt],.xRtCGb,.caNvfd,.Fgyi2e.rZj61) [role="list"]~div:last-child > div > div > div {
    color: #01c;
    text-decoration: underline;
}
#cnt > script~div:is([data-st-cnt],.xRtCGb,.caNvfd,.Fgyi2e.rZj61) [role="list"] [role="listitem"]:last-child span:last-child {
    display: none;
}
#cnt > script~div:is([data-st-cnt],.xRtCGb,.caNvfd,.Fgyi2e.rZj61) [role="list"]~:last-child span:last-child {
    display: none
}
#cnt > script~div:is([data-st-cnt],.xRtCGb,.caNvfd,.Fgyi2e.rZj61) div:has(>ol a[href^="/save"]) { /*saved*/
    float: right;
    margin-top: -20px;
}
#cnt > script~div:is([data-st-cnt],.xRtCGb,.caNvfd,.Fgyi2e.rZj61) li:has(a[href^="/save"]) {
    margin: 0 6px 0 0;
}
#cnt > script~div:is([data-st-cnt],.xRtCGb,.caNvfd,.Fgyi2e.rZj61) li a[href^="/save"] {
    font: inherit;
    color: #00c;
}
#cnt > script~div:is([data-st-cnt],.xRtCGb,.caNvfd,.Fgyi2e.rZj61) li a[href^="/save"] span[class] {
    display: none
}
/*more and tools*/
#sZmt3b > div {
    border: 1px solid;
    background: #fff;
    border-color: #c9d7f1 #36c #36c #a2bae7;
    height:auto !important;
    border-radius: 0;
}
#sZmt3b > div [role="listitem"] a {
    color: #00c;
    box-sizing: content-box;
}
#sZmt3b > div [role="listitem"] div:hover {
    background: #36c;
    color: #fff !important;
}
#sZmt3b > div [data-v] > div[jsslot] {
    font: inherit;
    color: inherit;
    width: auto;
    height: auto;
    background: none;
    padding:0.2em 0.5em;
}
#sZmt3b > div [role="listitem"] a span {
    font: inherit;
    color: inherit;
    width: auto;
    height: auto;
    background: none;
}
/*tools*/
#sZmt3b > div [data-v]:has(div[jsslot]) {
    font: inherit;
    color: #00c;
    min-height: 0;
    padding: 0;
    background: none;
}
#sZmt3b > div [data-v]:has(div[jsslot]) a {
    margin: 0;
    padding: 0;
    height: auto;
    min-height: 0;
    color: inherit;
}
#sZmt3b > div [data-v]:has(div[jsslot]):hover, #sZmt3b > div [data-v]:has(div[jsslot]).Wf7Nsf {
    background: #36c;
    color: #fff;
}
/*result*/
#result-stats {
    font: inherit;
    padding:0.2em 0.5em;
}
/*gbar*/
#gb div:has(>iframe[src^="https://ogs.google.com/widget/app/so"]) {
    margin: 0!important;
    left:0;
    width: auto!important;
    height: auto!important;
    visibility:visible!important;
    overflow: auto!important;
    max-width: calc(100% - 180px)!important;
}
#gb div:has(>iframe[src^="https://ogs.google.com/u/0/widget"]) {
    margin: 0!important;
    left:0;
    width: auto!important;
    height: auto!important;
    visibility:visible!important;
    overflow: auto!important;
    max-width: calc(100% - 460px)!important;
}
#gb iframe[src^="https://ogs.google.com/widget/app/so"], #gb iframe[src^="https://ogs.google.com/u/0/widget"] {
    overflow: auto!important;
    height: auto!important;
    visibility: visible!important;
    max-height: 18px;
}
#gb [aria-hidden="false"] iframe[src^="https://ogs.google.com/widget/app/so"] {
    max-height: none;
    min-height: 320px;
}
#gb [aria-hidden="false"] iframe[src^="https://ogs.google.com/u/0/widget"] {
    max-height: none;
    min-height: 460px;
}

#gb div:has(iframe[src="about:blank"]) { /*you*/
    max-height: none!important;
    min-height: 450px!important
}




/*the moment youve all been waiting for*/
div[class] a[href]:active {
    color: red;
}
div.uhHOwf {
    position: relative
}
.tF2Cxc.asEBEc, div.Lv2Cle { /*margin bottom 30px, main searches*/
    margin: 13px 0
}
.tF2Cxc.asEBEc span > a[href], h2.bNg8Rb+div span > a[href] { /*title*/
    font-size: medium;
    font-weight: normal;
    text-decoration: none
}
.tF2Cxc.asEBEc span > a[href]::after, h2.bNg8Rb+div span > a[href]::after { /*real cite URLs*/
    /*content:attr(href)!important;*/
    font-size: small;
    color: green;
    cursor: text;
}
.tF2Cxc.asEBEc span > a[href] > div, h2.bNg8Rb+div span:has(>a)+div   { /*deletes redundant url*/
    display: none
}
.tF2Cxc.asEBEc a[href], h2.bNg8Rb+div span > a[href] {
    color: #00c;
    text-decoration: underline;
}
.tF2Cxc.asEBEc a[href] br, h2.bNg8Rb+div span > a[href] br {
    display: none
}
.tF2Cxc.asEBEc a[href] h3, h2.bNg8Rb+div span > a[href] h3 {
    font: inherit;
    margin: 0;
    text-decoration: underline;
    padding: 0;
}
.tF2Cxc.asEBEc cite, .tF2Cxc.asEBEc cite span, h2.bNg8Rb+div span > a[href] cite, h2.bNg8Rb+div span > a[href] cite span {
    font: inherit;
    color: inherit;
}
.tF2Cxc.asEBEc div:has(>div>div>cite) > span, h2.bNg8Rb+div div:has(>div>div>cite) > span { /*ugly pfps*/
    display: none
}
.tF2Cxc.asEBEc div:has(>div>div>cite), h2.bNg8Rb+div div:has(>div>div>cite) {
    color: green;
    font-style: normal;
    font-size: small;
}
.tF2Cxc.asEBEc div:has(>div>cite) > div:first-child:not([class]), h2.bNg8Rb+div div:has(>div>cite) > div:first-child:not([class]){ /*kill unuseful naming, not class part might not be needed*/
    display:none
}
.tF2Cxc.asEBEc div:has(>div>div>div>div>cite) >div, h2.bNg8Rb+div div:has(>div>cite) > div {
    margin: 0;
    display: inline-block;
}
.tF2Cxc.asEBEc div:has(>div>div>div>div>cite) >div:nth-child(2) {
    height: auto!important;
}
.tF2Cxc.asEBEc div:has(>div>div>div>div>cite) >div:nth-child(2) > div > div {
    position: static!important
}
.tF2Cxc.asEBEc div:has(>div>div>div>div>cite) >div:nth-child(2) > div > div > span {
    height: auto;
    position: static;
    border-radius: 0;
    width: auto;
    color:  #77c;
    text-decoration: underline;
    cursor: pointer;
}
.tF2Cxc.asEBEc div:has(>div>div>div>div>cite) >div:nth-child(2) > div > div > span::before {
    all: revert;
    content:"About this result"!important;
    margin-left:1em;
}
.tF2Cxc.asEBEc div:has(>div>div>div>div>cite) >div:nth-child(2) > div > div > span > span {
    display: none
}
.tF2Cxc.asEBEc [data-snc] { /*title and description container hack to fix ordering*/
    display: flex;
    flex-direction: column;
    padding-top:18px;
    position: relative;
}
.tF2Cxc.asEBEc [data-snc] > [data-snf]:nth-child(2) {
    order: -1
}
.tF2Cxc.asEBEc span:has(>a[data-ved]) {
    position:absolute;
    top: 0;
}
.tF2Cxc.asEBEc [data-snf]:nth-child(2) { /*information box, description etc*/
    /**/
}
.tF2Cxc.asEBEc [data-snf]:nth-child(2) a {
    font: inherit;
}
.tF2Cxc.asEBEc [data-snf]:nth-child(2) div, .tF2Cxc.asEBEc [data-snf]:nth-child(2) em, h2.bNg8Rb+div em {
    color: black;
}
.tF2Cxc.asEBEc [data-snf]:nth-child(2) div span {
    font: inherit;
}
.tF2Cxc.asEBEc [data-snf]:nth-child(2) div a {
    margin-left: 4px
}
.tF2Cxc.asEBEc [data-snf]:nth-child(3) { /*some extra links, maybe has style attr for padding 4*/
    padding-left: 40px;
    padding-top: 7px!important;
}
.tF2Cxc.asEBEc [data-snf]:nth-child(3):has(a[href*="reddit"]) {
    padding: 0!important
}
.tF2Cxc.asEBEc [data-snf]:nth-child(3) a[href*="reddit"]~span {
    vertical-align: middle;
    display: inline-block;
}
.tF2Cxc.asEBEc [data-snf]:nth-child(3) [role="list"] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: max-content;
}
.tF2Cxc.asEBEc [data-snf]:nth-child(3) [role="list"] li:nth-child(even) {
    padding-left: 21px;
}
.tF2Cxc.asEBEc [data-snf]:nth-child(3) [role="list"] li {
    flex-basis: calc(50% - 2rem);
}
.tF2Cxc.asEBEc [data-snf]:nth-child(4):has(a[href*="reddit"]) > div > div > div > div {
    /*reddit links*/
    display: inline;
    width: auto;
    margin-right: 4px;
}
.tF2Cxc.asEBEc [data-snc] > [data-snf][data-sncf][style*="padding"]:has(img) { /*images*/
    padding:0!important;
    width:36px!important;
    height: 36px!important;
    position: absolute;
    overflow: hidden;
    top:20px
}
.tF2Cxc.asEBEc [data-snc] > [data-snf][data-sncf][style*="padding"]:has(img) div[style] {
    width: inherit!important;
    height: inherit!important;
}
.grvmXb .hnrXfd { /*width 110 truther*/
    width: inherit;
}
.tF2Cxc.asEBEc [data-snc] > [data-snf][data-sncf][style*="padding"]:has(img) div[style] > div > div:not(:first-child) { /*delete non first image*/
    display: none
}
.tF2Cxc.asEBEc:has([data-snc] > [data-snf][data-sncf][style*="padding"] img) [data-snf]:nth-child(2),
 .tF2Cxc.asEBEc:has([data-snc] > [data-snf][data-sncf][style*="padding"] img) div:has(>div>div>div>div>cite) >div:first-child {
    padding-left: 45px
}

/*reddit results*/
.tF2Cxc.asEBEc [data-snc] > [data-snf][style*="grid-area"] .kXlpWb .P1usbc > div:last-child a {
    color: #77c;
}
.tF2Cxc.asEBEc [data-snc] > [data-snf][style*="grid-area"] .kXlpWb .P1usbc > div > div {
    width: auto;
    margin-right: 6px
}

/*slightly special shaped ones*/
h2.bNg8Rb+div { /*AKA BYM4Nd*/
    
}
h2.bNg8Rb+div {
    margin: 15px 0; 
}
h2.bNg8Rb+div table[cellspacing="0"] {
    margin: 0;
    font: inherit;
}
h2.bNg8Rb+div table[cellspacing="0"] td {
    padding: 0;
}
h2.bNg8Rb+div table[cellspacing="0"] td div[class] {
    padding:0;
    font: inherit;
}
h2.bNg8Rb+div table[cellspacing="0"] div >  a {
    color: #77c;
}
h2.bNg8Rb+div table[cellspacing="0"] h3 a {
    font-family: arial;
    font-size:16px!important;
}
/*map*/
div[data-src] {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: inherit;
}
div:has(>div[data-src][data-lc][data-ved]) {
    /*width: 100%;
    height: 100%;*/
    position:absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
div:has(>div>div>div[data-src]) {
    height: 200px;
    display: flex;
}
div:has(>div>div>div>div[data-src]) {
    overflow: hidden
}
/*map dest*/
[data-record-click-time] {
    /**/
}
[data-record-click-time] [aria-level] {
    text-decoration: underline;
    color: #00c;
    display: inline;
}
[data-record-click-time] [aria-level]~div {
    display: inline
}
[data-record-click-time] [aria-level]~div::before {
    content:" - "!important;
    color: #000;
}
.rllt__details::after {
    content:" - "!important;
    color: #000;
    margin-right: 4px
}
[data-record-click-time] [aria-level]+div { /*obvious business type*/
    /*display: none*/
}
[data-record-click-time] [aria-level]+div+div {
    color: #000
}
[data-record-click-time] a[href] {
    display: inline-block;
    vertical-align: top;
}
[data-record-click-time] div:has(>a[href]) > div {
    display: inline-block;
}
[data-record-click-time] a[href]:not(:last-of-type) { /*website*/
    max-width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: green;
}
[data-record-click-time] a[href]:not(:last-of-type) div {
    display: none
}
[data-record-click-time] a[href]:not(:last-of-type)::after {
    content: attr(href)!important;
}
[data-record-click-time] a[href]:last-of-type {
    color: #77c;
}
[data-record-click-time] a[href] svg {
    display: none;
}
[data-record-click-time] a[href] .niO4u { /*icon container*/
    display: none
}
.dXnVAb, .rllt__details .pJ3Ci > div { /*onsite services, aka obscure label.. this is also used for reviews.. see below*/
    display: inline-block;
}
div:has(>.LGwnxb), .LGwnxb { /*more places on map*/
    font: inherit;
    color: inherit;
}
a:has(>div>.LGwnxb) {
    color: #77c;
    font: inherit;
    font-size: small;
    text-decoration: underline!important
}
a:has(>div>.LGwnxb) > div[class] {
    background: none;
}
a:has(>div>.LGwnxb) hr {
    display: none
}
.LGwnxb ~ span { /*arrows*/
    display: none
}
[data-record-click-time] a:not([href]) > div[class] { /*aclass is when there is letter labels ABC*/
    padding: 0;
    display: flex;
    gap: 4px;
}
.rllt__details .pJ3Ci div > span:has(svg) { /*removes review pfp*/
    display: none
}
.rllt__details .pJ3Ci > div:has(>span:nth-child(2)) { /*review alignment*/
    vertical-align: middle;
}
[data-record-click-time] a+a img {
    width: 36px;
    height: 36px;
}
[data-record-click-time] a+a div:has(>img) {
    width: auto!important;
    height: auto!important;
    border-radius: 0;
}
/*interactive map*/
div.o8ebK {
    position: relative;
    display: flex;
}

.yXg2De {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: inherit;
    min-height: 20px;
}
.BOZmjd {
    position: absolute;
    width: 100%;
    height: 100%;
}
.Q6cQSe {
    position: absolute;
    left: 0;
    background: #f5f5f5;
    top: 0;
    transition: max-height .3s,max-width .3s,transform .3s,background .5s;
    max-height: 100%;
    max-width: 100%;
}
div.Ufej2c, div.Ufej2c img {
    width: 100%;
    height: 100%;
}
div.YiqJse, div.Ufej2c {
    position: absolute;
    top: 0;
    left: 0;
}
div.Al1iSe {
    position: absolute;
    top: 50%;
    left: 50%;
}
div.nwn5d {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    border-width: 0;
    padding: 0;
}
/*map pop up*/
div#sZmt3b[class] > div.R4aD0e[jscontroller] { /*below sZmt3b*/
    height: calc(100% - 100px)!important;
    overflow-y: scroll;
}
.R4aD0e > [style="top:24px"] { /*X icon*/
    background:#eee;
    border:2px inset;
    border-bottom: 0;
    text-align: right;
}
async-local-kp .xpdopen {
    padding:4px;
}
async-local-kp .kp-header > div[class] { /*header with images*/
    padding: 0;
}
async-local-kp .kp-header > div[class] > [jsaction] {
    display: none
}
async-local-kp .kp-header > div[class] > div:nth-child(2) {
    display: flex;
    align-items: center;
    padding: 0;
}
async-local-kp .kp-header > div[class] > div:nth-child(2) > div > div {
    margin: 0;
}
async-local-kp div div[class][data-attrid="kc:/location/location:media"][data-md] /*image headers*/ {
    padding: 0;
}
async-local-kp div[class][data-attrid="kc:/location/location:media"] > div {
    height: 175px;
}
async-local-kp div[class][data-attrid="kc:/location/location:media"] > div > button[class] {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: inherit;
    line-height: 0;
    padding: 0;
    text-align: left;
    float: left;
    position: relative;
}
async-local-kp div[class][data-attrid="kc:/location/location:media"] > div > button[class] > div {
    background: no-repeat center;
    background-size: cover;
    bottom: 0;
    display: block;
    left: 0;
    margin: 4px 0 0 4px;
    position: absolute;
    right: 0;
    top: 0;
}
async-local-kp [data-attrid="kc:/local:unified_actions"], async-local-kp [data-attrid="kc:/local:unified_actions"]:hover {
    font: inherit;
    color: #00c;
    border-top: 1px solid #6b90da;
    background: #f0f7f9;
    margin-top:5px;
}
async-local-kp [data-attrid="kc:/local:unified_actions"] [style] {
    margin:0!important
}
async-local-kp [data-attrid="kc:/local:unified_actions"]:active {
    color: red;
}
async-local-kp [data-attrid="kc:/local:unified_actions"] > div > div {
    display: inline-block;
}

async-local-kp [data-attrid="kc:/local:unified_actions"] c-wiz {
    font: inherit;
    color: inherit;
}
async-local-kp [data-attrid="kc:/local:unified_actions"] div[ssk][data-ved] {
    display: inline-block;
    margin-right: 6px;
    cursor: pointer;
}
async-local-kp [data-attrid="kc:/local:unified_actions"] div[ssk][data-ved] div, async-local-kp [data-attrid="kc:/local:unified_actions"] div[ssk][data-ved] span {
    font: inherit;
    color: inherit;
    text-decoration: underline;
}
async-local-kp [data-attrid="kc:/local:unified_actions"] div[ssk][data-ved] span[aria-hidden] {
    all: unset;
}
async-local-kp [data-attrid="kc:/local:unified_actions"] div[ssk][data-ved] span[aria-hidden] svg {
    display: none
}
async-local-kp [data-attrid="kc:/local:unified_actions"] div[ssk][data-ved] div[aria-hidden] { /*icons*/
    display: none
}
async-local-kp [data-attrid="kc:/local:unified_actions"]+div g-sticky-content > div > div[class] {
    background: #bacdec;
    border-top: 1px solid #343a6f;
}
async-local-kp [data-attrid="kc:/local:unified_actions"]+div g-sticky-content g-tabs {
    background: none!important;
    box-shadow: none!important;
    letter-spacing: 0;
}
async-local-kp [data-attrid="kc:/local:unified_actions"]+div g-sticky-content g-tabs > div > div > div { /*selection*/
    display: none
}
async-local-kp [data-attrid="kc:/local:unified_actions"]+div g-sticky-content g-tabs > div > div > a[class] {
    height: auto!important;
    min-height: 24px;
    line-height: 24px;
    flex: 0;
    color: #00c!important;
    text-decoration: underline;
    padding: 0 0 0 4px!important;
    cursor: pointer;
}
async-local-kp [data-attrid="kc:/local:unified_actions"]+div g-sticky-content g-tabs > div > div > a[class]:active {
    color: red!important;
}
async-local-kp [data-attrid="kc:/local:unified_actions"]+div g-sticky-content g-tabs > div > div > a[class][aria-selected="true"] {
    color:#000!important;
    text-decoration: none;
}
async-local-kp [data-attrid="kc:/local:unified_actions"]+div g-sticky-content g-tabs > div > div > a > div[style] {
    display: none;
}
async-local-kp g-flippy-carousel div[data-attrid="kc:/collection/knowledge_panels/local_reviewable:review_summary"][class][class] { /*most data*/
    padding: 0;
    border: 0;
    line-height: normal;
}
async-local-kp g-flippy-carousel div[data-attrid="kc:/collection/knowledge_panels/local_reviewable:review_summary"] .garHBe.HMjEC { /*review summary*/
    font: inherit;
    color: #000;
}
async-local-kp g-flippy-carousel div[data-attrid="kc:/collection/knowledge_panels/local_reviewable:review_summary"] .xwP61c { /*actual reviews*/
    
}
async-local-kp g-flippy-carousel div[data-attrid="kc:/collection/knowledge_panels/local_reviewable:review_summary"] .xwP61c > div:first-child > div:first-child {
    box-sizing: border-box;
    display: table;
    float: left;
    vertical-align: top;
}
async-local-kp g-flippy-carousel div[data-attrid="kc:/collection/knowledge_panels/local_reviewable:review_summary"] .xwP61c > div:first-child > div:first-child > div {
    width: 100%;
}
async-local-kp g-flippy-carousel div[data-attrid="kc:/collection/knowledge_panels/local_reviewable:review_summary"] .xwP61c > div:first-child > div:first-child > div > div {
    flex-direction: column;
    width: 100%;
    display: inline-table;
    gap: 4px
}
async-local-kp g-flippy-carousel div[data-attrid="kc:/collection/knowledge_panels/local_reviewable:review_summary"] .xwP61c > div:first-child > div:first-child > div > div > div {
    display: table-row;
    height: 20px;
}
async-local-kp g-flippy-carousel div[data-attrid="kc:/collection/knowledge_panels/local_reviewable:review_summary"] .xwP61c > div:first-child > div:first-child > div > div > div > div {
    vertical-align: middle;
}
async-local-kp g-flippy-carousel div[data-attrid="kc:/collection/knowledge_panels/local_reviewable:review_summary"] .xwP61c > div:first-child > div:first-child > div > div > div > div:nth-child(2) {
    display: table-cell;
    width: 100%;
    padding-left:4px;
}
async-local-kp g-flippy-carousel div[data-attrid="kc:/collection/knowledge_panels/local_reviewable:review_summary"] .xwP61c > div:first-child > div:first-child > div > div > div > div > div {
    height: 17px;
}
async-local-kp g-flippy-carousel div[data-attrid="kc:/collection/knowledge_panels/local_reviewable:review_summary"] .xwP61c > div:first-child > div:first-child > div > div > div > div > div > div {
    min-height: 17px;
}
async-local-kp g-flippy-carousel div[data-attrid="kc:/collection/knowledge_panels/local_reviewable:review_summary"] .xwP61c > div:first-child > div:first-child > div > div > div:nth-child(1) > div > div > div {
    background: #57bb8a
}
async-local-kp g-flippy-carousel div[data-attrid="kc:/collection/knowledge_panels/local_reviewable:review_summary"] .xwP61c > div:first-child > div:first-child > div > div > div:nth-child(2) > div > div > div {
    background: #9ace6a
}
async-local-kp g-flippy-carousel div[data-attrid="kc:/collection/knowledge_panels/local_reviewable:review_summary"] .xwP61c > div:first-child > div:first-child > div > div > div:nth-child(3) > div > div > div {
    background: #ffcf02
}
async-local-kp g-flippy-carousel div[data-attrid="kc:/collection/knowledge_panels/local_reviewable:review_summary"] .xwP61c > div:first-child > div:first-child > div > div > div:nth-child(4) > div > div > div {
    background: #ff9f02
}
async-local-kp g-flippy-carousel div[data-attrid="kc:/collection/knowledge_panels/local_reviewable:review_summary"] .xwP61c > div:first-child > div:first-child > div > div > div:nth-child(5) > div > div > div {
    background: #ff6f31
}
async-local-kp g-flippy-carousel div[data-attrid="kc:/collection/knowledge_panels/local_reviewable:review_summary"] .xwP61c > div:nth-child(2) > div {
   display: flex;
   gap: 4px;
}
async-local-kp g-flippy-carousel div[data-attrid="kc:/collection/knowledge_panels/local_reviewable:review_summary"] .xwP61c+span a span { /*write a review*/
    all: initial;
    font-family: arial;
    color: #00c;
}
async-local-kp g-flippy-carousel div[data-attrid="kc:/collection/knowledge_panels/local_reviewable:review_summary"] .xwP61c+span a span.JNLMh {
    display: none
}

async-local-kp g-flippy-carousel div[data-attrid="kc:/location/location:hours"] div:has(>div>iframe) {
    display: none
}
/*people also ask*/
div[data-qc] {
    margin: 13px 0;
}
[data-qc] svg {
    display: none
}
/*title*/
[data-qc] [aria-level="2"] span {
    font: inherit;
}
[data-qc] [aria-level="2"] {
    font: inherit;
    color: #000;
    font-size: medium;
}
/*main data*/
[data-qc] [data-bs] {
    padding-left: 40px
}
[data-qc] [data-bs] span > span {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: arial;
}
[data-qc] [data-bs] [role="button"] > div > span {
    font: inherit;
    font-size: medium;
    line-height: 1;
    color: #00c;
    
}



/*related search*/
div[data-hb="isv"] {
    margin: 13px 0;
}
[data-hb="isv"] .eo4o9 { /*dot dot*/
    display: none
}
[data-hb="isv"] .JIaH5 {
    display: none
}
[data-hb="isv"] [aria-level="2"] {
    font: inherit;
    font-size: medium;
    color: #000;
}


/*ppl also search for*/
div[data-abe] {
    margin: 13px 0;   
}
div[data-abe] [aria-level="2"] {
    font: inherit;
    font-size: medium;
    color: #000;
}
div[data-abe] span {
    color: inherit;
    font:inherit;
}
div[data-abe] span[style] {
    display: none
}
.vIifob:hover {
    background: none;
    text-decoration: underline;
}
/*kill the yeti*/
div.jHxzxc {
    display: none
}

/*footer*/
#botstuff [role="navigation"] > table {
    /*logo buttons, if you have the extension*/
}
#botstuff [role="navigation"] > table [style="background:url(/images/nav_logo321.webp) no-repeat;background-position:-24px 0;background-size:167px;width:28px"] {
    background: url(/images/nav_logo4.png) no-repeat!important;
    height: 26px;
    display: block;
    background-position: -26px 0!important;
    width: 18px!important;
}
#botstuff [role="navigation"] > table [style="background:url(/images/nav_logo321.webp) no-repeat;background-position:-53px 0;background-size:167px;width:20px"] {
    background: url(/images/nav_logo4.png) no-repeat!important;
    height: 26px;
    display: block;
    background-position: -44px 0!important;
    width: 16px!important;
}
#botstuff [role="navigation"] > table [style="background:url(/images/nav_logo321.webp) no-repeat;background-position:-74px 0;background-size:167px;width:20px"] {
    background: url(/images/nav_logo4.png) no-repeat!important;
    height: 26px;
    display: block;
    background-position: -60px 0!important;
    width: 16px!important;
}
#botstuff [role="navigation"] > table [style="background:url(/images/nav_logo321.webp) no-repeat;background-position:-96px 0;background-size:167px;width:71px;float:left"] {
    background: url(/images/nav_logo4.png) no-repeat!important;
    height: 26px;
    display: block;
    background-position: -76px 0!important;
    margin-right: 34px;
    width: 66px!important;
}
#botstuff [role="navigation"] > table [style="background:url(/images/nav_logo321.webp) no-repeat;background-position:-96px 0;background-size:167px;width:71px;float:left"] ~ span[class] {
    all: unset;
    margin-left:38px!important;
    color: #00c;
}
#botstuff [role="navigation"] > table a:link {
    font: inherit;
    color: inherit;
}
#footcnt {
    text-align: center;
    margin-top: 1.4em;
}
#fbar {
    padding:0
}
#fbar .fbar:nth-child(2) {
    padding: 1.8em 0;
    border-top: 1px solid #6b90da;
    background: #f0f7f9;
    border-bottom: 1px solid #6b90da;
}
#fbar .fbar:nth-child(3) {
    margin: 13px 0;
}
#fbar .fbar:nth-child(3) a:not(:last-child)::after {
    content:" - "!important;
    color: #000;
    position: absolute;
    margin-left: .3em
}
#fbar .fbar:nth-child(3) a:not(:last-child) {
    margin-right:1em!important;
}
update-location[class] {
    line-height: normal
}

/*about this result*/
/*sz is general use popup, avoid usage*/
#sZmt3b .Z7HyUd svg {
    display: none
}
#sZmt3b .Z7HyUd span, #sZmt3b .Z7HyUd div {
    font: inherit;
    color: inherit;
}
#sZmt3b .Z7HyUd [role="dialog"] > div > div:first-child {
    display: none
}

/*results for a specific location.. choose area*/
#taw {
    display: inline;
    text-align: right;
    position: absolute;
    top:102px;
    right:6px;
}
#taw [aria-level="2"]+div+div {
    display: none
}
#taw [aria-level="2"], #taw [aria-level="2"]+div {
    display: inline-block;
}
#taw dynamic-visibility-control > div > div > div {
    font: inherit;
}

/*video results, main page*/
div.AZJdrc, div.Svi2Id {
    position: relative;
}
/*this is for videos NOT in the "videos" tag, aka it wont have key moments*/
div [data-hveid] > div > div[data-pubr]:not(:has(> div:first-child > div:nth-child(4))) {
    /*margin-bottom:-40px;*/
}
div.AZJdrc, div.Svi2Id {
    position: relative;
}
div.LIna9b, div.AZJdrc div.kSFuOd, div.AZJdrc.aQElvf div.rIRoqf { /*autoplay video*/
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
/*SELECTOR 1 AND 2: both normal videos*/
/*SELECTOR 3: "VIDEOS" CATEGORY ON REGULAR SEARCH*/
div [data-hveid] > div > div[data-pubr] > div > div:first-child,
div.xe8e1b, 
div.KYaZsb > div:first-child { /*site*/
    padding-bottom: 83px;
    padding-left: 158px;
}
div:has(>div.KYaZsb) {
    min-height:100px;
}
div [data-hveid] > div > div[data-pubr] > div > div:first-child > div,
div.xe8e1b > div,
div.KYaZsb > div {
    position: relative;
    z-index: 1
}
div [data-hveid] > div > div[data-pubr] > div > div:first-child > div > div > div,
div.xe8e1b > div > div > div { /*redundant site*/
    display: none
}
div [data-hveid] > div > div[data-pubr] > div > div:first-child > div > div > span h3,
div.xe8e1b > div > div > span h3,
div > span > a[href] > h3[id], /*videos tab exclusive*/
div.KYaZsb [role="heading"] > div:first-child span { /*title*/
    margin: 0;
    text-decoration: underline;
    font-size: 16px;
    font-weight: normal;
    font-family: inherit;
    padding: 0;
    line-height: normal;
}

div [data-hveid] > div > div[data-pubr] > div > div:first-child > div > div > span > a,
div.xe8e1b > div > div> span > a,
 div.KYaZsb a {
    text-decoration: none
}
div [data-hveid] > div > div[data-pubr] > div > div:first-child > div > div > span > a::after,
div.xe8e1b > div > div > span > a::after,
div.KYaZsb > div a::after {
    content: attr(href)!important;
    color: green;
    position:absolute;
    top:18px;
}
div [data-hveid] > div > div[data-pubr] > div > div:first-child > div > div > span > a > div > div > span,
div.xe8e1b > div > div > span > a > div > div > span { /*icon for site*/
    display: none
}
div.KYaZsb div:has(>div>div>div>div>span>span>svg) {
    display: none
}
div [data-hveid] > div > div[data-pubr] > div > div:first-child > div > div > span > a > div,
div.xe8e1b > div > div > span > a > div {
    color: gray;
    font: inherit;
    /*color transparent*/
}
div.KYaZsb [role="heading"] > div:nth-child(2) {
    padding-top:16px;
}
div [data-hveid] > div > div[data-pubr] > div > div:first-child span[class],
div.xe8e1b > div span[class] {
    font: inherit;
    color: inherit;
}
div [data-hveid] > div > div[data-pubr] > div > div:first-child cite,
div.xe8e1b > div cite,
div.KYaZsb [role="heading"] > div:nth-child(2) span {
    color: #666;
    font: inherit;
}
div [data-hveid] > div > div[data-pubr] > div > div:first-child cite:has(>span) { /*this one is video tab ONLY... or for any cite with >span*/
    color: transparent;
}
/*not data pcr in attempt to fix momented vids*/
div [data-hveid] > div > div[data-pubr] [jsshadow]:not([data-pcr="true"]),
 div.xe8e1b ~ [jsshadow] { /*thumb*/
    display: flex;
    gap: 10px;
    position: absolute;
    margin-top: -133px;
}
div.KYaZsb > div:nth-child(2), div.KYaZsb > a:nth-child(2) { /*also thumb but videos category*/
    display: flex;
    gap: 10px;
    position: absolute;
    margin-top: -146px
}
div [data-hveid] > div > div[data-pubr] [jsshadow]:not([data-pcr="true"]) div:has(>svg),
 div.xe8e1b ~ [jsshadow] div:has(>svg),
 div.KYaZsb > div:nth-child(2) div:has(>svg), div.KYaZsb > a:nth-child(2) div:has(>svg) {
    display: none
}
div [data-hveid] > div > div[data-pubr] [jsshadow]:not([data-pcr="true"]) img,
 div.xe8e1b ~ [jsshadow] img {
    border: 1px solid blue;
}
div [data-hveid] > div > div[data-pubr] [jsshadow]:not([data-pcr="true"]) > div:last-child > div:first-child,
 div.xe8e1b ~ [jsshadow] > div:last-child > div:first-child { /*video desc*/
    margin-top:50px
}
div.KYaZsb+div[class] { /*video desc also but videos category kind*/
    margin-top:-82px;
    padding-left: 0!important;
    margin-left: 158px;
    z-index:2;
    position: relative;
}
div [data-hveid] > div > div[data-pubr] [jsshadow]:not([data-pcr="true"]) > div:last-child > div:nth-child(2) {
    position: absolute;
    top: 35px;
    color: #666;
}
div.KYaZsb+div[class] span {
    font: inherit;
    color: #000;
}
#res > div > div > div > div > div > div[data-hveid] > div > div[data-pubr] [jsshadow], #botstuff > div > div > div > div > div > div > div > div[data-hveid]  > div > div[data-pubr] [jsshadow] { /*videos TAB instead of sectors*/
/*    margin-top: -100px*/
}
#res > div > div > div > div > div > div[data-hveid] > div > div[data-pubr] > div > div:first-child div:has(>cite) {
    display: none
}
#res > div > div > div > div > div > div[data-hveid] > div > div[data-pubr] [jsshadow] > div:last-child > div:first-child, #botstuff > div > div > div > div > div > div > div > div[data-hveid] > div > div[data-pubr] [jsshadow] > div:last-child > div:first-child {
    /*margin-top: 32px*/
}

div:not(:has(>div.xe8e1b+[jsshadow] a),:has(>div.xe8e1b+[jsshadow] >[aria-label])) > div.xe8e1b { /*if no thumbnail*/
    padding-left: 0;
    padding-bottom: 23px;
}
div:not(:has(>div.xe8e1b+[jsshadow] a),:has(>div.xe8e1b+[jsshadow] >[aria-label])) > div.xe8e1b ~ [jsshadow] {
    margin-top:-73px
}
/*videos section WITH key moments*/
#search > div > div > div.ULSxyf {
    /*main big container*/
}
#search > div > div > div.ULSxyf [aria-level="2"] {
    font: inherit;
    color: inherit;
    font-size: 16px;
}
#search > div > div > div.ULSxyf [aria-level="2"] + div:has(img[src^="data"]) { /*ugly icons what ppl are saying*/
    display: none
}
#search > div > div > div.ULSxyf [data-pubr] img {
    border: 1px solid blue
}
#search > div > div > div.MjjYud [data-pubr] {
    cellpadding: 3
}
#search > div > div > div.MjjYud [data-pubr] [aria-hidden="true"] > [aria-hidden="true"] { /*play icon*/
    display: none
}
#search > div > div > div.MjjYud [data-pubr] [data-vll] {
    /*position: absolute;
    margin-top: -128px;*/
}
#search > div > div > div.MjjYud [data-pubr] div:has(>div>[data-vll]) {
    min-height: 93px;
}
#search > div > div > div.MjjYud [data-pubr] [jsshadow] div:has(>[data-vll]), #search > div > div > div.ULSxyf [data-pubr] [jsshadow] div:has(>[data-vll])+div {
    position: relative;
    padding-left: 158px
} /*position the description, title and more... second selector is just for key moments*/

/*supposedly useless on some pages but not others*/
/*#search > div > div > div.MjjYud [data-pubr] div:has(>[data-vll]) > div:nth-child(2) { 
    display:none
}*/
#search > div > div > div.MjjYud [data-pubr] div:has(>[data-vll]) > div:nth-child(1) { /*desc*/
    color: black;
}
#search > div > div > div.MjjYud [data-pubr] div:has(>[data-vll]) > div:nth-child(1) [aria-level="3"] > div:nth-child(2) > div:nth-child(1) { /*date n location*/
    color: gray
}
#search > div > div > div.MjjYud [data-pubr] div:has(>[data-vll]) > div:nth-child(1) [aria-level="3"] > div:nth-child(2) > div:nth-child(1) > div > div {
    display: flex;
    gap: .7em;
}
#search > div > div > div.MjjYud [data-pubr] div:has(>[data-vll]) > div:nth-child(1) [aria-level="3"] > div:first-child > div:first-child span {
    font-size:16px;
    text-decoration: underline;
}
#search > div > div > div.MjjYud [data-pubr] div:has(>[data-vll]) > div:nth-child(1) > div:first-child {
    /*margin-top: 45px*/
}
#search > div > div > div.MjjYud [data-pubr] div:has(>[data-vll]) > div:nth-child(1) > div:first-child srpx-bugfix span {
    font:inherit;
    color: inherit;
}
#search > div > div > div.MjjYud [data-pubr] div:has(>[data-vll]) > div:nth-child(3) /*thumb*/ {
    position: absolute;
    top: 0;
    left: 0
    
}
#search > div > div > div.MjjYud [data-pubr] > div:first-child > div:nth-child(3) [role="button"][aria-expanded][tabindex] > div { /*key moments*/
    padding: 0;
}
#search > div > div > div.MjjYud [data-pubr] > div:first-child > div:nth-child(3) {
    margin-top:-65px;
    padding-left: 158px;
    z-index: 2;
    position: relative;
}
#search > div > div > div.MjjYud [data-pubr] > div:first-child > div:nth-child(3) [role="button"][aria-expanded][tabindex] > div div+span {
    display: none
}
#search > div > div > div.MjjYud [data-pubr] > div:first-child > div:nth-child(3) [role="button"][aria-expanded][tabindex] > div div {
    color: #77c;
    text-decoration: underline;
    transform: none!important
}
#search > div > div > div.MjjYud [data-pubr] > div:first-child > div:nth-child(3) [role="button"][aria-expanded][tabindex] div:has(>div>div>img) {
    display: none!important
}
#search > div > div > div.MjjYud [data-pubr] > div:first-child > div:nth-child(3) [role="button"][aria-expanded="true"][tabindex] > div > div > div > div::before {
    content:""!important;
    background: no-repeat url(https://www.google.com/images/nav_logo4.png) -126px -78px;
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-right:3px
}
#search > div > div > div.MjjYud [data-pubr] > div:first-child > div:nth-child(3) [role="button"][aria-expanded="false"][tabindex] > div > div > div > div::before {
    content:""!important;
    background: no-repeat url(https://www.google.com/images/nav_logo4.png) -114px -78px;
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-right:3px
}
#search > div > div > div.MjjYud [data-pubr] > div:first-child > div:nth-child(3) [role="button"][aria-expanded][tabindex]+div [jsslot] > div {
    padding: 0;
}
#search > div > div > div.MjjYud [data-pubr] > div:first-child > div:nth-child(3) [role="button"][aria-expanded][tabindex]+div [jsslot] > div a {
    opacity: 1!important;
}
#search > div > div > div.MjjYud [data-pubr] > div:first-child > div:nth-child(3) [role="button"][aria-expanded][tabindex]+div div:has(>img) {
    display: none
}
#search > div > div > div.MjjYud [data-pubr] > div:first-child > div:nth-child(3) [data-enable-ui-restoration] { /*does not auto expand key moments*/
    display:none
}
#search > div > div > div.MjjYud [data-pubr] > div:first-child > div:nth-child(3) [aria-expanded] + div {
    transform-origin: left top!important;
    transform: none!important;
}
div.flgn0c  {
    background: rgba(0,0,0,.75);
    width:auto;
    color:#fff;
    text-align: right
}
/*main search image carosuel*/
[data-iu] #iur {
    
}
[data-iu] #iur [data-nr] {
    display: flex;
    flex-wrap: wrap;
    width: 500px;
    margin-bottom: 0!important;
    gap: 4px
}
[data-iu] #iur [data-nr] [style^="padding-top"] {
    position: relative;
    transform: none
}
[data-iu] #iur [data-nr] [data-hveid] > div a+div+div div > span { /*picture title*/
    color: #00c;
    text-decoration: underline
}
[data-iu] #iur [data-nr] [data-hveid] > div a+div+div > div > div+div > div:last-child { /*3 dot menu*/
    display: none
}
[data-iu] #iur [data-nr] [data-hveid] > div a+div+div > div > div+div > div > div > div:first-child { /*site icon*/
    display: none
}
[data-iu] #iur [data-nr] [data-hveid] > div a+div+div > div > div+div > div > div > div {
    color: green;
    margin: 0;
    font-size: smaller
}
[data-iu] #iur [data-nr] [data-hveid] > div a+div+div > div > div+div > div > div > div > div { /*desc*/
    font: inherit;
    color: inherit;
}
[data-iu] #iur ~ div { /*show more images*/
    display: none
}

/*what people are saying*/
g-section-with-header[data-crust-trigger] > div:not([class])+div {
    display: none
}
g-section-with-header[data-crust-trigger] [role="list"] > [role="list"] {
    padding-left: 50px
}
g-section-with-header[data-crust-trigger] [role="list"] > [role="list"] a {
    text-decoration: none
}
g-section-with-header[data-crust-trigger] [role="list"] > [role="list"] div:has(>div>div>img) {
    display: none
}
g-section-with-header[data-crust-trigger] [role="list"] > [role="list"] div:has(>a) > div:first-child:has(img) {
    display: none
}
g-section-with-header[data-crust-trigger] [role="list"] > [role="list"] a > div[class] { /*text, no class = img*/
    padding:0!important;
    display: flex;
    flex-direction: column-reverse;
}
g-section-with-header[data-crust-trigger] [role="list"] > [role="list"] a > div[class] > div:first-child { /*post title*/
    color: #000;
}
g-section-with-header[data-crust-trigger] [role="list"] > [role="list"] a > div[class] > div:nth-child(2) { /*reactions*/
    color: gray
}
g-section-with-header[data-crust-trigger] [role="list"] > [role="list"] a > div[class] > div:nth-child(3) { /*site*/
    font-size: 16px;
    text-decoration: underline;
}
g-section-with-header[data-crust-trigger] [role="list"] > [role="list"] a > div[class] > div:nth-child(3) div {
    text-decoration: inherit;
}
g-section-with-header[data-crust-trigger] [role="list"] > [role="list"] a > div[class] > div:nth-child(3) > div > div > div > div > div:not([aria-hidden]) {
    margin: 0;
    font: inherit;
    display: inline-block;
    margin-right: 6px;
    text-decoration: inherit;
}
g-section-with-header[data-crust-trigger] [role="list"] > [role="list"] a > div[class] > div:nth-child(3) > div > div > div > div > div:not([aria-hidden]):first-child::after {
    content:" -"!important;
}
g-section-with-header[data-crust-trigger] [role="list"] > [role="list"] a > div[class] > div:nth-child(3) > div > div > div > div {
    margin: 0;
}

g-section-with-header[data-crust-trigger] g-right-button {
    display: none
}

/*news*/
.WnHMEc:first-child .kVs2Uc { /*weird padding 12*/
    padding: 0 !important
}
g-section-with-header[data-ved] {
    margin-left: 0;
}
g-section-with-header[data-ved].Zmldyd {
    margin-bottom: 15px;
}
g-section-with-header[data-ved] > div:first-child [aria-level="2"][role] {
    color: red
}
g-section-with-header[data-ved] g-tray-header  {
    padding:10px 0 0 0!important
}
g-section-with-header[data-ved] [data-hveid] > div > div > div { /*negative margin because ??*/
    margin: 0!important
}
g-section-with-header[data-ved] [data-hveid] > div > div > div span:has(>svg) {
    display: none
}
g-section-with-header[data-ved] [data-hveid][data-ved] > a { /*actual article*/
    text-decoration: none
}
g-section-with-header[data-ved] [data-hveid][data-ved] > a > div {
    padding-left:50px;
    min-height: 0;
}
g-section-with-header[data-ved] [data-hveid][data-ved] > a > div > div:first-child > div { /*also title for some reason*/
    text-decoration: underline;
}
g-section-with-header[data-ved] [data-hveid][data-ved] > a > div:nth-child(2) > div:nth-child(2) { /*also timestamp for some reason*/
    color: gray
}
g-section-with-header[data-ved] [data-hveid][data-ved] > a > div:nth-child(2) > div:nth-child(2) span::before {
    content:" - "!important;
    margin-left: .5em;
}
g-section-with-header[data-ved] [data-hveid][data-ved] > a > div > div:first-child:has(img) { /*removes big imgs*/
    display: none
}
g-section-with-header[data-ved] [data-hveid][data-ved] > a > div > div, g-section-with-header[data-ved] [data-hveid][data-ved] > a:has(>div>div:nth-child(3)) > div:nth-child(2) {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
g-section-with-header[data-ved] [data-hveid][data-ved] > a:has(>div>div:nth-child(3)) > div:nth-child(2) { /*has div div 3 is for certain latest news structures that think they are special*/
    padding-left: 50px
}
g-section-with-header[data-ved] [data-hveid][data-ved] > a:has(>div>div:nth-child(3)) > div:nth-child(2) > div:nth-child(3) {
    width: 100%;
}
g-section-with-header[data-ved] [data-hveid][data-ved] > a > div > div [jsslot], g-section-with-header[data-ved] [data-hveid][data-ved] > a+div  > div [jsslot] { /*more menu*/
    display: none
}
g-section-with-header[data-ved] [data-hveid][data-ved] > a > div > div div:has(>img) { /*removes site icon*/
    display: none
}
g-section-with-header[data-ved] [data-hveid][data-ved] > a > div > div:last-child > div:first-child { /*author, should have no classes*/
    color: green;
    order: 2;
    width:100%;
}
g-section-with-header[data-ved] [data-hveid][data-ved] > a > div > div:last-child > div:first-child > div {
    margin: 0;
}
g-section-with-header[data-ved] [data-hveid][data-ved] > a > div > div > div:nth-child(2) { /*article, may have aria level*/
    text-decoration: underline;
    display: inline;
    -webkit-line-clamp: 1!important;   
}

g-section-with-header[data-ved] [data-hveid][data-ved] > a > div > div > div:nth-child(3) { /*time*/
    color: gray;
    display: inline;
    bottom: 0!important;
}
g-section-with-header[data-ved] [data-hveid][data-ved] > a > div > div > div:nth-child(3) span::before {
    content:" - "!important;
    margin-left: .5em;
}

/*news tab large one with icon*/
g-section-with-header~div div[data-news-cluster-id] {
    margin: 15px 0;
}
g-section-with-header~div div[data-news-cluster-id] a {
    text-decoration: none;
}
g-section-with-header~div div[data-news-cluster-id] div:has(>div>div>img) { /*img*/
    float: right;
    margin-left: 4px;
}
g-section-with-header~div div[data-news-cluster-id] div[style="height:92px;width:92px"]:has(>img[data-atf]), g-section-with-header~div div[data-news-cluster-id] div[style]:has(>div[style="height:92px;width:92px"]>img[data-atf]) {
    height:70px!important;
    width:70px!important
}
g-section-with-header~div div[data-news-cluster-id] div:has(>div>div[style]>img[data-atf]) ~ div { /*data*/
    padding: 0;
}
g-section-with-header~div div[data-news-cluster-id] div:has(>div>div[style]>img[data-atf]) ~ div > div:first-child:not([class]) { /*creator*/
    float: none;
    margin: 0;
    color: green;
}
g-section-with-header~div div[data-news-cluster-id] div:has(>div>div[style]>img[data-atf]) ~ div > div:first-child img {
    display: none
}
g-section-with-header~div div[data-news-cluster-id] div:has(>div>div[style]>img[data-atf]) ~ div > div[aria-level="3"] { /*title*/
    font-size:16px;
    text-decoration: underline;
}
g-section-with-header~div div[data-news-cluster-id] div:has(>div>div[style]>img[data-atf]) ~ div > div[style="margin-top:8px;-webkit-line-clamp:3"] {
    margin-top:0!important;
    color: #000;
}
g-section-with-header~div div[data-news-cluster-id] div:has(>div>div[style]>img[data-atf]) ~ div > div:last-child {
    color: gray;
}
/*ai overview*/
.appbar ~ #rcnt > div.M8OgIe {
    display: none
}
/*things to know*/
.appbar ~ #rcnt div.ULSxyf:has([data-fbctx]) {
    display:none
}
/*big sidebar*/
.appbar ~ #rcnt {
    display: grid;
    grid-template-columns: auto 30%;
}
.appbar ~ #rcnt > div {
    grid-column: initial;
    max-width: 95vw
}
.appbar ~ #rcnt > div.SLPe5b { /*big blue info box of annnoyingness*/
    display: none
}
#rhs {
    border-left: 10px solid transparent;
}
#rhs span[aria-level="3"] {
    font: inherit;
    font-size: 18px;
}
#rhs .IFvyDb.hb8SAc, #rhs .wHYlTd, #rhs .IVvPP .zloOqf { /*overview text*/
    font: inherit;
    color: #000;
} 
    
#rhs > div {
    padding: 1px;
    padding-left: 10px;
    border-left: 1px solid #c9d7f1;
    font-size: small;
}
#rhs > div [data-maindata] + div { /*feedback*/
    display: none
}
#rhs > div [data-maindata] + div + div > div > div > div > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) { /*removing feedback button*/
    display: none
}
#rhs > div [data-maindata] + div + div > div > div > div > div:nth-child(2) a > div > div { /*goto button*/
    background: none;
    width: auto;
    height: auto;
}
#rhs > div [data-maindata] + div + div > div > div > div > div:nth-child(2) a > div > div > span {
    width: auto!important;
    height: auto!important;
    line-height: normal!important
}
#rhs > div [data-maindata] + div + div > div > div > div > div:nth-child(2) a > div > div > span svg {
    display: none
}
#rhs > div [data-maindata] + div + div > div > div > div > div:nth-child(2) a > div > div > span::before {
    content: "Learn More"!important
}
#rhs > div [data-ccm="TSS"] [data-vdh] [role="list"], #rhs > div [data-q][data-viewer-group] [role="list"] { /*photos on the sidebar thingy*/
    display: grid;
}
#rhs > div [role="list"] div img {
    transform: none!important;
    cursor: pointer;
}
#rhs > div [data-ccm="TSS"] [data-vdh] [role="list"] + div {
    display: none
}
#rhs > div [data-ccm="TSS"] [data-vdh] + div a { /*reviews*/
    text-decoration: none;
}
#rhs > div [data-ccm="TSS"] [data-vdh] + div a > div {
    display: inline-block;
}
#rhs > div [data-ccm="TSS"] [data-vdh] + div a > div > span, #rhs > div [data-ccm="TSS"] [data-vdh] + div a > div > div {
    display: inline;
    padding: 0;
}
#rhs > div [data-ccm="TSS"] [data-vdh] + div a > div > div > span {
    text-decoration: underline
}
#rhs > div [data-ccm="TSS"] [data-vdh] + div a > div > div > span[style] {
    display: none
}
#rhs > div [data-ccm="TSS"] [data-vdh] ~ [data-colh] a g-inner-card > div { /*release date*/
    padding: 0;
    border-radius:0;
}
#rhs > div [data-ccm="TSS"] [data-vdh] ~ [data-colh] a g-inner-card > div:first-child {
    text-decoration: underline;
}
#rhs > div [data-ccm="TSS"] [data-vdh] ~ [data-colh] a {
    text-decoration: none;
    margin: 5px 0;
}
#rhs > div [data-ccm="TSS"] [data-vdh] ~ [data-colh] {
    background: none;
}
#rhs > div [data-ccm="TSS"] [data-vdh] ~ [data-colh] a g-inner-card {
    border-radius: 0;
    font-size: small;
    display: flex;
    flex-direction: row;
    gap: 4px;
}
#rhs > div [data-ccm="TSS"] [data-vdh] ~ [data-colh] a g-inner-card span, #rhs > div [data-ccm="TSS"] [data-vdh] ~ [data-colh] a g-inner-card div {
    font: inherit;
}
#rhs div:has(>.kp-wholepage-osrp path[d="M17 3H7c-1.1 0-1.99.9-1.99 2L5 21l7-3 7 3V5c0-1.1-.9-2-2-2zm0 15l-5-2.18L7 18V5h10v13z"]) { /*remove the already watch or plan to watch section, was very buggy*/
    display: none
}
#rhs a[href^="https://www.imdb.com/title/"], #rhs a[href^="https://www.rottentomatoes.com/m"], #rhs a[href^="https://www.imdb.com/title/"] ~ a, #rhs a[href^="https://www.rottentomatoes.com/m"] ~ a {
    padding:0;
    border: 0;
    margin: 0;
    display: flex;
   flex-direction: row;
   gap: 8px;
}
#rhs a[href^="https://www.imdb.com/title/"] div, #rhs a[href^="https://www.rottentomatoes.com/m"] div, #rhs a[href^="https://www.imdb.com/title/"] ~ a div, #rhs a[href^="https://www.rottentomatoes.com/m"] ~ a div {
   display: none 
}
.kp-wholepage-osrp:not(.kp-wholepage) > div[role="dialog"][tabindex][aria-label] { /*choose what you give feedback*/
    display: none
}
.kp-wholepage-osrp:not(.kp-wholepage) > div[role="dialog"][tabindex][aria-label]+div .r2VLS { /*3 dots*/
    display: none
}
div.MBdbL { /*people also search for*/
    display: flex;
}
div[data-abe] div.MBdbL span[style] { /*text*/
    display: block;
    color: #00c;
    text-decoration: underline;
}
div:has(>a.c30Ztd) {
    position:relative;
}
a.c30Ztd::after { /*link*/
    content: ''!important;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

/*shorts*/
[data-rpos] > [data-hveid] > div > [jsshadow] > div[data-scca] > div[role] {
    outline: 1px solid transparent;
    /*base*/
}
[data-rpos] > [data-hveid] > div > [jsshadow] > div[data-scca] > div[role] [jsshadow] {
    margin-right: 4px;
}
[data-rpos] > [data-hveid] > div > [jsshadow] > div[data-scca] > div[role] [jsslot] > div[id] {
    width: 70px;
}
[data-rpos] > [data-hveid] > div > [jsshadow] > div[data-scca] > div[role] [jsslot] > div[id] > div > div > div > div:nth-child(2) [aria-hidden="true"] { /*eviil img*/
    display: none
}
[data-rpos] > [data-hveid] > div > [jsshadow] > div[data-scca] > div[role] [jsslot] > div[id] > div > div > div > div:nth-child(2) span {
    margin: 0;
}
[data-rpos] > [data-hveid] > div > [jsshadow] > div[data-scca] > div[role] [jsslot] > div[id] .P7vGB { /*3 dots*/
    display: none
}

/*6 songs mini viewer*/
.kp-wholepage [data-attrid] > div > div > div[class] {
    width:auto;
    min-width: 0;
}
.kp-wholepage [data-attrid] > div > div hr {
    display: none
}
/*click 6 song mini viewer*/
.appbar [data-hveid][data-scca] > div > div > div > div {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    height: auto!important;
    width: auto!important;
}
.appbar [data-hveid][data-scca] > div > div > div > div > a > div {
    padding:0;
    height: auto;
    width: auto;
    border-radius: 0;
}
.appbar [data-hveid][data-scca] > div > div > div > div > a > div > div {
    width: 170px;
}
.appbar [data-hveid][data-scca] > div > div > div > div > a > div > div > div:first-child {
    border-radius: 0;
    float:left;
    margin-right:6px
}
.appbar [data-hveid][data-scca] > div > div > div > div > a > div > div > div:first-child > div[style^="height:60px;width:60px;"] {
    width: 32px!important;
    height:32px!important;
}
.appbar [data-hveid][data-scca] > div > div > div > div > a > div > div > div {
    padding: 0;
}
.LeB5nb.btku5b, .T2Uff.btku5b, .eLMhAe .niO4u { /*thupid arrows*/
    display: none
}
/*members, albums etc scrollers*/
.kp-wholepage-osrp.kp-wholepage {
    margin: 15px 0;
}
.kp-wholepage-osrp.kp-wholepage .wp-ms {
    margin-bottom:4px;
}
.kp-wholepage-osrp.kp-wholepage.Jb0Zif.pEZBSb.P861Ld.EyBRub {
    cellspacing: 2;
}
.kp-wholepage-osrp.kp-wholepage.Jb0Zif.pEZBSb.P861Ld.EyBRub .jayYfb { /*i hate arrows*/
    display: none
}
.kp-wholepage-osrp.kp-wholepage.Jb0Zif.pEZBSb.P861Ld.EyBRub [data-attrid] { /*scroller itself*/
    
}
.kp-wholepage-osrp.kp-wholepage.Jb0Zif.pEZBSb.P861Ld.EyBRub [data-attrid] [data-ved] {
    width: auto
}
.kp-wholepage-osrp.kp-wholepage.Jb0Zif.pEZBSb.P861Ld.EyBRub [data-attrid] [jsslot] {
    display: block;
}
.kp-wholepage-osrp.kp-wholepage.Jb0Zif.pEZBSb.P861Ld.EyBRub [data-attrid] [jsslot] > div > div {
    display: flex;
}
.kp-wholepage-osrp.kp-wholepage.Jb0Zif.pEZBSb.P861Ld.EyBRub [data-attrid] [jsslot] > div > div > div:nth-child(2) {/*thumb*/
    width: auto;
    height: 40px;
    min-width: 40px;
}
.kp-wholepage-osrp.kp-wholepage.Jb0Zif.pEZBSb.P861Ld.EyBRub [data-attrid] [jsslot] > div > div > div:nth-child(3) {
    color: #00c;
    text-decoration: underline;
}
.kp-wholepage-osrp.kp-wholepage.Jb0Zif.pEZBSb.P861Ld.EyBRub [data-attrid] div:has(>img) {
    padding:0!important
}
.kp-wholepage-osrp.kp-wholepage.Jb0Zif.pEZBSb.P861Ld.EyBRub [data-attrid] img {
    height: 40px;
    width: auto;
    position: static;
    margin-right:6px
}
.xZGX9:hover~.T3Fozb .gdOPf {
    transform: none!important
}
.kp-wholepage-osrp.kp-wholepage.Jb0Zif.pEZBSb.P861Ld.EyBRub :is([data-attrid="kc:/music/artist:songs"],[data-attrid="kc:/film/film:songs musicals"]) > div > div { /*scrollers lowest container*/
    display: block;
}
.kp-wholepage-osrp.kp-wholepage.Jb0Zif.pEZBSb.P861Ld.EyBRub :is([data-attrid="kc:/music/artist:songs"],[data-attrid="kc:/film/film:songs musicals"]) > div > div [data-rentity] a {
    text-decoration: none
}
.kp-wholepage-osrp.kp-wholepage.Jb0Zif.pEZBSb.P861Ld.EyBRub :is([data-attrid="kc:/music/artist:songs"],[data-attrid="kc:/film/film:songs musicals"]) > div > div [data-rentity] a > div {
    display: inline-block;
}
.kp-wholepage-osrp.kp-wholepage.Jb0Zif.pEZBSb.P861Ld.EyBRub :is([data-attrid="kc:/music/artist:songs"],[data-attrid="kc:/film/film:songs musicals"]) > div > div [data-rentity] a > div > div {
    display: inline-block;
    vertical-align: top;
    min-width: 40px;
    width: auto
}
.kp-wholepage-osrp.kp-wholepage.Jb0Zif.pEZBSb.P861Ld.EyBRub :is([data-attrid="kc:/music/artist:songs"],[data-attrid="kc:/film/film:songs musicals"]) > div > div [data-rentity] a > div > div:last-child > div:last-child  > span{
    display: inline-block
}
/*events showings*/
.kp-wholepage-osrp.kp-wholepage.Jb0Zif.pEZBSb.P861Ld.EyBRub .HPyNyb { /*titles*/
    font-size: 16px;
    margin-top:4px;
}
.kp-wholepage-osrp.kp-wholepage.Jb0Zif.pEZBSb.P861Ld.EyBRub div[role] > a[gl-helper-surface] { /*individual*/
    text-decoration: none
}
.kp-wholepage-osrp.kp-wholepage.Jb0Zif.pEZBSb.P861Ld.EyBRub div[role] > a[gl-helper-surface] > div > div > div, .kp-wholepage-osrp.kp-wholepage.Jb0Zif.pEZBSb.P861Ld.EyBRub div[role] > a[gl-helper-surface] > div > div > div  span {
    display: inline;
    font: inherit;
}
.kp-wholepage-osrp.kp-wholepage.Jb0Zif.pEZBSb.P861Ld.EyBRub div[role] > a[gl-helper-surface] > div > div:first-child { /*most info*/
    display: inline-block
}
.kp-wholepage-osrp.kp-wholepage.Jb0Zif.pEZBSb.P861Ld.EyBRub div[role] > a[gl-helper-surface] > div > div:first-child > div:first-child { /*date*/
    text-decoration: underline;
    margin-right: 5px;
}
.kp-wholepage-osrp.kp-wholepage.Jb0Zif.pEZBSb.P861Ld.EyBRub div[role] > a[gl-helper-surface] > div > div:first-child > div:first-child > span:first-child::after {
    content: " "!important
}
.kp-wholepage-osrp.kp-wholepage.Jb0Zif.pEZBSb.P861Ld.EyBRub div[role] > a[gl-helper-surface] > div > div:first-child > div:nth-child(2) > span {
    display: inline;
    margin-right: 5px
}
.kp-wholepage-osrp.kp-wholepage.Jb0Zif.pEZBSb.P861Ld.EyBRub div[role] > a[gl-helper-surface] > div > div:first-child > div:nth-child(2) > div { /*site*/
    color: green;
    display: inline;
    margin-right: 5px;
}
.kp-wholepage-osrp.kp-wholepage.Jb0Zif.pEZBSb.P861Ld.EyBRub div[role] > a[gl-helper-surface] > div > div:first-child > div:nth-child(2) > div div {
    display: none
}
.kp-wholepage-osrp.kp-wholepage.Jb0Zif.pEZBSb.P861Ld.EyBRub div[role] > a[gl-helper-surface] > div > div:nth-child(2) { /*visit site*/
    display: inline;
    font-size: inherit;
}
.kp-wholepage-osrp.kp-wholepage.Jb0Zif.pEZBSb.P861Ld.EyBRub div[role] > a[gl-helper-surface] > div > div:nth-child(2) > span:nth-child(2), .kp-wholepage-osrp.kp-wholepage.Jb0Zif.pEZBSb.P861Ld.EyBRub div:has(>div>svg) { /*arrow icon*/
    display: none
}
.kp-wholepage-osrp.kp-wholepage.Jb0Zif.pEZBSb.P861Ld.EyBRub div[role] > a[gl-helper-surface] > div > div:nth-child(2) span {
    font: inherit;
    text-decoration: underline;
}
.kp-wholepage-osrp.kp-wholepage.Jb0Zif.pEZBSb.P861Ld.EyBRub div[role] > a[gl-helper-surface] > div > div:nth-child(2) span:active {
    color: red;
}
/*calculator*/
div.obcontainer {
    max-width: 540px
}
div.obcontainer div:has(>[href="https://support.google.com/websearch/answer/3284611?hl=en"]) {
    display: none
}
.obcontainer [data-button-blue-background-color] >div:nth-child(2) > div:first-child > div:nth-child(1) {
    position: absolute;
}
.obcontainer [data-button-blue-background-color] >div:nth-child(2) > div > div:nth-child(2) {
        width: auto;
    height: 72px;
    padding: 10px 14px 0 10px;
    box-sizing: border-box;
    margin-left: 2px;
    margin-right: 2px;
    background-color: #fff;
    border: 2px inset;
}
.obcontainer [data-button-blue-background-color] >div:nth-child(2) > div > div:nth-child(2):active {
    outline: 2px solid #e59700
}
.obcontainer [data-button-blue-background-color] >div:nth-child(2) > div > div:nth-child(2) > span:first-child {
    position: absolute;
}
.obcontainer [data-button-blue-background-color] >div:nth-child(2) > div > div:nth-child(2) span {
    font:inherit;
    font-size: 16px;
}
.obcontainer [data-button-blue-background-color] >div:nth-child(2) > div > div:nth-child(2) > div:last-child span {
    font-size:30px;
}
.obcontainer [data-button-blue-background-color] td [data-ved] {
    background-color: #f0f0f0;
    border: 2px outset #f0f0f0;
    color: #000;
    font-family: Arial;
    font-size: 14px;
    margin: 2px;
    padding: 1px 6px;
    width: auto;
    height: 1.4em;
    position: relative;
}
.obcontainer [data-button-blue-background-color] td [data-ved]:active {
    border-style: inset;
}
.obcontainer [data-button-blue-background-color] td [data-ved] div {
    display: inline
}
.obcontainer [data-button-blue-background-color] hr {
    display: none
}
.obcontainer .Sqzrj{
    text-decoration: underline 
}
#search > div > div > hr+div > div > div[data-rpos] > div > div > div[data-ofbl]~div {
    /*base*/
}
#search > div > div > hr+div > div > div[data-rpos] > div > div > div[data-ofbl]~div:nth-child(2) {
    display: none
}
#search > div > div > hr+div > div > div[data-rpos] > div > div > div[data-ofbl]~div:nth-child(3) >div > div:first-child > div { /*lobster > speed*/
    margin: 0!important
}
#search > div > div > hr+div > div > div[data-rpos] > div > div > div[data-ofbl]~div:nth-child(3) >div > div:first-child > div > a { /*small photo*/
    display: none
}
#search > div > div > hr+div > div > div[data-rpos] > div > div > div[data-ofbl]~div:nth-child(3) >div > div:first-child > div span {
    color: inherit;
}
#search > div > div > hr+div > div > div[data-rpos] > div > div > div[data-ofbl]~div:nth-child(3) >div > div:first-child > div > div[class] { /*3 dots*/
    display: none
}
#search > div > div > hr+div > div > div[data-rpos] > div > div > div[data-ofbl]~div:nth-child(3) >div > div:nth-child(2) > div > div {
    background: none!important; /*background color: pink*/
    padding:0 !important;
}
#search > div > div > hr+div > div > div[data-rpos] > div > div > div[data-ofbl]~div:nth-child(3) >div > div:nth-child(2) > div > div > div:last-child { /*style tag*/
   font-size:20px!important;
   line-height: normal!important;
   min-height: 70px!important;
   margin-left: 65px;
   margin-top:10px;
}
#search > div > div > hr+div > div > div[data-rpos] > div > div > div[data-ofbl]~div:nth-child(3) >div > div:nth-child(2) > div > div > div [style="visibility:hidden;"] { /*hidden repeat text*/
    display: none
}
#search > div > div > hr+div > div > div[data-rpos] > div > div > div[data-ofbl]~div:nth-child(3) >div > div:nth-child(2) > div > div > div:first-child > div { 
    display: none
}
#search > div > div > hr+div > div > div[data-rpos] > div > div > div[data-ofbl]~div:nth-child(3) >div > div:nth-child(2) > div > div > div div {
    color: inherit!important
}
#search > div > div > hr+div > div > div[data-rpos] > div > div > div[data-ofbl]~div:nth-child(3) >div > div:nth-child(2) > div:last-child > div span { /*big photo is last div, span is tiny pic icon*/
    display: none
}
#search > div > div > hr+div > div > div[data-rpos] > div > div > div[data-ofbl]~div:nth-child(3) >div > div:nth-child(2) > div:last-child > div img {
    border-radius: 0;
}
#search > div > div > hr+div > div > div[data-rpos] > div > div > div[data-ofbl]~div:nth-child(3) >div > div:nth-child(2) > div:last-child div[style] {
    height:60px!important;
    width:60px!important;
    left: 0;
    top:0!important;
    
}
#search > div > div > hr+div > div > div[data-rpos] > div > div > div[data-ofbl]~div:nth-child(3) >div > div:nth-child(2) > div:last-child > div > div:first-child {
    display: none
}
[style="border-radius:8px 8px 8px 8px"] {
    border-radius: 0!important
}

#search > div > div > hr+div > div > div[data-rpos] > div > div > div[data-ofbl]~div [data-rentity] { /*people also search for*/
    width:50px!important
}

#search > div > div > hr+div > div > div[data-rpos] > div > div > div[data-ofbl]~div [data-rentity] img {
    width:50px!important;
}

/*discussions and forms*/
.sjVJQd.xYkm8c [data-ved][data-hveid] {
    /*base*/
}
.sjVJQd.xYkm8c [data-ved][data-hveid] svg {
    display: none
}
.sjVJQd.xYkm8c [data-ved][data-hveid] div:has(>svg)::before {
    content: "view more"!important;
}
.sjVJQd.xYkm8c [data-ved][data-hveid] div:has(>svg) {
    transform: none!important;
}
.sjVJQd.xYkm8c [data-ved][data-hveid] div {
    font: inherit;
    height: inherit;
    max-height: none;
    width: auto;
    display: block;
    flex-shrink: 0;
    line-height:normal;
}
.sjVJQd.xYkm8c [data-ved][data-hveid] div.d6R6kf { /*favicon*/
    display: none
}
.sjVJQd.xYkm8c [data-ved][data-hveid] div a {
    text-decoration: none;
}
.sjVJQd.xYkm8c [data-ved][data-hveid] div a > div > div:first-child {
    text-decoration: underline;
}
.sjVJQd.xYkm8c [data-ved][data-hveid] div a > div > div:nth-child(2) > div > div > div:nth-child(2) div { /*reddit * sub * comms*/
    color: green;
    font-size: small;
    display: inline;
    cursor: text;
}
.sjVJQd.xYkm8c [data-ved][data-hveid] > div > div > span > div > div:nth-child(2) { /*redundant of info above*/
    display: none;
}
.sjVJQd.xYkm8c [data-ved][data-hveid] > div > div:last-child {
    display: block!important;
    opacity: inherit!important;
    position: static!important;
}
.sjVJQd.xYkm8c [data-ved][data-hveid] > div > span {
    display: none
}
.sjVJQd.xYkm8c [data-ved][data-hveid] div a [style="height:16px;line-height:16px;width:16px"] { /*random invisible icon*/
    display: none
}
div:has(>.sjVJQd.xYkm8c) { /*gappage*/
    margin: 15px 0
}
div:has(>.sjVJQd.xYkm8c):first-child {
    margin-top: 0;
}
div:has(>.sjVJQd.xYkm8c)+div[class] { /*see more*/
    margin-bottom: 15px;
}
/*NO I WILL NOT GIVE FEEDBACK //TANGENT*/
[aria-label="Choose what you’re giving feedback on"] {
    display: none!important
}
/*general heading*/
span.IFnjPb[aria-level="2"] {
    font: inherit;
    font-size: 16px;
}

/*dictionary*/
[jsslot] > .vmod[data-topic] {
    margin-left: 16px;
}
[jsslot] > .vmod[data-topic] [data-tts-client-name] span::after { /*tts button listen*/
    content: "Listen"!important;
    color: #00c;
    text-decoration: underline
}
[jsslot] > .vmod[data-topic] [data-tts-client-name] span {
    width: auto;
    height:auto;
    border-radius:0;
    background: none;
    border: 0;
    position: static;
}
[jsslot] > .vmod[data-topic] [style="margin-bottom:0;line-height:normal"] span { /*word itself*/
    font: inherit;
    font-size: 16px;
}
[jsslot] > .vmod[data-topic] [style="margin-bottom:0;line-height:normal"] ~ div[id] a > div > div { /*learn to pronounce*/
    display: none
}
[jsslot] > .vmod[data-topic] [style="margin-bottom:0;line-height:normal"] ~ div[id] a > div > span {
    text-decoration: underline;
    margin: 0;
}
[jsslot] > .vmod[data-topic] [style="margin-bottom:0;line-height:normal"] ~ div[id] a > div {
    background: none
}
[jsslot] > .vmod[data-topic] [aria-hidden="true"]:not([data-ved]) {
    display: none
}
[jsslot] > .vmod[data-topic] .vmod[data-dsk] > div > div > div { /*similar*/
    display: flex;
    gap: 0 3px;
    color: green;
    flex-wrap: wrap;
    max-height: 2em;
    overflow: hidden;
    line-height: 1
}
[jsslot] > .vmod[data-topic] ol li > div > div > div[style], [jsslot] > .vmod[data-topic] ol li > div > div > div[style] > div[style] {
    margin:0!important
}
div.ZYHQ7e {
    color: gray
}

/*find related products and services*/
h1 ~ [data-hb] {
    display:none
}


/*see results closer to you popup*/
/*div.gTMtLb {
    z-index: 1101;
    position: absolute;
    background: rgba(255,255,255,.2);
    width:100%;
    height: 88vh
}*/
div.DiqQLb {
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
div.qk7LXc {
    display: inline-block;
    z-index: 9997;
    background-color: #fff;
    border: 2px inset blue!important;
    opacity: 0;
    white-space: normal;
    overflow: hidden;
    margin: auto;
}
div.qk7LXc g-raised-button[class], div.DiqQLb update-location > div[class] {
    height: auto;
    min-width: 0;
    padding: 0;
    background-color: #f0f0f0;
    border: 2px outset #f0f0f0;
    color: #000;
    font-family: Arial;
    font-size: 13px;
    margin: 2px;
    padding-bottom: 1px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 1px;
    border-radius: 0;
}
update-location span[class][class], div.DiqQLb update-location span[id] {
    display: none
}
/*AI*/
.Wm5I1e img {
    display: none
}
.Wm5I1e, .Wm5I1e div[class], .Wm5I1e span[class], .Wm5I1e div[class], .Wm5I1e li[class], .Wm5I1e ul[class] {
    font: inherit;
}

.Wm5I1e [data-is-desktop] {
    font: inherit!important
}
.Wm5I1e [data-container-id="content-placeholder"] > div > div:first-child > div > div:last-child {
    display: none
}
.Wm5I1e [data-container-id="content-placeholder"] > div > div:first-child > div > div {
    color: #00c;
    font-size: 16px;
}
.Wm5I1e [style="max-height:399px;min-height:399px"] #m-x-content {
    height: 399px;
    overflow: hidden;
}
.Wm5I1e [style="max-height:399px;min-height:399px"] {
    position: relative;
}

.OZ9ddf {
    align-items: center;
    display: flex;
    flex-direction: row;
    grid-gap: 16px;
    justify-content: space-between;
    position: relative;
}





/*images tab*/
/*image category suggestions*/
div[class] [data-st-cnt="mode"] {
    width: 100%;
    background: #bacdec;
    border-top: 1px solid #343a6f
}
#UpCcGe {
    display: flex;
}
[data-st-cnt="mode"] [role="list"] {
    display: flex;
    -ms-overflow-style: none;
    gap: 8px;
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none;
    white-space: nowrap;
}

[data-st-cnt="mode"] [role="list"] span[class], [data-st-cnt="mode"] [role="list"] div {
    margin: 0;
    text-align: center;
    background: none;
    font: inherit;
    margin-top: auto
}
[data-st-cnt="mode"] [role="list"] > [role] img {
    margin: auto;
}
[data-st-cnt="mode"] [role="list"] [selected] { 
    background: none;
    border-radius: 0;
    border: 0;
    outline: none;
    min-width: 60px;
}
[data-st-cnt="mode"] [role="list"] [selected] span[style] {
    height:46px!important;
    width: 100%!important
}
[data-st-cnt="mode"] [role="list"] [selected] span {
    color: red;
}

/*search settings*/
div[data-cssl] {
    padding-top:12px;
    text-align: right;
    padding-bottom:8px;
}
[data-cssl] img, [data-cssl] h1, [data-cssl] [role="button"] {
    display: none
}
[data-cssl] div[class] {
    background: none;
    display: inline-block; 
}
[data-cssl] div a[href] {
    padding: 0;
    gap: 0;
    flex: 0;
    display: inline-block;
    color: #000;
    background: none;
}
[data-cssl] div a[href] > span {
    display: none
}
[data-cssl] div a[href] span {
    font: inherit;
    color: inherit;
}
[data-cssl] div a[href] span:nth-child(2) {
    color: #00c;
    margin-left:4px;
}
[data-cssl] > div > div {
    margin-right:10px;
}
[data-cssl] > div > a~div[class] {
    display:none
}
/*images of image search*/
[data-attrid="images universal"] {
    text-align: center;
    justify-content: center;
    align-items: center;
}
[data-attrid="images universal"] h3 ~ div { /*remove play video icon*/
    display: none
}
[data-attrid="images universal"] div[data-viewer-entrypoint="1"][class][class] {
    background:none;
    box-shadow: none;
}
[data-attrid="images universal"] [style="height:180px"] {
    height: auto!important
}
[data-attrid="images universal"] [style="height:180px"] > div:first-child {
    margin: auto;
    outline: 1px solid blue;
}
[data-attrid="images universal"] .srrRv+div [style="height:180px"] > div:first-child {
    outline: 2px solid #e59700;
}
[data-attrid="images universal"] a[href][target][class] { /*text*/
    padding: 0;
    text-align: center;
    flex-direction: column-reverse;
    display: flex;
    text-decoration: none;
    line-height: normal;
    margin-top: 3px
}
[data-attrid="images universal"] a[href][target][class] > div:first-child > div:first-child { /*icon*/
    display: none
}
[data-attrid="images universal"] a[href][target][class] > div > div {
    font: inherit;
    text-decoration: none;
    letter-spacing: 0;
    color: green;
}
[data-attrid="images universal"] a[href][target][class] > div:last-child > div {
    color: #000;
    font-weight: bold;
}
/*image grid  when there is a mini carosuel*/
div.HG5ZQb {
    display: flex;
    padding:0!important
}
[data-sv-cpt] { /*remove evil box shadow here*/
    box-shadow: none!important;
    background-color: transparent!important;
}
/*clicked img*/
.srrRv { /*clicked bg*/
    display: none!important
}
div.nNzjpf-cS4Vcb-BSt9ed-v7BhBf-haAclf {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-width: 0;
}
div.cS4Vcb-PvZLI-ZWuC2-sQLG6e-haAclf {
    display: flex;
    align-items: center;
}
div.nNzjpf-cS4Vcb-PvZLI-ywRG6e-RJLb9c {
    position: relative;
}
div > div[data-svs][class] { /*visibility visible yap yap yap*/
    right: 0!important;
    left: auto!important;
    border-radius:0;
    border: 1px solid #d8d8f6;
    box-sizing: content-box;
    box-shadow: none;
    transition: none!important;
    top: 0!important;
    height: 100%!important;
    background: #bacdec;
    transform: none!important
}
div > div[data-svs][class]:not([style*="top: 92px;"]) {
    top:125px!important;
    height: calc(100% - 125px)!important;
}
div > div[data-svs][class] > div > div { /*really weird "3 picture loading" type setup*/
    position: absolute;
    height: 100%;
}
div > div[data-svs][class] > div > div > div { /*and because of that ALL CHILDREN MUST BE HEIGHT 100% UNTIL CWIZ*/
    height: 100%;
}
div > div[data-svs][class] > div > div[aria-hidden="true"] {
    display: none
}
div[data-svs] > div, div[data-svs] > div > div[data-hveid], div[data-svs] > div > div[data-hveid] > div {
    height: 100%;
}
div[data-svs] > div > div > div div[style="height:100%;"] > div[style^="height: 100%"] {
    overflow-y: scroll;
    height: 100%;
}
div[data-svs] > div > div > div > div > c-wiz > div {
    padding: 3px 8px;
    box-sizing: content-box
}
div[data-svs] [soy-skip] { /*information on the popup, mostly buttons at top*/
    
}
div[data-svs] [soy-skip]:first-child:not(:last-child) a {
    display: none
}
div[data-svs] [soy-skip]:first-child > div > div {
    display: flex;
}
div[data-svs] [soy-skip] button div {
    display: none
}
div[data-svs] [soy-skip] button::before {
    content:attr(aria-label)!important;
}
div[data-svs] [soy-skip]+div+div > div > div > div {
    display: flex;
}
div[data-svs] [soy-skip]+div+div > div > div > div a h1 { /*page title*/
    font: inherit;
    color: inherit;
}
div[data-svs] [soy-skip]+div+div > div > div > div a:last-child {
    color: #77c;
    text-decoration: underline
}
div[data-svs] [soy-skip]+div+div > div > div > div a:last-child::before {
    content:"  Visit site "!important;
    margin-left: 6px
}
div[data-svs] [soy-skip]+div+div > div > div > div a:last-child div {
    display: none
}
div[data-svs] [soy-skip]+div+div > div > div > div:last-child, div[data-svs] [soy-skip]+div+div > div:last-child { /*copyright, then save and share buttons*/
    display: none
}
div[data-svs] [soy-skip]+div g-snackbar+div+div+div { /*weird empty space below search by image*/
    display: none
}
div[data-svs] [soy-skip]+div g-snackbar+div+div button div {
    display: none
}
div[data-svs] [soy-skip]+div g-snackbar+div+div button::before {
    content: attr(aria-label)!important
}
.X9ko3e {
    font-size: 0;
    margin: auto;
    white-space: nowrap;
}
div[data-svs] [data-rel][style]:not([role]) { /*this is for the suggested images when they use FLEX*/
    display: flex;
    flex-direction: row;
}

div[data-svs] [role="list"] { 
    display: flex;
    pointer-events: none;
    position: relative;
    white-space: normal;
    vertical-align: top;
    margin-right: 8px;
    flex-direction: column;
}
div[data-svs] [role="list"] [aria-label] { /*text for images*/
    padding:0;
}
div[data-svs] [role="list"] [aria-label] > div {
    text-align: center
}
div[data-svs] [role="list"] [aria-label] > div:first-child {
    display: none
}
div > div[data-svs][class] c-wiz > div > div > div div[data-snc].srKDX { /*this is for suggested when they use GRID*/
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
div > div[data-svs][class] c-wiz > div > div > div div[data-snc].srKDX > div[style][data-snf] {
    padding:0!important;
}
}
@-moz-document regexp("https://www.google.com/search\\?q=.*?udm=1.*") {
    /*places tab*/
.appbar ~ #rcnt {
    display: grid;
    grid-template-columns: auto 60%;
}
div[data-record-click-time] {
    border-bottom: 1px solid;
    padding-bottom: 5px;
}
[data-record-click-time] a+a img {
    width: 64px;
    height: 64px;
}
div.UZb8tc {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 0px;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.3s ease-in-out;
    visibility: hidden;
}
}
@-moz-document url-prefix("https://images.google.com/"), domain("www.google.com"), domain("ogs.google.com"), domain("https://www.google.co.") {


}
@-moz-document domain("ogs.google.com") {
    /*general popups*/
    body {
        font: 16px arial;
        color: black;
    }
    c-wiz {
        background: #fff;
        border: 1px outset gray;
        padding: 3px 4px
    }
    div[class], span[class], button[class], a[class], span[class] {
        all: revert;
    }
    /*div[class] button[class], div[class] a[class] { 
        background-color: rgb(240, 240, 240);
        border: 2px outset rgb(240, 240, 240);
        color: rgb(0, 0, 0);
        font-family: Arial;
        font-size: 13px;
        margin: 2px;
        padding-bottom: 1px;
        padding-left: 6px;
        padding-right: 6px;
        padding-top: 1px;
        box-sizing: content-box;
        height:16px;
        line-height: 16px;
        display: inline-block;
        text-decoration: none
    }*/
    img[class], svg[class] {
        display: none
    }
    
/*account popup*/
c-wiz[data-p^='%.@.["https://www.google.com/webhp?authuser=$authuser"'] ::after {
    content: none
}
c-wiz[data-p^='%.@.["https://www.google.com/webhp?authuser=$authuser"'] {
    /**/
}
c-wiz[data-p^='%.@.["https://www.google.com/webhp?authuser=$authuser"'] button::after {
    all: unset;
    content:attr(aria-label)!important
}
c-wiz[data-p^='%.@.["https://www.google.com/webhp?authuser=$authuser"'] > div > div > div > span > div > button[class] {
    border: 0;
    background: none;
    top:7px;
    right: 4px;
    cursor: pointer;
}
c-wiz[data-p^='%.@.["https://www.google.com/webhp?authuser=$authuser"'] div[role="tooltip"] {
    display: none
}
c-wiz[data-p^='%.@.["https://www.google.com/webhp?authuser=$authuser"'] svg {
    display: none
}
c-wiz[data-p^='%.@.["https://www.google.com/webhp?authuser=$authuser"'] img[class] {
    border-radius: 0;
}
c-wiz[data-p^='%.@.["https://www.google.com/webhp?authuser=$authuser"'] > div > div > div > div > div:first-child > div[class] {
    margin: 0;
    padding-top:3px;
    font-weight: bold;
    text-indent: 4px
}
c-wiz[data-p^='%.@.["https://www.google.com/webhp?authuser=$authuser"'] > div > div > div > div > div:first-child > div[class] > div {
    padding-top:8px
}
c-wiz[data-p^='%.@.["https://www.google.com/webhp?authuser=$authuser"'] > div > div > div > div > div:first-child::before {
    content:"";
    background: #e5ecf9;
    border-top: 1px solid #36c;
    padding-bottom: 2px;
    height: 21px;
    width: calc(100% - 8px);
    position: absolute;
    
}
c-wiz[data-p^='%.@.["https://www.google.com/webhp?authuser=$authuser"'] > div > div > div > div > div > div[class] img {
    width:48px;
}
c-wiz[data-p^='%.@.["https://www.google.com/webhp?authuser=$authuser"'] [soy-skip] + div { /*hi user*/
    position:absolute;
    top:32px;
    left: 56px;
    font-size: small;
}
c-wiz[data-p^='%.@.["https://www.google.com/webhp?authuser=$authuser"'] [soy-skip] + div > div:first-child {
    display: none
}
c-wiz[data-p^='%.@.["https://www.google.com/webhp?authuser=$authuser"'] [soy-skip] + div + div > span { /*manage your user*/
    position: absolute;
    left: 56px;
    top: 48px;
    margin: 0;
    font-size: small;
}
c-wiz[data-p^='%.@.["https://www.google.com/webhp?authuser=$authuser"'] [soy-skip] + div + div > div:nth-child(2):not([class]) > c-wiz { /*other bloat like password reset*/
    border: 0;
    background: none;
    padding: 0;
}
c-wiz[data-p^='%.@.["https://www.google.com/webhp?authuser=$authuser"'] [soy-skip] + div + div > div:nth-child(2):not([class]) > c-wiz div {
    margin: 0;
    font-size: small;
    padding: 0;
}
c-wiz[data-p^='%.@.["https://www.google.com/webhp?authuser=$authuser"'] [soy-skip] + div + div > div:nth-child(2):not([class]) > c-wiz > div {
    border: 1px inset blue;
    padding:2px;
    margin: 6px 0;
}
c-wiz[data-p^='%.@.["https://www.google.com/webhp?authuser=$authuser"'] [soy-skip] + div + div > div:nth-child(2):not([class]) > c-wiz > div button {
    background: none;
    border: 0;
    padding: 0;
    color: #00c;
    text-decoration: underline;
    float: left;
    margin-right: 6px;
    cursor: pointer;
}
c-wiz[data-p^='%.@.["https://www.google.com/webhp?authuser=$authuser"'] [soy-skip] + div + div > div:nth-child(2):not([class]) > c-wiz > div button ~ span > a {
    padding: 0;
    color: #00c;
}
c-wiz[data-p^='%.@.["https://www.google.com/webhp?authuser=$authuser"'] [soy-skip] + div + div > div:last-child [data-ac] { /*show more accounts*/
    background: none;
    margin: 8px 0;
}
c-wiz[data-p^='%.@.["https://www.google.com/webhp?authuser=$authuser"'] [soy-skip] + div + div > div:last-child [data-ac] > div > span > div:nth-child(3) {
    display: none
}
c-wiz[data-p^='%.@.["https://www.google.com/webhp?authuser=$authuser"'] [soy-skip] + div + div > div:last-child [data-ac] .Dz0Ydc > .Dz0Ydc {
    background-color: #f0f0f0;
    border: 2px outset #f0f0f0;
    color: #000;
    font-family: Arial;
    font-size: 13px;
    margin: 2px;
    padding-bottom: 1px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 1px;
    display: inline;
}
c-wiz[data-p^='%.@.["https://www.google.com/webhp?authuser=$authuser"'] [soy-skip] + div + div > div:last-child [data-ac]+div a > span { /*more accounts dropdown + sign out*/
    display: none
}
c-wiz[data-p^='%.@.["https://www.google.com/webhp?authuser=$authuser"'] [soy-skip] + div + div > div:last-child [data-ac]+div a > div > span {
    font-size: small;
}
c-wiz[data-p^='%.@.["https://www.google.com/webhp?authuser=$authuser"'] [soy-skip] + div + div > div:last-child [data-ac]+div span:first-child > a > div > span div { /*more accounts dropdown without sign out*/
    display: inline;
}
c-wiz[data-p^='%.@.["https://www.google.com/webhp?authuser=$authuser"'] [soy-skip] + div + div > div:last-child [data-ac]+div span:first-child > a > div > span > div > div {
    margin-right: 6px;
}
c-wiz[data-p^='%.@.["https://www.google.com/webhp?authuser=$authuser"'] [soy-skip] + div + div > div:last-child [data-ac]+div span:first-child > a img {
    display: inline;
    height: 12px;
    width: 12px;
}
c-wiz[data-p^='%.@.["https://www.google.com/webhp?authuser=$authuser"'] [soy-skip] + div + div > div:last-child [data-ac]+div span:first-child > a > div > span > div > div > div:nth-child(2) {
    margin-left: 6px;
    font-size: x-small
}
c-wiz[data-p^='%.@.["https://www.google.com/webhp?authuser=$authuser"'] [soy-skip] + div + div + div { /*last section for all the extra stuff*/
    font-size: small;
}
c-wiz[data-p^='%.@.["https://www.google.com/webhp?authuser=$authuser"'] [soy-skip] + div + div + div > div:not(:first-child) {
    border: 1px inset blue;
    padding:2px;
    margin: 6px 0;
}
c-wiz[data-p^='%.@.["https://www.google.com/webhp?authuser=$authuser"'] [soy-skip] + div + div + div > div:first-child {
    display: none
}
c-wiz[data-p^='%.@.["https://www.google.com/webhp?authuser=$authuser"'] [soy-skip] + div + div + div > div a span:first-child {
    display: none
}
}
@-moz-document url-prefix("https://ogs.google.com/widget/app/so"), url-prefix("https://ogs.google.com/u/0/widget/app?eom=1") {
    /*popup for apps*/
body {
    height: auto;
}
body > div {
    position: static;
}
c-wiz[jsrenderer] {
    padding: 0;
    border :0;
    background: none;
    position: static;
}
div.WwFbJd { /*more from google*/
    display: none
}
c-wiz[jsrenderer] ul li {
    height: auto;
    transition: none;
    width: auto;
    padding: 0;
    margin-right: 1em;
    font-size: small;
}
li:has(a[href^="https://business.google.com"]) {
    display: none
}
c-wiz[jsrenderer] div:has(>ul)[class] {
    border-radius: 0;
    margin: 0;
}
c-wiz[jsrenderer] div:has(>ul)[class]:nth-child(2) {
    width: 150px;
    background: #fff;
    border: 1px solid gray;
    display: block;
    border-radius: 0;
    position: absolute;
    right: 0;
}
body:hover c-wiz[jsrenderer] div:has(>ul)[class]:nth-child(2) {
    display: block;
    touch-action: all;
}
c-wiz[jsrenderer] div:has(>ul)[class]:nth-child(2) li {
    display: block;
}
a {
    background:none!important
}
}
@-moz-document url-prefix("https://www.google.co.uk/?q=find+chuck+norris"), url-prefix("https://www.google.com/?q=find+chuck+norris") {
.c93Gbe:before {
    content:"Google won't search for Chuck Norris because it knows you don't find Chuck Norris, he finds you.";
    color:#dd4b39;
    width:100%;
    display:inline-block;
    text-align:center;
    cursor:text
}
}

@-moz-document url-prefix("https://www.google.co.uk/search?q=tilt"), url-prefix("https://www.google.com/search?q=tilt") {
* {transform:rotate(0.3deg)}
}