/* ─── Auto Internal Links – Frontend ─────────────────────────────── */

.ail-inline-link {
    margin: 1.2em 0;
    padding: 10px 14px;
    border-left: 3px solid #4f46e5;
    background: #f8f7ff;
    border-radius: 0 6px 6px 0;
    font-size: 0.93em;
    line-height: 1.5;
}

.ail-inline-link a {
    color: #4f46e5;
    text-decoration: none;
    font-weight: 500;
}

.ail-inline-link a:hover {
    text-decoration: underline;
}

.ail-link-fixed {
    border-left-color: #059669;
    background: #f0fdf4;
}
.ail-link-fixed a { color: #059669; }

.ail-link-new {
    border-left-color: #d97706;
    background: #fffbeb;
}
.ail-link-new a { color: #b45309; }

.ail-link-category {
    border-left-color: #0ea5e9;
    background: #f0f9ff;
}
.ail-link-category a { color: #0369a1; }

/* ─── Keyword inline link ───────────────────────────────────────────── */
.ail-kw-link {
    color: #4f46e5;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-style: dotted;
    font-weight: inherit;
    transition: color .15s;
}
.ail-kw-link:hover {
    color: #4338ca;
    text-decoration-style: solid;
}
