/*
Theme Name: BH Hits JP Editorial
Theme URI: https://bhhits.com/
Author: BH Hits
Description: Tema editorial leve inspirado na arquitetura visual da Jovem Pan, desenvolvido do zero para o BH Hits.
Version: 1.3.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: bhhits-jp
License: GPL-2.0-or-later
*/

:root{
  --jp-red:#df0000;
  --jp-red-dark:#c60000;
  --jp-dark:#252525;
  --jp-text:#202124;
  --jp-muted:#6c7077;
  --jp-line:#dedfe2;
  --jp-soft:#f6f6f7;
  --jp-white:#fff;
  --jp-container:1180px;
  --jp-radius:10px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:#fff;
  color:var(--jp-text);
  font-family:Arial,Helvetica,sans-serif;
  font-size:16px;
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
img{max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
a:hover{color:var(--jp-red)}
button,input,textarea,select{font:inherit}
.container{width:min(var(--jp-container),calc(100% - 36px));margin:0 auto}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* ===========================
   HEADER PRINCIPAL JP STYLE
   =========================== */
.jp-shell{position:relative;z-index:9999;background:#fff}
.jp-header{
  width:100%;
  height:104px;
  display:grid;
  grid-template-columns:minmax(120px,18%) 1fr;
  background:var(--jp-dark);
  border-top:1px solid #3d3d3d;
}
.jp-header-left{
  display:flex;
  align-items:center;
  justify-content:center;
  background:var(--jp-dark);
}
.jp-menu-toggle{
  width:58px;height:58px;
  border:0;background:transparent;
  display:flex;flex-direction:column;
  align-items:center;justify-content:center;
  gap:7px;cursor:pointer;padding:0;
}
.jp-menu-toggle span{
  display:block;width:34px;height:4px;border-radius:4px;background:#fff;
  transition:.2s ease;
}
.jp-menu-toggle.is-open span:nth-child(1){transform:translateY(11px) rotate(45deg)}
.jp-menu-toggle.is-open span:nth-child(2){opacity:0}
.jp-menu-toggle.is-open span:nth-child(3){transform:translateY(-11px) rotate(-45deg)}

.jp-header-red{
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  padding:0 36px 0 48px;
  background:var(--jp-red);
}
.jp-brand{
  min-width:0;
  display:flex;
  align-items:center;
  height:92px;
}
.jp-brand .custom-logo-link{display:flex;align-items:center;height:100%}
.jp-brand .custom-logo{
  width:auto!important;
  height:auto!important;
  max-width:210px!important;
  max-height:82px!important;
  object-fit:contain;
}
.jp-brand-text{
  color:#fff!important;
  font-size:42px;
  line-height:.9;
  font-weight:1000;
  letter-spacing:-2.4px;
}
.jp-brand-text small{
  display:block;margin-top:8px;
  font-size:14px;line-height:1;
  letter-spacing:3px;
}
.jp-header-actions{display:flex;align-items:center;gap:28px;flex:0 0 auto}
.jp-action{
  width:40px;height:48px;
  display:grid;place-items:center;
  color:#fff!important;
  border:0;background:transparent;padding:0;
}
.jp-action svg{
  width:33px;height:33px;
  stroke:currentColor;fill:none;stroke-width:2.05;
  stroke-linecap:round;stroke-linejoin:round;
}

/* info bar */
.jp-info-bar{
  height:61px;
  background:#f8f8f9;
  border-bottom:1px solid var(--jp-line);
  display:grid;
  grid-template-columns:1.05fr 1.1fr 2.5fr .9fr;
}
.jp-info-cell{
  min-width:0;
  height:40px;
  margin:auto 0;
  display:flex;align-items:center;
  padding:0 17px;
  border-right:1px solid #d9dade;
  white-space:nowrap;
  overflow:hidden;
  font-size:14px;
  font-weight:700;
}
.jp-info-cell:last-child{border-right:0}
.jp-info-red{color:var(--jp-red);font-weight:900}
.jp-info-underline{position:relative;padding-bottom:8px}
.jp-info-underline:after{
  content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:var(--jp-red)
}
.jp-location{justify-content:center;gap:9px}
.jp-location svg{width:19px;height:19px;stroke:#444;fill:none;stroke-width:1.7}
.jp-time-link{justify-content:center}

/* category nav */
.jp-category-nav{
  border-bottom:1px solid var(--jp-line);
  background:#fff;
}
.jp-category-scroll{
  display:flex;align-items:center;gap:28px;
  min-height:51px;
  overflow-x:auto;scrollbar-width:none;
  white-space:nowrap;
}
.jp-category-scroll::-webkit-scrollbar{display:none}
.jp-category-scroll a{
  position:relative;
  display:flex;align-items:center;
  min-height:51px;
  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
}
.jp-category-scroll a:hover,
.jp-category-scroll .current-menu-item>a,
.jp-category-scroll .current-cat>a{color:var(--jp-red)}
.jp-category-scroll a:hover:after{
  content:"";position:absolute;left:0;right:0;bottom:-1px;height:3px;background:var(--jp-red)
}

/* offcanvas */
.jp-drawer{
  position:fixed;
  top:0;left:0;bottom:0;
  width:min(380px,90vw);
  z-index:100000;
  transform:translateX(-105%);
  transition:transform .24s ease;
  background:#222;
  color:#fff;
  box-shadow:15px 0 40px rgba(0,0,0,.35);
  overflow-y:auto;
}
.jp-drawer.is-open{transform:translateX(0)}
.jp-drawer-head{
  min-height:88px;padding:18px 22px;
  display:flex;align-items:center;justify-content:space-between;
  background:var(--jp-red);
}
.jp-drawer-head strong{font-size:19px}
.jp-drawer-close{
  width:38px;height:38px;border:0;background:transparent;color:#fff;
  font-size:30px;line-height:1;cursor:pointer;
}
.jp-drawer-section{padding:14px 0}
.jp-drawer-title{
  padding:6px 22px 10px;
  font-size:11px;font-weight:900;letter-spacing:1px;
  text-transform:uppercase;color:#aaa;
}
.jp-drawer ul{list-style:none;margin:0;padding:0}
.jp-drawer a{
  display:flex;align-items:center;
  min-height:46px;padding:0 22px;
  color:#fff!important;font-weight:700;
  border-top:1px solid rgba(255,255,255,.07)
}
.jp-drawer a:hover{background:var(--jp-red)}
.jp-overlay{
  display:none;position:fixed;inset:0;z-index:99999;background:rgba(0,0,0,.48)
}
.jp-overlay.is-open{display:block}

/* ===========================
   HOME
   =========================== */
.site-main{padding:32px 0 54px}
.jp-home-lead{
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(320px,.95fr);
  gap:30px;
}
.jp-hero{
  position:relative;
  min-height:480px;
  border-radius:12px;
  overflow:hidden;
  background:#e9eaec;
}
.jp-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.jp-hero:after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(to top,rgba(0,0,0,.86) 0%,rgba(0,0,0,.18) 63%,transparent 100%)
}
.jp-hero-content{
  position:absolute;z-index:2;left:0;right:0;bottom:0;
  padding:28px 30px;color:#fff
}
.jp-kicker{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 11px;
  border-radius:5px;
  background:var(--jp-red);
  color:#fff!important;
  font-size:11px;font-weight:900;text-transform:uppercase
}
.jp-hero h1{
  margin:11px 0 10px;
  font-size:clamp(30px,4vw,48px);
  line-height:1.03;
  letter-spacing:-1.5px;
}
.jp-hero-meta{font-size:12px;opacity:.86}
.jp-headline-panel{min-width:0}
.jp-headline-panel-title{
  margin:0 0 14px;
  padding-bottom:10px;
  border-bottom:3px solid var(--jp-red);
  font-size:15px;font-weight:900;text-transform:uppercase
}
.jp-headline-main{
  padding-bottom:18px;margin-bottom:15px;
  border-bottom:1px solid var(--jp-line)
}
.jp-headline-main h2{
  margin:8px 0 0;
  font-size:29px;line-height:1.08;letter-spacing:-.8px
}
.jp-bullets{list-style:none;padding:0;margin:0}
.jp-bullets li{
  position:relative;
  padding:10px 0 10px 24px;
  border-bottom:1px solid var(--jp-line)
}
.jp-bullets li:before{
  content:"";position:absolute;left:2px;top:19px;
  width:9px;height:9px;border-radius:50%;background:var(--jp-red)
}
.jp-bullets a{font-size:15px;line-height:1.32;font-weight:700}

/* section headers */
.jp-section{margin-top:48px}
.jp-section-head{
  display:flex;align-items:end;justify-content:space-between;gap:20px;
  margin-bottom:18px;padding-bottom:10px;
  border-bottom:2px solid #252525
}
.jp-section-title{
  margin:0;
  font-size:24px;line-height:1;
  font-weight:1000;text-transform:lowercase;letter-spacing:-.7px
}
.jp-section-title:before{
  content:"";display:inline-block;
  width:5px;height:22px;background:var(--jp-red);
  margin-right:10px;vertical-align:-3px
}
.jp-section-link{
  color:var(--jp-red);font-size:11px;font-weight:900;text-transform:uppercase
}

/* popular/latest */
.jp-dual{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:34px
}
.jp-ranked{list-style:none;margin:0;padding:0}
.jp-ranked li{
  display:grid;grid-template-columns:38px 1fr;
  gap:12px;padding:14px 0;border-bottom:1px solid var(--jp-line)
}
.jp-rank-number{
  font-size:25px;line-height:1;font-weight:1000;color:var(--jp-red)
}
.jp-ranked a{font-size:16px;font-weight:800;line-height:1.25}
.jp-ranked time{display:block;margin-top:5px;color:var(--jp-muted);font-size:11px}

/* cards */
.jp-card-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px
}
.jp-card{min-width:0}
.jp-card-media{
  display:block;
  aspect-ratio:16/10;
  overflow:hidden;
  border-radius:9px;
  background:#eceef0
}
.jp-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .22s}
.jp-card:hover .jp-card-media img{transform:scale(1.025)}
.jp-card .jp-kicker{margin-top:11px}
.jp-card h3{
  margin:8px 0 7px;
  font-size:20px;line-height:1.16;letter-spacing:-.45px
}
.jp-card-meta{color:var(--jp-muted);font-size:11px}
.jp-card-excerpt{
  margin:8px 0 0;color:#545860;
  font-size:13px;line-height:1.48
}

/* latest stream */
.jp-stream-layout{
  display:grid;
  grid-template-columns:minmax(0,1.7fr) minmax(280px,.75fr);
  gap:34px
}
.jp-stream-item{
  display:grid;
  grid-template-columns:260px 1fr;
  gap:19px;
  padding:18px 0;
  border-bottom:1px solid var(--jp-line)
}
.jp-stream-item:first-child{padding-top:0}
.jp-stream-image{
  aspect-ratio:16/10;
  overflow:hidden;border-radius:9px;background:#eceef0
}
.jp-stream-image img{width:100%;height:100%;object-fit:cover}
.jp-stream-item h2{
  margin:7px 0 8px;
  font-size:24px;line-height:1.12;letter-spacing:-.6px
}
.jp-stream-excerpt{margin:8px 0 0;color:#585c64;font-size:13px}
.jp-sidebar-box{
  padding:18px;
  border:1px solid var(--jp-line);
  border-radius:10px;
  background:#fff;
  margin-bottom:18px
}
.jp-sidebar-title{
  margin:0 0 12px;
  padding-bottom:9px;
  border-bottom:3px solid var(--jp-red);
  font-size:14px;font-weight:1000;text-transform:uppercase
}

/* ===========================
   ARCHIVES
   =========================== */
.jp-archive-header{margin-bottom:27px}
.jp-archive-label{color:var(--jp-muted);font-size:12px;text-transform:uppercase;font-weight:800}
.jp-archive-title{
  margin:4px 0 0;
  font-size:36px;line-height:1.05;letter-spacing:-1px
}
.jp-archive-description{margin-top:10px;color:var(--jp-muted);max-width:760px}
.jp-pagination{
  display:flex;gap:6px;flex-wrap:wrap;margin-top:28px
}
.jp-pagination .page-numbers{
  min-width:38px;height:38px;
  display:grid;place-items:center;
  border:1px solid var(--jp-line);
  border-radius:5px;font-size:12px;font-weight:800
}
.jp-pagination .current,.jp-pagination a:hover{
  color:#fff;background:var(--jp-red);border-color:var(--jp-red)
}

/* ===========================
   SINGLE
   =========================== */
.jp-single-layout{
  width:min(1180px,calc(100% - 36px));
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,820px) minmax(250px,1fr);
  gap:42px
}
.jp-breadcrumb{
  margin-bottom:16px;color:var(--jp-muted);font-size:12px
}
.jp-breadcrumb a{color:var(--jp-muted)}
.jp-single-title{
  margin:8px 0 0;
  font-size:clamp(37px,5.4vw,61px);
  line-height:1.02;
  letter-spacing:-1.7px;
  font-weight:1000
}
.jp-single-subtitle{
  margin:17px 0 0;
  color:#4e535b;
  font-size:20px;line-height:1.43;font-weight:400
}
.jp-single-meta{
  display:flex;flex-wrap:wrap;gap:7px 14px;
  margin:20px 0 22px;padding-bottom:17px;
  color:var(--jp-muted);font-size:12px;
  border-bottom:1px solid var(--jp-line)
}
.jp-single-featured{
  margin:0 0 25px;
  overflow:hidden;border-radius:8px;background:#eee
}
.jp-single-featured img{display:block;width:100%;height:auto}
.jp-caption{margin-top:5px;color:#777;font-size:10px}
.jp-entry{
  font-family:Georgia,"Times New Roman",serif;
  font-size:18px;line-height:1.82;color:#292b2f
}
.jp-entry p{margin:0 0 1.35em}
.jp-entry h2,.jp-entry h3,.jp-entry h4{
  font-family:Arial,Helvetica,sans-serif;
  line-height:1.15;letter-spacing:-.4px;
  margin:1.55em 0 .65em;color:#202124
}
.jp-entry h2{font-size:30px}
.jp-entry h3{font-size:25px}
.jp-entry a{color:var(--jp-red);text-decoration:underline}
.jp-entry blockquote{
  margin:30px 0;padding:4px 0 4px 22px;
  border-left:5px solid var(--jp-red);
  font-size:21px;line-height:1.5;font-weight:700
}
.jp-entry iframe,.jp-entry video{max-width:100%}
.jp-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:28px}
.jp-tags a{
  padding:5px 9px;border:1px solid var(--jp-line);border-radius:999px;
  background:#f8f8f8;font-family:Arial,sans-serif;font-size:11px
}
.jp-share{
  display:flex;align-items:center;gap:8px;margin:18px 0 0
}
.jp-share strong{font-size:12px;text-transform:uppercase}
.jp-share a{
  min-width:34px;height:34px;padding:0 9px;
  display:grid;place-items:center;
  border-radius:5px;background:#252525;color:#fff!important;
  font-size:11px;font-weight:800
}
.jp-share a:hover{background:var(--jp-red)}
.jp-related{margin-top:40px}

/* ===========================
   PAGE / SEARCH / 404
   =========================== */
.jp-page{
  width:min(850px,calc(100% - 36px));
  margin:0 auto
}
.jp-page-title{margin:0 0 24px;font-size:45px;line-height:1.05;letter-spacing:-1px}
.jp-empty{
  padding:50px 25px;text-align:center;
  border:1px solid var(--jp-line);border-radius:10px;background:#fafafa
}

/* ===========================
   FOOTER — ONLY LOGO + RIGHTS
   =========================== */
.site-footer{
  background:#202020;color:#fff;
  padding:34px 0 20px;margin-top:42px
}
.jp-footer-inner{
  display:flex;flex-direction:column;align-items:center;text-align:center
}
.jp-footer-logo .custom-logo{
  width:auto!important;
  height:auto!important;
  max-width:230px!important;
  max-height:88px!important;
  object-fit:contain
}
.jp-footer-text-logo{
  color:#fff;font-size:31px;font-weight:1000;letter-spacing:-1.3px
}
.jp-copyright{
  margin-top:17px;padding-top:15px;
  width:min(580px,100%);
  border-top:1px solid rgba(255,255,255,.13);
  color:#b8bbc0;font-size:11px
}

/* RESPONSIVE */
@media(max-width:980px){
  .jp-home-lead,.jp-stream-layout,.jp-single-layout{grid-template-columns:1fr}
  .jp-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .jp-single-layout{width:min(850px,calc(100% - 30px))}
}
@media(max-width:720px){
  .container{width:calc(100% - 24px)}
  .jp-header{height:88px;grid-template-columns:18% 82%}
  .jp-header-red{padding:0 15px 0 24px;gap:10px}
  .jp-menu-toggle{width:46px;height:46px}
  .jp-menu-toggle span{width:28px;height:3px}
  .jp-brand{height:78px}
  .jp-brand .custom-logo{max-width:155px!important;max-height:70px!important}
  .jp-brand-text{font-size:30px}
  .jp-brand-text small{font-size:10px;letter-spacing:2px}
  .jp-header-actions{gap:9px}
  .jp-action{width:29px}
  .jp-action svg{width:25px;height:25px}
  .jp-info-bar{height:56px;grid-template-columns:1.05fr 1.1fr 2.35fr .85fr}
  .jp-info-cell{height:34px;padding:0 7px;font-size:9.5px}
  .jp-location{gap:5px;font-size:9.3px}
  .jp-location svg{width:14px;height:14px}
  .jp-category-scroll{gap:20px;min-height:46px}
  .jp-category-scroll a{min-height:46px;font-size:11px}
  .site-main{padding-top:22px}
  .jp-home-lead{gap:22px}
  .jp-hero{min-height:430px}
  .jp-hero-content{padding:22px}
  .jp-headline-main h2{font-size:25px}
  .jp-dual{grid-template-columns:1fr;gap:26px}
  .jp-card-grid{grid-template-columns:1fr}
  .jp-stream-item{grid-template-columns:125px 1fr;gap:13px}
  .jp-stream-item h2{font-size:18px}
  .jp-stream-excerpt{display:none}
  .jp-section{margin-top:36px}
  .jp-archive-title{font-size:31px}
  .jp-single-layout{width:calc(100% - 24px);gap:28px}
  .jp-single-title{font-size:39px}
  .jp-single-subtitle{font-size:18px}
  .jp-entry{font-size:17px}
  .jp-page{width:calc(100% - 24px)}
  .jp-page-title{font-size:36px}
  .jp-footer-logo .custom-logo{max-width:190px!important;max-height:74px!important}
}


/* ==========================================================
   v1.1 — CABEÇALHO NATIVO BH HITS PARA USAR COM A BARRA JP
   A barra Jovem Pan fica externa (Header and Footer Scripts).
   O tema não repete vermelho/preto/cotações.
   ========================================================== */

.bh-native-header{
  width:100%;
  background:#fff;
  border-bottom:1px solid var(--jp-line);
}

.bh-native-header-inner{
  position:relative;
  min-height:104px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:14px 64px;
}

.bh-native-brand{
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:0;
}

.bh-native-brand .custom-logo-link{
  display:flex;
  align-items:center;
  justify-content:center;
}

.bh-native-brand .custom-logo{
  width:auto!important;
  height:auto!important;
  max-width:330px!important;
  max-height:82px!important;
  object-fit:contain!important;
}

.bh-native-text-logo{
  color:#171717!important;
  font-size:44px;
  line-height:1;
  font-weight:1000;
  letter-spacing:-2px;
}

.bh-native-search{
  position:absolute;
  right:12px;
  top:50%;
  transform:translateY(-50%);
  width:46px;
  height:46px;
  border:0;
  border-radius:50%;
  background:var(--jp-red);
  color:#fff;
  display:grid;
  place-items:center;
  cursor:pointer;
  box-shadow:0 5px 14px rgba(0,0,0,.12);
}

.bh-native-search svg{
  width:22px;
  height:22px;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
}

.bh-search-panel{
  display:none;
  background:#f6f6f7;
  border-top:1px solid var(--jp-line);
  border-bottom:1px solid var(--jp-line);
}

.bh-search-panel.is-open{
  display:block;
}

.bh-search-panel .container{
  padding:12px 0;
}

/* Menu editorial abaixo da marca */
.bh-native-header + .jp-category-nav{
  border-top:0;
}

/* O antigo cabeçalho JP do tema não é mais usado */
.jp-header,
.jp-info-bar,
.jp-drawer,
.jp-overlay{
  /* classes mantidas no CSS por compatibilidade, mas não renderizadas no PHP */
}

/* Logo também maior no rodapé */
.jp-footer-logo .custom-logo{
  max-width:270px!important;
  max-height:96px!important;
}

@media(max-width:720px){
  .bh-native-header-inner{
    min-height:82px;
    padding:10px 56px;
  }

  .bh-native-brand .custom-logo{
    max-width:225px!important;
    max-height:64px!important;
  }

  .bh-native-text-logo{
    font-size:34px;
  }

  .bh-native-search{
    width:42px;
    height:42px;
    right:8px;
  }

  .bh-native-search svg{
    width:20px;
    height:20px;
  }

  .jp-footer-logo .custom-logo{
    max-width:220px!important;
    max-height:80px!important;
  }
}

@media(max-width:430px){
  .bh-native-header-inner{
    min-height:76px;
    padding-left:48px;
    padding-right:48px;
  }

  .bh-native-brand .custom-logo{
    max-width:205px!important;
    max-height:58px!important;
  }

  .bh-native-search{
    width:39px;
    height:39px;
    right:7px;
  }
}


/* ==========================================================
   v1.2 — BARRA JOVEM PAN INTEGRADA NO PRÓPRIO TEMA
   ========================================================== */

.bh-jp-partner-bar,
.bh-jp-partner-bar *{
  box-sizing:border-box!important;
}

.bh-jp-partner-bar{
  width:100%;
  position:relative;
  z-index:10000;
  font-family:Arial,Helvetica,sans-serif;
}

/* bloco principal */
.bh-jp-partner-main{
  height:94px;
  display:grid;
  grid-template-columns:17.5% 82.5%;
  background:#262626;
}

.bh-jp-partner-dark{
  display:flex;
  align-items:center;
  justify-content:center;
  background:#262626;
}

.bh-jp-partner-menu{
  width:50px;height:50px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:6px;
  padding:0;
  border:0;
  outline:0;
  background:transparent;
  cursor:pointer;
}

.bh-jp-partner-menu span{
  display:block;
  width:30px;
  height:3.5px;
  border-radius:5px;
  background:#fff;
  transition:.2s ease;
}

.bh-jp-partner-menu.is-open span:nth-child(1){
  transform:translateY(9.5px) rotate(45deg);
}
.bh-jp-partner-menu.is-open span:nth-child(2){
  opacity:0;
}
.bh-jp-partner-menu.is-open span:nth-child(3){
  transform:translateY(-9.5px) rotate(-45deg);
}

.bh-jp-partner-red{
  min-width:0;
  height:94px;
  padding:0 29px 0 41px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  background:#c90009;
}

.bh-jp-partner-logo{
  height:70px;
  min-width:108px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
}

.bh-jp-partner-logo img{
  display:block;
  width:116px;
  height:70px;
  object-fit:contain;
  object-position:left center;
  filter:brightness(0) invert(1);
  image-rendering:auto;
}

.bh-jp-partner-actions{
  display:flex;
  align-items:center;
  gap:27px;
}

.bh-jp-partner-action{
  width:35px;
  height:46px;
  display:grid;
  place-items:center;
  color:#fff!important;
}

.bh-jp-partner-action svg{
  width:30px;
  height:30px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.1;
  stroke-linecap:round;
  stroke-linejoin:round;
}

/* faixa branca */
.bh-jp-partner-info{
  width:100%;
  height:58px;
  display:grid;
  grid-template-columns:1.03fr 1.15fr 2.55fr .95fr;
  align-items:center;
  overflow:hidden;
  background:#f7f7f8;
  border-bottom:1px solid #dcdde0;
}

.bh-jp-partner-cell{
  min-width:0;
  height:36px;
  padding:0 15px;
  display:flex;
  align-items:center;
  border-right:1px solid #d8d8da;
  color:#27272b;
  font-size:13px;
  font-weight:700;
  white-space:nowrap;
  overflow:hidden;
}

.bh-jp-partner-cell:last-child{
  border-right:0;
}

.bh-jp-partner-rate{
  color:#d90000;
  font-weight:900;
}

.bh-jp-partner-underlined{
  position:relative;
  display:inline-block;
  padding-bottom:8px;
  color:#27272b!important;
  text-decoration:none!important;
}

.bh-jp-partner-underlined:after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:0;
  height:3px;
  background:#e30012;
}

