/* v1.8.16 — co-branding compacto: logo do Guia dentro da faixa */

:root{
  --gdf-origin-bar-height:54px;
}

.gdf-review-origin-topbar{
  position:sticky;
  top:0;
  z-index:99990;
  width:100%;
  background:linear-gradient(90deg,#6e138a 0%,#7f2198 55%,#f56a13 100%);
  color:#fff;
  border:0;
  box-shadow:0 2px 8px rgba(42,18,49,.12);
}

.admin-bar .gdf-review-origin-topbar{
  top:32px;
}

.gdf-review-origin-topbar-inner{
  width:100%;
  min-height:var(--gdf-origin-bar-height);
  padding:5px 22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  box-sizing:border-box;
}

.gdf-review-origin-topbar-logo{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  flex:0 0 auto!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  text-decoration:none!important;
}

.gdf-review-origin-topbar-logo img{
  display:block!important;
  width:auto!important;
  height:42px!important;
  max-width:150px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  object-fit:contain!important;
  background:#fff;
  border-radius:7px!important;
}

.gdf-review-origin-topbar-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:14px;
  min-width:0;
}

.gdf-review-origin-topbar strong{
  color:#fff!important;
  font-size:14px!important;
  line-height:1.1!important;
  font-weight:900!important;
  white-space:nowrap;
}

.gdf-review-origin-back{
  color:#fff!important;
  font-size:13px!important;
  line-height:1.2!important;
  font-weight:800!important;
  text-decoration:none!important;
  opacity:.98;
  white-space:nowrap;
}

.gdf-review-origin-back:hover,
.gdf-review-origin-back:focus-visible{
  color:#fff!important;
  opacity:1;
  text-decoration:underline!important;
}

@media(max-width:900px){
  :root{ --gdf-origin-bar-height:48px; }

  .admin-bar .gdf-review-origin-topbar{
    top:46px;
  }

  .gdf-review-origin-topbar-inner{
    padding:4px 14px;
    gap:12px;
  }

  .gdf-review-origin-topbar-logo img{
    height:36px!important;
    max-width:120px!important;
  }

  .gdf-review-origin-topbar-actions{
    gap:9px;
  }

  .gdf-review-origin-topbar strong{
    font-size:12px!important;
  }

  .gdf-review-origin-back{
    font-size:11px!important;
  }
}

@media(max-width:620px){
  .gdf-review-origin-topbar-inner{
    padding:4px 10px;
  }

  .gdf-review-origin-topbar-logo img{
    height:32px!important;
    max-width:104px!important;
  }

  .gdf-review-origin-topbar strong{
    display:none;
  }

  .gdf-review-origin-back{
    font-size:10px!important;
  }
}


/* v1.8.17 — arte da turminha na faixa de co-branding */
.gdf-review-origin-topbar-logo img{
  height:46px!important;
  max-width:180px!important;
  width:auto!important;
  background:transparent!important;
  border-radius:0!important;
  object-fit:contain!important;
}

@media(max-width:900px){
  .gdf-review-origin-topbar-logo img{
    height:39px!important;
    max-width:145px!important;
  }
}

@media(max-width:620px){
  .gdf-review-origin-topbar-logo img{
    height:34px!important;
    max-width:120px!important;
  }
}


/* v1.8.18 — logo oficial do Guia novamente ao lado do AgitoSP */
.gdf-review-origin-brand-cluster{
  display:inline-flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:16px!important;
  width:auto!important;
  max-width:none!important;
}

.gdf-review-origin-brand-cluster > .gdf-review-origin-original-brand{
  display:inline-flex!important;
  align-items:center!important;
  flex:0 0 auto!important;
}

.gdf-review-origin-brandmark{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 auto!important;
  margin:0!important;
  padding:0 0 0 16px!important;
  border-left:1px solid rgba(0,0,0,.12)!important;
  text-decoration:none!important;
  width:auto!important;
  background:transparent!important;
}

.gdf-review-origin-brandmark img{
  display:block!important;
  width:auto!important;
  height:54px!important;
  max-width:155px!important;
  margin:0!important;
  padding:0!important;
  object-fit:contain!important;
  background:#fff!important;
  border-radius:8px!important;
}

@media(max-width:900px){
  .gdf-review-origin-brand-cluster{
    gap:12px!important;
  }

  .gdf-review-origin-brandmark{
    padding-left:12px!important;
  }

  .gdf-review-origin-brandmark img{
    height:44px!important;
    max-width:130px!important;
  }
}

@media(max-width:620px){
  .gdf-review-origin-brandmark img{
    height:36px!important;
    max-width:105px!important;
  }
}


/* v1.8.19 — turminha sem fundo branco na faixa superior */
.gdf-review-origin-topbar-logo{
  background:transparent!important;
}

.gdf-review-origin-topbar-logo img{
  background:transparent!important;
  box-shadow:none!important;
  border:0!important;
  border-radius:0!important;
}
