/* Only the exact legacy archive template receives this class. */
body.afg-llr-archive .team-bio-banner {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 3rem 1.5rem;
    background: #142d4e;
    color: #fff;
}
body.afg-llr-archive .team-bio-banner h1,
body.afg-llr-archive .team-bio-banner h2 {
    color: #fff;
    line-height: 1.25;
}
body.afg-llr-archive .news-sec-2 > .container {
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    margin-inline: auto;
    padding: 2rem 1.5rem;
}
body.afg-llr-archive .news-sec-2 > .container > .row {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 0;
}
body.afg-llr-archive .news-sec-2 > .container > .row > .col-4 {
    box-sizing: border-box;
    flex: 1 1 15rem;
    width: auto;
    max-width: 100%;
    min-width: 0;
}
body.afg-llr-archive .news-sec-2 > .container > .row > .col-8 {
    box-sizing: border-box;
    flex: 3 1 30rem;
    width: auto;
    max-width: 100%;
    min-width: 0;
}
body.afg-llr-archive .news-list {
    line-height: 1.6;
    overflow-wrap: anywhere;
}
body.afg-llr-archive .news-list img {
    max-width: 100%;
    height: auto;
}
body.afg-llr-archive.afg-llr-no-newsletter .news-sec-2 .Subscribe-form,
body.afg-llr-page .b-cta .x-button[data-text=""] {
    display: none !important;
}
@media (max-width: 767px) {
    body.afg-llr-archive .news-sec-2 > .container > .row > .col-4,
    body.afg-llr-archive .news-sec-2 > .container > .row > .col-8 {
        flex-basis: 100%;
        padding-inline: 0;
    }
    body.afg-llr-archive .team-bio-banner {
        padding: 2rem 1rem;
    }
}
