.rtb-search-wrap{max-width:920px;margin:0 auto;padding:0 1rem;position:relative;z-index:10000}
.rtb-search-input-wrap{display:flex;gap:.6rem;align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:.8rem 1rem;box-shadow:0 10px 30px rgba(0,0,0,.08)}
.rtb-search-input{flex:1;border:0;outline:0;font-size:1rem}
.rtb-search-btn{border:0;border-radius:12px;padding:.6rem 1rem;background:#111;color:#fff;cursor:pointer}
.rtb-search-suggest{position:fixed;left:0;top:0;margin-top:0;background:#fff;border:1px solid #ececec;border-radius:16px;box-shadow:0 22px 50px rgba(0,0,0,.12);z-index:100000;max-height:60vh;overflow:auto}
.rtb-suggest-list{list-style:none;margin:0;padding:.5rem;max-height:420px;overflow:auto}
.rtb-suggest-list li a{display:flex;gap:.8rem;align-items:center;padding:.5rem;border-radius:10px;text-decoration:none;color:#111}
.rtb-suggest-list li a:hover{background:#f7f7f9}
.rtb-suggest-list img{width:52px;height:52px;object-fit:cover;border-radius:8px;background:#f3f4f6}
.rtb-suggest-list .meta{display:flex;flex-direction:column}
.rtb-suggest-list .meta .sub{font-size:.85rem;color:#6b7280}
.rtb-suggest-list .meta .flags{font-size:.8rem;color:#16a34a}
.rtb-suggest-chips{display:flex;gap:.5rem;flex-wrap:wrap;padding:.6rem .6rem .2rem}
.rtb-suggest-chips .chip{padding:.35rem .6rem;border:1px solid #e5e7eb;border-radius:999px;text-decoration:none;color:#111;background:#fff}
.rtb-empty{padding:1rem}
.rtb-history,.rtb-popular{margin-top:.35rem}
@media (max-width:640px){
  .rtb-search-input-wrap{padding:.5rem .6rem}
  .rtb-suggest-list img{width:44px;height:44px}
}

/* Força prioridade caso algum CSS posterior tente sobrescrever */
.rtb-search-wrap { position: relative; z-index: 10000 !important; }
.rtb-search-wrap .rtb-search-suggest {
  position: fixed !important;
  z-index: 100000 !important;
  border-radius: 16px;
}

/* Força o estilo da barra de busca nas telas de Ofertas */
body.post-type-archive-oferta .rtb-search-wrap,
body.tax-categoria_oferta .rtb-search-wrap { position: relative; z-index: 10000; }

body.post-type-archive-oferta .rtb-search-input-wrap,
body.tax-categoria_oferta .rtb-search-input-wrap {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: .8rem 1rem;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

body.post-type-archive-oferta .rtb-search-suggest,
body.tax-categoria_oferta .rtb-search-suggest {
  position: fixed !important;
  left: 0; top: 0;
  margin-top: 0;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 16px;
  box-shadow: 0 22px 50px rgba(0,0,0,.12);
  z-index: 100000 !important;
  max-height: 60vh;
  overflow: auto;
  min-width: 360px;
  max-width: min(92vw, 720px);
  padding: 4px;
}

/* Botão BUSCAR com visual de botão da home */
.rtb-search-btn{
  display:inline-block;
  background:#111;
  color:#fff;
  border:0;
  border-radius: 14px;
  padding:.8rem 1.2rem;
  font-weight:600;
  letter-spacing:.02em;
  box-shadow: 0 6px 18px rgba(0,0,0,.15);
  transition: transform .08s ease, box-shadow .12s ease, background-color .12s ease;
}
.rtb-search-btn:hover{ transform: translateY(-1px); box-shadow: 0 10px 26px rgba(0,0,0,.18); }
.rtb-search-btn:active{ transform: translateY(0); box-shadow: 0 6px 16px rgba(0,0,0,.15); }

body.post-type-archive-oferta .rtb-search-wrap{position:relative;z-index:10000}
body.post-type-archive-oferta .rtb-search-suggest{position:fixed!important;z-index:100000!important}

