.ugcc-review-tab-label-heading:not(:last-of-type) .ugcc-review-tab-label{
   margin-right: 2px!important;
}
input[name="tab-radio"] {
   display: none;
}
.ugcc-review-tab-label{
   background-color: #b4bdbf!important;
   color: #525252!important;
   cursor: pointer!important;
   font-size: 16px!important;
   padding: 10px 20px!important;
   transition: .3s;
}
.ugcc-sub-tab-label{
   background-color: #b4bdbf!important;
   color: #525252!important;
   cursor: pointer!important;
   font-size: 16px!important;
   padding: 10px 20px!important;
   transition: .3s;
}
.ugcc-review-tab-label:hover{
   opacity: .7!important;
}
.is_active{
   color: #000!important;
   background-color: #e2e8eb!important;
   transition: .3s;
}
input:checked + h2 > .ugcc-sub-tab-label{
   color: #000!important;
   background-color: #e2e8eb!important;
   transition: .3s;
}
.ugcc-tab-panel{
   background-color: #e2e8eb;
   clear: both;
}
.ugcc-swiper-container{
  width:180px;
}
.ugcc-display-none{
  display:none;
}
#ugcc-tab-wrapper{
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
#review-sub-tab-title-wrapper{
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