.bh-jp-partner-city{
  justify-content:center;
  gap:8px;
}

.bh-jp-partner-city svg{
  width:19px;
  height:19px;
  fill:none;
  stroke:#444;
  stroke-width:1.6;
}

.bh-jp-partner-weather{
  justify-content:center;
}

/* menu da barra */
.bh-jp-partner-panel{
  display:none;
  position:absolute;
  top:94px;
  left:0;
  width:min(360px,100%);
  z-index:10001;
  background:#262626;
  box-shadow:0 16px 40px rgba(0,0,0,.33);
}

.bh-jp-partner-panel.is-open{
  display:block;
}

.bh-jp-partner-panel a{
  min-height:45px;
  padding:0 20px;
  display:flex;
  align-items:center;
  color:#fff!important;
  font-size:13px;
  font-weight:800;
  text-decoration:none!important;
  border-bottom:1px solid rgba(255,255,255,.09);
}

.bh-jp-partner-panel a:hover{
  background:#c90009;
}

/* ==========================================================
   RODAPÉ: LOGO BH HITS BRANCA
   ========================================================== */

.site-footer .jp-footer-logo .custom-logo,
.site-footer .jp-footer-logo img{
  /* Deixa as partes escuras claras sem destruir os tons do mascote */
  filter:invert(1) saturate(.9) contrast(1.08)!important;
  opacity:1!important;
  image-rendering:auto!important;
}

