/* Make hyperlinks stand out inside single post content */
.single-post .entry-content a,
.single .post-content a,
.single .elementor-widget-theme-post-content a {
    color: #0073aa !important; /* Standout professional blue */
    text-decoration: underline !important;
    text-underline-offset: 3px;
    font-weight: 600;
    transition: color 0.2s ease-in-out, text-decoration-color 0.2s ease-in-out;
}

.single-post .entry-content a:hover,
.single .post-content a:hover,
.single .elementor-widget-theme-post-content a:hover {
    color: #f15a24 !important; /* Energetic brand orange contrast */
    text-decoration: underline double !important;
}
