/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 16 2025 | 07:05:50 */
/* Remove focus outline or border when clicked (on all <a> tags) */
a:focus {
    outline: none; /* Removes the outline when focused */
    border: none;  /* Removes any border when focused */
}

/* Optional: Add a custom focus style to maintain accessibility (for keyboard navigation) */
a:focus-visible {
    outline: none; /* Ensure no outline on focus-visible */
    border: none;  /* Ensure no border on focus-visible */
}
p, ul li {font-size: font-family: Arial, sans-serif;
        color: #333;
    font-size: 20px;}

/**/
/* Style the unordered list */
.wp-block-list {
    list-style-type: none; /* Remove default bullets */
    padding-left: 0; /* Remove default padding */
}

/* Style for each list item */
.wp-block-list li {
    position: relative; /* For positioning the checkmark icon */
    padding-left: 30px; /* Space for the checkmark */
    line-height: 1.6; /* Adjust line height for better readability */
}

/* Add the checkmark image before each list item */
.wp-block-list li::before {
    content: ""; /* No text content */
    position: absolute;
    left: 0; /* Align to the left of the list item */
    top: 18px; /* Vertically center the checkmark */
    transform: translateY(-50%); /* Adjust for perfect vertical centering */
    width: 20px; /* Set the width of the checkmark */
    height: 20px; /* Set the height of the checkmark */
    background-image: url('https://www.evaluateerp.com/wp-content/uploads/2025/04/checkmark.png'); /* Set the checkmark image */
    background-size: cover; /* Ensure the image covers the area */
    background-position: center; /* Center the image within the box */
}

/* Optional: Add a hover effect to change text color */
.wp-block-list li:hover {
    color: #0073e6; /* Change text color on hover */
}
#hide {display: none;}