#results {
  z-index: 0;
  position: relative;
  font-family: var(--f-family-main), var(--f-fallback-main);
}
.gsc-result-info{
  padding: 4px 24px 0 10px !important;
  font-size:90% !important
}
.gsc-control-cse{
  background-color: transparent !important;
}
.gsc-webResult.gsc-result {
  margin: 0;
  padding: 0 !important;
}
.gs-result {
  padding: 5px 90px 5px 10px;
  margin-bottom: 20px;
  border-radius: 2px;
}
.gs-result:hover {
  background: #f6f6f6;
}
.gsc-cursor-page:hover {
  text-decoration: none !important;
}
.gsc-cursor-page:hover:not(.gsc-cursor-current-page) {
  background:#e9e9e9 !important;

  
}
.gsc-cursor-page {
  border-radius: 8px;
  font-size: 14px;
  height: 32px;
  width: 32px;
  line-height: 32px;
  font-weight:500;
  color:#1c2130 !important;
  text-align: center;
  margin: 2px !important;
  display: inline-block !important;
  
}
.gsc-cursor-current-page {
  margin: 3px !important;
  font-weight: normal !important;
  display: inline-block !important;
  background-color:#1c2130 !important;
  color: #f7f7f7 !important;
  
}
.gcsc-find-more-on-google{
  color:#0c5fff !important
}
.gsc-thumbnail {
  position: absolute;
  top: 0px;
  right: 5px;
}
.gs-result {
  position: relative;
  overflow: hidden;
}
.gsc-wrapper,
.gsc-table-result {
   font-family: var(--f-family-main), var(--f-fallback-main);
}
.gs-webResult div.gs-visibleUrl {
  color: #aaa !important;
  font-size:90% !important
}
.gsc-table-result,
.gsc-url-top {
  margin-left: 0;
  
  line-height: 14px;
  color: gray !important;
}
.gsc-url-top * {
  line-height: 12px !important;
}

.gsc-url-top * {
  font-size:12px !important;
  color: gray !important;
}
.gsc-control-cse .gs-result .gs-title a:hover {
  color: #0c5fff !important;
}
.gs-webResult.gs-result a.gs-title:link,
.gs-webResult.gs-result a.gs-title:link b,
.gsc-control-cse .gs-result .gs-title a {
  font-weight:400;
  font-size:90%;
  transition: 0.6s ease;
  color: #0c5fff !important;
  line-height: 22px;
}
.gsc-control-cse .gs-result .gs-title b{
  font-weight:800 !important;
}
.gcsc-find-more-on-google-query {
  color: #1e2231;
   font-family: var(--f-family-main), var(--f-fallback-main);
}
.gcsc-find-more-on-google {
  font-size: 100%;
}
.gs-title {
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  
}
.gs-promotion-image-box img.gs-promotion-image, .gs-web-image-box-portrait img.gs-image, .gs-web-image-box-landscape img.gs-image {
  max-width: 75px;
}

.gs-result .gs-title:hover {
    text-decoration: none !important;
}

.gs-result .gs-title:hover a {
    text-decoration: underline !important;
}
  
.gsc-thumbnail-inside .site-favicon{
      width:24px;
      height: 24px;
      float: left;
      margin-right: 10px;
      margin-top:6px;
}
.gsc-wrapper{
max-width:none !important
}
@media screen and (min-width: 1024px) {
  .gsc-results-wrapper-nooverlay{
    margin-left:110px
  }
}