.cnt.v3 {
    .f_gp:not(:has(> .three-8ths *)) {
        .three-8ths {
            display: none;
        }
    }
}

.cnt.v3 .five-8ths > h2:nth-child(1) {
    display: none;
}

/* -- CTA cards: image overlaps the card's top edge, equal card heights --- */

/* `a.crd` outranks ctasgridalt.css's `.cta-grd .bg-bx` padding so the top
   padding can be removed and the image controls the top spacing. */
.cnt.v3 .cta-grd a.crd {
    overflow: visible;   /* let the image extend above the card */
    padding-top: 0;
    margin-top: 3rem;    /* clearance so the raised image clears the row above */
}

.cnt.v3 .cta-grd img {
    display: block;
    margin: 0 auto -2rem;
    position: relative;
    bottom: 3rem;
}

/* Reserve two title lines so a single-line card (e.g. Dentures) matches the
   height of the ones whose titles wrap onto two lines. */
.cnt.v3 .cta-grd .fnt_t-itm {
    min-height: 2lh;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.1;
}

.cnt.v3 .btn svg path {
    fill: #FFF !important;
}