/**
 * 2007-2026 PrestaChamps
 * @license   https://opensource.org/licenses/AFL-3.0  Academic Free License 3.0 (AFL-3.0)
 *
 * Defaults only. Background / border / text color / font-size are overridden by inline styles
 * from the module configuration (client-customizable), so those win over these rules.
 */
.bspp-shipping-info{display:flex;align-items:center;gap:.5rem;padding:.6rem .8rem;margin:.5rem 0;border:1px solid transparent;border-radius:6px;font-size:.95em;line-height:1.35}
.bspp-shipping-info.bspp-pallet{background:#fff4e5;border-color:#ffcc80}
.bspp-shipping-info.bspp-parcel{background:#eef6ff;border-color:#b3d4ff}
.bspp-shipping-info .bspp-icon{flex:0 0 auto;font-size:1.15em;line-height:1}
.bspp-shipping-info img.bspp-icon-img{max-height:22px;max-width:40px;width:auto;height:auto}
/* When placed inside the product delivery ("Lieferzeit") box, take full width and left-align. */
.bspp-shipping-info.bspp-in-delivery-box{width:100%;margin:0 0 .6rem;text-align:left;font-size:.9em}
