/* V1.26.41 — Meus títulos: ícone + texto realmente juntos no centro */
#campanha .campaign-hero-card > .campaign-hero-copy{
  margin:0!important;
  border-bottom:0!important;
}
#campanha .campaign-hero-card > .campaign-my-titles-bar{
  position:relative!important;
  width:100%!important;
  min-height:32px!important;
  height:32px!important;
  margin:0!important;
  padding:0 10px!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:linear-gradient(90deg,#000 0%,#080808 19%,#242424 58%,#4a4a4a 100%)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:5px!important;
  color:#fff!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
  text-align:center!important;
}
#campanha .campaign-hero-card > .campaign-my-titles-bar:hover,
#campanha .campaign-hero-card > .campaign-my-titles-bar:focus-visible{
  transform:none!important;
  filter:brightness(1.04)!important;
  outline:none!important;
}
#campanha .campaign-my-titles-icon{
  position:static!important;
  left:auto!important;
  top:auto!important;
  transform:none!important;
  flex:0 0 auto!important;
  width:21px!important;
  height:21px!important;
  display:grid!important;
  place-items:center!important;
  color:#fff!important;
  filter:drop-shadow(0 2px 2px rgba(0,0,0,.9)) drop-shadow(0 0 3px rgba(255,255,255,.16))!important;
}
#campanha .campaign-my-titles-icon svg{
  width:21px!important;
  height:21px!important;
  display:block!important;
}
#campanha .campaign-my-titles-text{
  display:inline-block!important;
  margin:0!important;
  padding:0!important;
  font-size:.94rem!important;
  line-height:1!important;
  font-weight:720!important;
  letter-spacing:.012em!important;
  text-align:center!important;
  white-space:nowrap!important;
  text-transform:uppercase!important;
  text-shadow:0 2px 3px rgba(0,0,0,.95),0 0 4px rgba(255,255,255,.16)!important;
}
#campanha .campaign-hero-card > .campaign-hero-progress{
  margin:0!important;
  padding:0!important;
  border-top:0!important;
}
@media (max-width:600px){
  #campanha .campaign-hero-card > .campaign-my-titles-bar{
    min-height:29px!important;
    height:29px!important;
    padding:0 8px!important;
    gap:4px!important;
  }
  #campanha .campaign-my-titles-icon{
    width:19px!important;
    height:19px!important;
  }
  #campanha .campaign-my-titles-icon svg{
    width:19px!important;
    height:19px!important;
  }
  #campanha .campaign-my-titles-text{
    font-size:.89rem!important;
    font-weight:720!important;
  }
}

/* V1.26.42 — barra 28px + menu superior somente com 3 riscos */
@media (max-width:600px){
  #campanha .campaign-hero-card > .campaign-my-titles-bar{
    min-height:28px!important;
    height:28px!important;
  }
}

header .top-menu-toggle,
header .top-menu-toggle:hover,
header .top-menu-toggle:active,
header .top-menu-toggle:focus,
header .top-menu-toggle:focus-visible,
header .top-menu-toggle[aria-expanded="true"]{
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  min-height:42px!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  border-color:transparent!important;
  border-radius:0!important;
  outline:0!important;
  outline-offset:0!important;
  background:transparent!important;
  background-image:none!important;
  box-shadow:none!important;
  filter:none!important;
  appearance:none!important;
  -webkit-appearance:none!important;
  -webkit-tap-highlight-color:transparent!important;
}
header .top-menu-toggle::before,
header .top-menu-toggle::after{
  content:none!important;
  display:none!important;
}
header .top-menu-toggle span{
  display:block!important;
  width:20px!important;
  height:2.5px!important;
  min-height:0!important;
  border:0!important;
  border-radius:999px!important;
  background:#f5f5f5!important;
  box-shadow:none!important;
  opacity:1!important;
  transform:none!important;
  filter:none!important;
}
header .top-menu-toggle[aria-expanded="true"] span:nth-child(1),
header .top-menu-toggle[aria-expanded="true"] span:nth-child(2),
header .top-menu-toggle[aria-expanded="true"] span:nth-child(3){
  width:20px!important;
  opacity:1!important;
  transform:none!important;
}
@media (max-width:600px){
  header .top-menu-toggle,
  header .top-menu-toggle:hover,
  header .top-menu-toggle:active,
  header .top-menu-toggle:focus,
  header .top-menu-toggle:focus-visible,
  header .top-menu-toggle[aria-expanded="true"]{
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
    min-height:38px!important;
  }
  header .top-menu-toggle span,
  header .top-menu-toggle[aria-expanded="true"] span:nth-child(1),
  header .top-menu-toggle[aria-expanded="true"] span:nth-child(2),
  header .top-menu-toggle[aria-expanded="true"] span:nth-child(3){
    width:18px!important;
  }
}
