.article-highlights {
    margin-top: 2rem;
    padding: 1.5rem;
    background: #f8fafc;
    border-left: 5px solid #1e73be;
    border-radius: 6px;
}

.article-highlights h1 {
    margin-bottom: 1rem;
    font-weight: 600;
}

.article-highlights ul {
    margin-left: 1.5rem;
}
/* Article Highlights Box */
.article-highlights-box {
    margin: 1.8rem 0;
    padding: 1.2rem 1.4rem;
    background-color: #f8fafc;
    border-left: 4px solid #1e73be;
    border-radius: 6px;
}

/* Title */
.article-highlights-box strong {
    display: block;
    font-weight: 600;
    margin-bottom: 0.6rem;
    color: #1e293b;
}

/* Content */
.article-highlights-content {

    line-height: 1.6;
    color: #334155;
}

/* Bullet list */
.article-highlights-content ul {
    margin-left: 1.3rem;
    padding-left: 0.5rem;
}

.article-highlights-content li {
    margin-bottom: 0.4rem;
}

/* Links inside highlights */
.article-highlights-content a {
    color: #1e73be;
    text-decoration: underline;
}

.article-highlights-content a:hover {
    text-decoration: none;
}


/* Force proper heading sizes inside highlights */

.article-details .article-highlights-box h3,
.article-highlights-box h3 {
    font-size: 1.25rem !important;
    font-weight: 700;
    margin: 1rem 0 0.5rem 0;
    color: #1e293b;
}

.article-details .article-highlights-box h4,
.article-highlights-box h4 {
    font-size: 1.1rem !important;
    font-weight: 600;
    margin: 0.8rem 0 0.4rem 0;
    color: #334155;
}

/* Force links clickable inside highlights */

.article-highlights-box,
.article-highlights-content {
    pointer-events: auto !important;
}

.article-highlights-box a,
.article-highlights-content a {
    pointer-events: auto !important;
    cursor: pointer !important;
}
/* Override theme link blocking inside highlights only */
.article-details .article-highlights-box a {
    pointer-events: auto !important;
    cursor: pointer !important;
}

