/* Make modal titles darker and more prominent */
         #clientFoodPlanModal h4 {
             color: #333; /* Darker color */
             font-weight: bold;
             border-bottom: 1px solid #ccc;
             padding-bottom: 5px;
             margin-top: 20px;
         }