/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 23 2025 | 16:26:10 */
/* Woo Food modal: top-align the image column */
#food_modal .ex-modal-big {
  align-items: flex-start !important;   /* override any centering */
}

/* Belt-and-suspenders: force just the image column to stick to the top */
#food_modal .ex-modal-big .fd_modal_img {
  align-self: flex-start !important;
}

/* Make sure no fixed heights are fighting you */
#food_modal .fd_modal_img .exfd-modal-carousel,
#food_modal .fd_modal_img img {
  height: auto !important;
  max-height: none !important;
}
