/* ==== BARRA DE OFERTA DELGADA ==== */
.cj-offerbar{
  width: 100%;
  padding: 0;
}
@media (min-width: 768px){
  .cj-offerbar{ padding: 0 32px; }
}

.cj-offerbar-inner{
    max-width: 1200px;
    margin: 0 auto;
    height: 55px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    justify-content: center;
    gap: 10px;
    background: #f3f4f6;
    border-radius: 8px;
    font-weight: 700;
    color: #111827;
}

.cj-offerbar-text{
    font-size: 13px;
    line-height: 17px;
}

.cj-offerbar-sep{
  opacity: .45;
  font-size: 14px;
}

.cj-offerbar-count{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  line-height: 1;
  color: #111827;
}

.cj-offerbar-count span{
  display: inline-block;
}

/* Ajustes en móvil: texto un poco más pequeño si no cabe */
@media (max-width: 380px){
  .cj-offerbar-inner{ height: 36px; }
  .cj-offerbar-text,
  .cj-offerbar-count,
  .cj-offerbar-sep{ font-size: 13px; }
}
