.md-preorder-delivery{margin:6px 0 8px;font-size:13px;line-height:1.35;display:block;width:100%;clear:both;flex:0 0 100%;float:none;}
.md-preorder-delivery--single{margin:10px 0 8px;font-size:14px;}
.md-preorder-label{font-weight:600;}

/* Theme-agnostic safety: some themes position/float the price area; ensure our delivery line doesn't overlap */
.single-product .summary p.price,
.single-product .summary .price{
  display:block !important;
  width:100% !important;
  clear:both !important;
  float:none !important;
  margin-top:6px !important;
}

/* If the theme uses flex wrappers, keep the delivery line as its own row */
.single-product .summary .md-preorder-delivery{flex:0 0 100%;}
