/**
 * Template: teachPress CA
 * Version:  1.1
 * Author:   Enrico Sciumbata
 *
 * Companion stylesheet for the CLARITY-Africa publication list template.
 * Designed for a clean, minimal presentation: author / title / metadata,
 * with an inline Altmetric badge and no collapsible info containers.
 */

/* ── Publication entry container ──────────────────────────────────────── */

div.tp_publication {
    margin-bottom: 0;
}

div.tp_pub_info {
    border-bottom: 1px solid silver;
    vertical-align: top;
    padding: 4px 0;
}

/* ── Author line ──────────────────────────────────────────────────────── */

.tp_pub_author,
#content p.tp_pub_author {
    font-size: small;
    margin-top: 2px;
    margin-bottom: 1px;
}

/* ── Title line ───────────────────────────────────────────────────────── */

.tp_pub_title,
#content p.tp_pub_title {
    color: #003E74 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    margin-top: 2px;
    margin-bottom: 1px;
}

#content p.tp_pub_title a {
    font-weight: 400;
    font-size: 16px;
}

#content p.tp_pub_title a:hover {
    text-decoration: none !important;
}

/* ── Metadata line (journal, booktitle, year…) ────────────────────────── */

.tp_pub_additional,
#content p.tp_pub_additional {
    font-size: small;
    margin-top: 1px;
    margin-bottom: 1px;
}

/* Bold journal and booktitle within the metadata line */
.tp_pub_additional_journal,
.tp_pub_additional_booktitle {
    font-weight: 700;
}

/* ── Inline Altmetric badge ───────────────────────────────────────────── */

/*
 * The badge is rendered directly in the template (not via the default
 * hidden info container), so no display override is needed here.
 * Adjust margin to control spacing relative to the metadata line.
 */
div.tp_pub_altmetric_inline {
    margin-top: 4px;
    margin-bottom: 2px;
}

/* ── Hide elements not used by this template ──────────────────────────── */

/* Tags cloud and filter bar are not shown in this template */
.tp_pub_tags_simple,
.teachpress_filter {
    display: none !important;
}

/* Hide the default collapsible menu line (Abstract, BibTeX, Links buttons) */
.tp_pub_menu {
    display: none !important;
}

/* Hide the default hidden info containers (bibtex, abstract, links).
 * Since we render Altmetric directly, these are not needed. */
.tp_bibtex,
.tp_abstract,
.tp_links {
    display: none !important;
}

/* ── Misc ─────────────────────────────────────────────────────────────── */

.tpstyle-1 {
    box-shadow: none !important;
}

.list-post-type .list-item h4 a {
    font-weight: 400 !important;
}
```

---

## Shortcode consigliato
```
[tplist entries_per_page="3" pagination="0" headline="0" type="article"
author_name="simple" author_separator=","
editor_name="simple"
template="tp_template_CA"
link_style="direct"
show_altmetric_donut="0"
show_altmetric_entry="1"
show_altmetric_type="2"
show_dimensions_badge="0"
show_plumx_widget="0"
show_bibtex="0"]