div.pf-insights-article {
    --pf-table-border: solid 1px #666;
    margin-top: 2rem;
}

/* div.pf-insights-article */
div.pf-insights-article div.pf-insights-banner {
    color: white;
}

div.pf-insights-article div.pf-insights-banner.point_finance {
    background-color: var(--color-point-finance);
}

div.pf-insights-article div.pf-insights-banner.point_de_vue {
    background-color: var(--color-point-de-vue);
}

div.pf-insights-article div.pf-insights-rel span.date {
    font-weight: bold;
}

div.pf-insights-article div.pf-insights-rel span.pf-ivg a {
    font-weight: bold;
    text-decoration: none;
}

div.pf-insights-article span.highlight {
    color: var(--bs-primary);
}

div.pf-insights-article header {
    font-weight: bold;
    margin-bottom: 1.5rem;
}

div.pf-insights-body {
    margin-bottom: 4rem;
}

div.pf-insights-body h1,
div.pf-insights-body h2,
div.pf-insights-body h3,
div.pf-insights-body h4,
div.pf-insights-body h5,
div.pf-insights-body h6 {
    font-weight: bolder;
}

div.pf-insights-body h1 {
    font-size: 125%;
}

div.pf-insights-body h2 {
    font-size: 115%;
}

div.pf-insights-body h3 {
    font-size: 110%;
}

div.pf-insights-body h4 {
    font-size: 105%;
}

div.pf-insights-body h5,
div.pf-insights-body h6 {
    font-size: 100%;
}

div.pf-insights-body div.bullet-primary ul {
    list-style: none;
}

div.pf-insights-body div.bullet-primary ul li::before {
    content: "\2022";
    color: var(--bs-primary);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

div.pf-insights-article div.pf-insights-body table {
    border: var(--pf-table-border);
    margin-bottom: 1rem;
}

div.pf-insights-article div.pf-insights-body table th,
div.pf-insights-article div.pf-insights-body table td {
    border: var(--pf-table-border);
    padding: 0.4em;
}

div.pf-insights-article div.pf-insights-body p img {
    height: auto;
    max-width: 100%;
}

div.pf-insights-article div.pf-insights-author p {
    font-size: 80%;
    margin-bottom: 0;
}

div.pf-insights-article div.pf-insights-author p.author {
    font-weight: bold;
}

div.pf-insights-article div.pf-insights-author span {
    font-weight: normal;
}

div.pf-insights-article div.pf-insights-author img.pf-insights-author-img {
    margin-bottom: .25rem;
}

div.pf-insights-article hr {
    color: var(--bs-secondary);
    opacity: .75;
}