.rvw.v2 {
    --rvw-str-clr: var(--fnt-t-co);
    --rvw-str-s: 1.33rem;
    --fnt-pl-s: 1.33rem;
    
    .g-icn {
        font-size: 1.33rem;
    }

    .svg-con {
        line-height: 1;
    }

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

    /* Vertically center the scroller content (.sl_sa-edg) within the scroller column,
       so the review card sits in the middle when the accessory column is taller. */
    [data-role="scroller"] {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    @media screen and (min-width:1280px) {
        .crd.pd_v-30.pd_v-30 {
            padding: 1.78rem;

            .gp_sp-sml {
                gap: .44rem;
            }
        }
    }
}