/* SiteOrigin Features Widget */
.sow-features-feature {
	margin-left: 0 !important;
}


/* Example */
.entry-content ul li {
  padding-bottom: 10px; /* Add space below each list item, within its container */
  /* Optionally add padding-top as well if needed.*/
}

.custom-hr {
  border: none; /* Remove default border */
  border-top: 0.10px solid #feeeee; /* Light grey color - adjust as needed */
  margin: 20px auto; /* Add margin for spacing, 'auto' centers it */
  width: 100%; /* Adjust this percentage to control the width. For example 50% makes it half of the page */
}