/*
	Theme Name:     Propharm Child
	Theme URI:      http://www.enovathemes.com/propharm
	Description:    Propharm - Pharmacy Medical WooCommerce WordPress Theme
	Author:         Enovathemes
	Author URI:     https://enovathemes.com
	Version:        1.0
	Template:       propharm
*/

/* =Theme customization starts here
-------------------------------------------------------------- */






/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */
  /* Target the main container by its existing id */
  #radio-control-wc-payment-method-options-cod__content {
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 1.6;
  }

  /* Target the first text node as heading */
  #radio-control-wc-payment-method-options-cod__content > div {
    margin-bottom: 8px;
    font-weight: bold; /* makes the first line stand out as heading */
  }

  /* Style all <p> inside the container */
  #radio-control-wc-payment-method-options-cod__content p {
    margin-bottom: 1em;
  }

  /* Specific styling for the red bold paragraphs */
  #radio-control-wc-payment-method-options-cod__content p:nth-of-type(2),
  #radio-control-wc-payment-method-options-cod__content p:nth-of-type(3) {
    color: #d32f2f;
    font-weight: bold;
  }

  /* Optional: bold the strong tag */
  #radio-control-wc-payment-method-options-cod__content strong {
    font-weight: bold;
  }


