/* Brambo Cart Builder v1 Frontend Styles */
.bcb-custom-cart-header { background: linear-gradient(135deg, #007cba 0%, #005a87 100%); color: white; padding: 20px; border-radius: 8px; margin-bottom: 20px; text-align: center; box-shadow: 0 2px 10px rgba(0, 124, 186, 0.3); }
.bcb-custom-cart-header h2 { margin: 0; font-size: 18px; font-weight: 600; }
.bcb-original-price { color: #999; font-size: 0.9em; }
.bcb-custom-price { color: #007cba; font-weight: 600; }
.woocommerce-cart-form .cart_item .bcb-original-price { display: block; margin-bottom: 2px; }
.woocommerce-cart-form .cart_item .bcb-custom-price { display: block; font-size: 1.1em; }
.bcb-frontend-notice { border: 2px solid #007cba; animation: bcb-pulse 2s ease-in-out; }
@keyframes bcb-pulse { 0% { transform: scale(1);} 50% { transform: scale(1.02);} 100% { transform: scale(1);} }
@media (max-width: 768px) { .bcb-custom-cart-header { padding: 15px; margin-bottom: 15px; } .bcb-custom-cart-header h2 { font-size: 16px; } }

body.bcb-flat-rate .woocommerce-shipping-methods { display: none !important; }


/* === BCB banners & tips === */
.bcb-special-order-banner {
    background:#fff3cd;
    border:3px solid #ffeeba;
    padding:16px;
    border-radius:6px;
    font-size:15px;
    line-height:1.6;
    margin:0 0 8px 0;
}
.bcb-notes-banner {
    background:#f6f7fb;
    border:3px solid #e2e6ef;
    padding:12px;
    border-radius:6px;
    font-size:14px;
    line-height:1.6;
    margin:8px 0 8px 0;
}
.bcb-pickup-tip {
    background:#e8f4ff;
    border:3px solid #cfe6ff;
    padding:12px;
    border-radius:6px;
    font-size:14px;
    line-height:1.6;
    margin:8px 0 24px 0;
}
/* Checkout-only variant (at top of page) */
.bcb-pickup-tip--checkout {
    margin:0 0 16px 0;
}

.bcb-pickup-header{
  font-size: 25px;
  font-weight:1000;
    display: flex;
  align-items: center;
  gap: 8px;

  letter-spacing: .02em;
  }
  
  .bcb-pickup-text{
  font-size: 17px;
  font-weight:400;
  }
  


.bcb-icon-truck-img {
  display: inline-block;
  width: 56px;      /* matches the width attr above */
  height: auto;     /* keep aspect ratio */
  vertical-align: middle;
}


/* Ensure the line break inside our banner actually breaks on mobile */
@media (max-width: 768px) {
  .bcb-special-order-banner br { display: initial !important; }
}