/* ==========================================================
   MOBILE
   ========================================================== */
@media(max-width:720px){
  .bh-jp-partner-main{
    height:94px;
    grid-template-columns:17.5% 82.5%;
  }

  .bh-jp-partner-red{
    height:94px;
    padding:0 23px 0 34px;
  }

  .bh-jp-partner-menu{
    width:46px;
    height:46px;
  }

  .bh-jp-partner-menu span{
    width:27px;
    height:3.5px;
  }

  .bh-jp-partner-logo{
    min-width:91px;
    height:64px;
  }

  .bh-jp-partner-logo img{
    width:101px;
    height:62px;
  }

  .bh-jp-partner-actions{
    gap:16px;
  }

  .bh-jp-partner-action{
    width:29px;
  }

  .bh-jp-partner-action svg{
    width:26px;
    height:26px;
  }

  .bh-jp-partner-info{
    height:58px;
    grid-template-columns:1.05fr 1.15fr 2.7fr .95fr;
  }

  .bh-jp-partner-cell{
    height:34px;
    padding:0 10px;
    font-size:11px;
  }

  .bh-jp-partner-city{
    gap:6px;
    font-size:11px;
  }

  .bh-jp-partner-city svg{
    width:16px;
    height:16px;
  }

  .bh-jp-partner-panel{
    top:94px;
  }
}

@media(max-width:430px){
  .bh-jp-partner-red{
    padding-left:19px;
    padding-right:11px;
  }

  .bh-jp-partner-logo{
    min-width:80px;
  }

  .bh-jp-partner-logo img{
    width:88px;
    height:57px;
  }

  .bh-jp-partner-actions{
    gap:8px;
  }

  .bh-jp-partner-action{
    width:25px;
  }

  .bh-jp-partner-action svg{
    width:23px;
    height:23px;
  }

  .bh-jp-partner-info{
    grid-template-columns:1.05fr 1.15fr 2.55fr .95fr;
  }

  .bh-jp-partner-cell{
    padding:0 7px;
    font-size:9.5px;
  }

  .bh-jp-partner-city{
    font-size:9.5px;
  }

  .bh-jp-partner-city svg{
    width:14px;
    height:14px;
  }
}


/* v1.3 — ajuste fino da logo no rodapé */
.site-footer .jp-footer-logo{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:74px;
}

.site-footer .jp-footer-logo .custom-logo-link{
  display:flex;
  align-items:center;
  justify-content:center;
}

.site-footer .jp-footer-logo img{
  object-fit:contain!important;
}
