
/* Front: cores do widget */
.bookingpress, #bookingpress, [class*="bookingpress"]{ --rebels-booking-primary:#1f3b4a }
.bookingpress .btn-primary, #bookingpress .btn-primary, [class*="bookingpress"] .btn-primary{
  background-color: var(--rebels-booking-primary) !important;
  border-color: var(--rebels-booking-primary) !important;
}

/* Logo no header do widget (quando existir) */
html.rebels-booking-front .bp-header .logo img{opacity:0 !important}
html.rebels-booking-front .bp-header .logo{position:relative;min-height:32px}
html.rebels-booking-front .bp-header .logo:before{
  content:"";position:absolute;inset:0;
  background-repeat:no-repeat;background-size:contain;background-position:left center;
}
