/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Child theme for GeneratePress
 Author:       Wolfie
 Author URI:   https://iddial.com
 Template:     generatepress
 Version:      1.0.0
*/

/* Add your custom CSS below this line */
/* Force all modal list bullets to be left-aligned */
#infoModalBody ul,
#infoModalBody ul li,
#dealsModalBody ul,
#dealsModalBody ul li,
.modal-body ul,
.modal-body ul li {
  margin-left: 0 !important;
  padding-left: 1.5em !important;
  list-style-position: outside !important;
}
