/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 23 2025 | 16:28:03 */
/* Short description styling in the Woo Food modal */
.ex-modal-big .ex-wf-shortdesc {
  margin: 8px 0 12px;
  font-size: .95em;
  line-height: 1.5;
}

/* Woo Food modal — larger short description */
#food_modal .ex-modal-big .ex-wf-shortdesc,
#food_modal .ex-modal-big .woocommerce-product-details__short-description,
#food_modal .ex-modal-big .product-short-description {
  font-size: 1.05rem !important;   /* try 1.1–1.2rem if you want bigger */
  line-height: 1.55 !important;
  margin: 10px 0 14px !important;
}

/* Optional: bump on larger screens only */
@media (min-width: 768px){
  #food_modal .ex-modal-big .ex-wf-shortdesc { font-size: 1.15rem !important; }
}


