/* JBA v16.20.66 - make-order notice only on the single product page */
.jba-v162066-make-order-notice{
  display:flex;
  align-items:center;
  gap:12px;
  width:100%;
  margin:0 0 12px;
  padding:12px 14px;
  border:1px solid rgba(184,126,24,.28);
  border-radius:14px;
  background:linear-gradient(135deg,#fffaf0 0%,#fff 100%);
  box-shadow:0 5px 18px rgba(19,45,80,.06);
  color:#102f58;
  box-sizing:border-box;
}
.jba-v162066-make-order-notice__icon{
  display:grid;
  place-items:center;
  flex:0 0 40px;
  width:40px;
  height:40px;
  border-radius:12px;
  background:#fff0ca;
  color:#a66b00;
  font-size:20px;
  line-height:1;
}
.jba-v162066-make-order-notice__text{
  display:flex;
  flex-direction:column;
  gap:3px;
  min-width:0;
  text-align:right;
}
.jba-v162066-make-order-notice__text strong{
  color:#0b2f5b;
  font-size:13px;
  font-weight:900;
  line-height:1.8;
}
.jba-v162066-make-order-notice__text small{
  color:#7a5a1d;
  font-size:11px;
  font-weight:700;
  line-height:1.8;
}
@media(max-width:767px){
  .jba-v162066-make-order-notice{
    gap:10px;
    margin-bottom:10px;
    padding:10px 12px;
    border-radius:12px;
  }
  .jba-v162066-make-order-notice__icon{
    flex-basis:36px;
    width:36px;
    height:36px;
    border-radius:10px;
    font-size:17px;
  }
  .jba-v162066-make-order-notice__text strong{font-size:12px}
  .jba-v162066-make-order-notice__text small{font-size:10px}
}
