/* ISC Labs — AI TL;DR band, rendered at the top of the single-article body (see
   page-templates/single_infinite_resource.php). Matches radical's palette (dark-green #24664b accent,
   cream ground, Newsreader serif) and stays restrained so it reads as a lead-in, not an ad unit. */
.radical-tldr {
    margin: 0 0 2rem;
    padding: 1.1rem 1.35rem;
    background: #f4efe9;                 /* radical cream */
    border-left: 4px solid #24664b;      /* radical dark green */
    border-radius: 4px;
}
.radical-tldr__label {
    display: block;
    font-family: system-ui, sans-serif;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #24664b;
    margin-bottom: .4rem;
}
.radical-tldr__body {
    margin: 0;
    font-family: 'Newsreader', Georgia, serif;
    font-size: 1.08rem;
    line-height: 1.55;
    color: #1e2323;                      /* radical ink */
}
@media (max-width: 640px) {
    .radical-tldr { padding: .95rem 1.1rem; }
    .radical-tldr__body { font-size: 1rem; }
}
