/* ============================================
   MyDocstor - Global Link Styles
   ============================================ */

.hero-subtitle a,
.section-para a,
.lead a,
.faq-answer a,
.tool-seo-item p a,
.tool-header p a,
.tool-subtitle a,
.tool-seo-content a,
.blog-post-body a {
    color: #0f172a;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    text-decoration-color: #7c3aed;
    transition: color 0.2s ease;
}

.hero-subtitle a:hover,
.section-para a:hover,
.lead a:hover,
.faq-answer a:hover,
.tool-seo-item p a:hover,
.tool-header p a:hover,
.tool-subtitle a:hover,
.tool-seo-content a:hover,
.blog-post-body a:hover {
    color: #7c3aed;
}