.c2w-ss-extra-views{
    display:flex;
    align-items:flex-start;
    flex-wrap:wrap;
    gap:8px;
    margin:10px 0 0;
}
.c2w-ss-extra-label{
    flex:0 0 100%;
    font-size:12px;
    font-weight:600;
    color:#536273;
    margin-bottom:1px;
}
.c2w-ss-extra-view{
    appearance:none;
    -webkit-appearance:none;
    background:#fff;
    border:1px solid #d9e0e7;
    border-radius:4px;
    padding:4px;
    width:76px;
    cursor:pointer;
    color:#0d223d;
    font-size:11px;
    line-height:1.2;
    text-align:center;
}
.c2w-ss-extra-view:hover,
.c2w-ss-extra-view:focus,
.c2w-ss-extra-view.is-active{
    border-color:#f26522;
    outline:none;
}
.c2w-ss-extra-view img{
    display:block;
    width:66px;
    height:66px;
    object-fit:cover;
    margin:0 auto 3px;
}
@media (max-width:767px){
    .c2w-ss-extra-view{width:68px;}
    .c2w-ss-extra-view img{width:58px;height:58px;}
}
