/*!
 * Custom Meal delivery disclaimer band (custom-meal product page). Ref #4983.
 * Reuses the .mes-custom-meal-disclaimer UI from the enhanced-subscriptions cart
 * band so the product-page notice looks identical. Scoped classes only.
 */
.mes-custom-meal-disclaimer{grid-column:1;grid-row:1;box-sizing:border-box;display:flex;align-items:flex-start;gap:10px;margin:48px 0 0;padding:10px 85px 10px 14px;background-color:#FFF9D1;border-radius:10px;color:#907D0A;font-family:'Open Sans',sans-serif;font-size:12px;line-height:1.3;font-weight:600;letter-spacing:0}
.mes-custom-meal-disclaimer__icon{flex:0 0 auto}
.mes-custom-meal-disclaimer__text,.mes-custom-meal-disclaimer__text strong,.mes-custom-meal-disclaimer__text em{color:#907D0A!important}
.mes-custom-meal-disclaimer__text strong{font-weight:700}
.mes-custom-meal-disclaimer__text em{font-weight:600;font-style:italic}
@media (max-width:768px){.mes-custom-meal-disclaimer{padding-right:14px;font-size:10px}.mes-custom-meal-disclaimer__icon{align-self:center}}
/* Desktop: fixed 693px width (not auto-centered). */
@media (min-width:769px){.mes-custom-meal-disclaimer{width:693px;margin-right:auto;padding-right:65px}}