.rvw.v2 {
    --rvw-str-s: 1.33rem;
    --fnt-pl-s: 1.33rem;

    [data-role="thumbList"] {
        button {
            width: .78rem;
            height: .78rem;
            background-color: var(--link-color);
        }
        button:hover, button.s-active{
            background-color: var(--link-hover);
        }
    }

    .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;
            }
        }
    }

 
}

@media screen and (max-width: 1279px) {


    .rvw.v2 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }
}