/* CSS for Modal Image */
.modal-image {
   width: 100%;
   max-width: 130px;
   height: auto;
   object-fit: cover;
   border-radius: 8px;
   display: block;
   margin: 0 auto;
}


