/**
 * Theme Name:     Kadence Child
 * Author:         Venkat Manda
 * Template:       kadence
 * Text Domain:	   kadence-child
 * Description:    Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
 * Theme URI:      http://Kadence%20Child
 * Author URI:     http://Venkat%20Manda
 */


/* 1. Overall content should be 90% width and centered */
#inner-wrap {
  max-width: 90%;
  margin: 0 auto;
}

/* 2. Featured image floated left, fixed width */
.nurse-image img {
  width: 300px;          /* force image width */
  height: auto;          /* keep proportions */
  float: left;
  margin: 15px 15px 15px 15px; /* spacing around image */
  border-radius: 10px;    /* optional: soften edges */
}

/* 3. Excerpt highlighted like a pull-quote */
.nurse-excerpt {
  background: linear-gradient(135deg, #fdfdfd, #f0f4f8); /* subtle gradient */
  border-left: 5px solid #0073aa; /* accent color (blue) */
  padding: 15px 20px;
  font-style: italic;
  font-size: 1.05em;
  margin-bottom: 25px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08); /* subtle depth */
  border-radius: 4px;
}
