/* R207_EXACT_BADGES */
.r207-badges{
  width:min(100%,1080px);
  margin:24px auto 8px;
  padding:12px 10px;
  box-sizing:border-box;
  direction:rtl;
}
.r207-badges__row{
  display:grid;
  grid-template-columns:repeat(7,110px);
  justify-content:center;
  align-items:center;
  gap:14px;
}
.r207-badge{
  width:110px;
  height:110px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  box-sizing:border-box;
}
.r207-badge > div{
  width:110px!important;
  height:110px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
}
.r207-badge a{
  display:flex!important;
  width:110px!important;
  height:110px!important;
  align-items:center!important;
  justify-content:center!important;
  line-height:0!important;
  overflow:hidden!important;
}
.r207-badge img{
  display:block!important;
  width:110px!important;
  height:110px!important;
  max-width:110px!important;
  max-height:110px!important;
  object-fit:contain!important;
  border:0!important;
}
@media (max-width:900px) and (min-width:601px){
  .r207-badges{
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
  }
  .r207-badges__row{
    width:max-content;
    min-width:100%;
    justify-content:start;
    padding-inline:8px;
  }
}
@media (max-width:600px){
  .r207-badges{
    width:100%;
    padding:10px 8px;
  }
  .r207-badges__row{
    grid-template-columns:repeat(2,110px);
    justify-content:center;
    gap:14px 18px;
  }
}