
/* Pixenon — yazı içi link stilleri */
.entry-content a, .post-content a, article.post a, .single-post .content a,
.wp-block-post-content a {
    color: #111111;
    text-decoration: none;
}
/* İç linkler — koyu mavi, altı çizgili */
.entry-content a:not([target="_blank"]), .post-content a:not([target="_blank"]),
article.post a:not([target="_blank"]), .single-post .content a:not([target="_blank"]),
.wp-block-post-content a:not([target="_blank"]) {
    color: #1d4ed8;
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
}
/* Dış linkler — teal/camgöbeği, farklı alt çizgi stili */
.entry-content a[target="_blank"], .post-content a[target="_blank"],
article.post a[target="_blank"], .single-post .content a[target="_blank"],
.wp-block-post-content a[target="_blank"] {
    color: #0891b2;
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-style: dashed;
    text-decoration-thickness: 1px;
}
.entry-content a:hover, .post-content a:hover,
article.post a:hover, .single-post .content a:hover,
.wp-block-post-content a:hover {
    opacity: 0.75;
}
/* Pixenon — TOC (İçindekiler) stilleri */
.pxn-toc {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-left: 4px solid #4f46e5;
    border-radius: 8px;
    padding: 16px 20px;
    margin: 1.5em 0 2em;
    display: inline-block;
    min-width: 260px;
    max-width: 100%;
}
.pxn-toc-title {
    margin: 0 0 10px;
    font-size: 0.95em;
    color: #374151;
    letter-spacing: 0.02em;
}
.pxn-toc ol {
    margin: 0;
    padding-left: 1.3em;
    list-style: decimal;
}
.pxn-toc li {
    margin: 5px 0;
    font-size: 0.9em;
    line-height: 1.5;
}
.pxn-toc a {
    color: #4f46e5 !important;
    text-decoration: none !important;
}
.pxn-toc a:hover {
    text-decoration: underline !important;
    opacity: 1 !important;
}
