/* Start custom CSS for html, class: .elementor-element-a72f366 *//* Privacy Policy Links */
.entry-content a,
.page-content a,
.site-content a {
    color: #000000;
    text-decoration: underline;
    text-decoration-color: #000000;
    transition: color .25s ease, text-decoration-color .25s ease;
}

.entry-content a:hover,
.entry-content a:focus,
.page-content a:hover,
.page-content a:focus,
.site-content a:hover,
.site-content a:focus {
    color: #f2c300; /* Brand Yellow */
    text-decoration-color: #f2c300;
}

/* Optional: Slightly bolder links */
.entry-content a {
    font-weight: 600;
}/* End custom CSS */