/* CSS untuk Konten Blog - Link Berwarna Biru HANYA di ISI Konten */

/* =====================================================
   HANYA link di dalam paragraf/konten blog (.post-excerpt)
   Yang dihasilkan oleh nicEditor
   ===================================================== */

/* Link di konten/isi blog */
.post-excerpt a {
    color: #635BFF !important; /* Biru */
    /*text-decoration: underline;*/
}

/* Link di konten saat hover */
.post-excerpt a:hover {
    color: #004499 !important; /* Biru lebih gelap saat hover */
    text-decoration: none;
}

/* Link di konten yang sudah dikunjungi */
/*.post-excerpt a:visited {*/
/*    color: #551a8b !important; */
/*}*/

/* Judul blog - tetap warna asli */
.post-title a,
.post-title a:hover,
.post-title a:visited {
    color: inherit !important;
    text-decoration: none !important;
}

/* Sidebar tags - TETAP warna asli theme */
.sidebar-widget.widget-tag a,
.sidebar-widget.widget-tag a:hover,
.sidebar-widget.widget-tag a:visited,
.ht-btn.ht-btn-xs {
    color: inherit !important;
}

/* Sidebar blog terbaru - TETAP warna asli theme */
.sidebar-widget.widget-blog-recent-post a,
.sidebar-widget.widget-blog-recent-post a:hover,
.sidebar-widget.widget-blog-recent-post a:visited {
    color: inherit !important;
}

/* Artikel terkait - TETAP warna asli theme */
.single-valid-post-wrapper,
.single-valid-post-wrapper:hover,
.single-valid-post-wrapper a {
    color: inherit !important;
}

/* Heading - TETAP warna asli theme */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: inherit !important;
}

/* Breadcrumb - TETAP warna asli theme */
.breadcrumb-list a,
.breadcrumb-list a:hover {
    color: inherit !important;
}