.rvw.v2 {
    --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;
        }
    }

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

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