/* TH826_TAB3_STEP2_REGION_FILTER_V2 */

.th826-step2-search-row{
  grid-template-columns:
    minmax(260px,1fr)
    145px
    165px
    82px !important;
  gap:7px !important;
}

#th826Step2ClearMarkets{
  width:100% !important;
  padding:0 8px !important;
}

@media(max-width:1100px){
  .th826-step2-search-row{
    grid-template-columns:1fr 1fr !important;
  }

  #th826Step2MarketSearch{
    grid-column:1 / -1;
  }
}

/* END_TH826_TAB3_STEP2_REGION_FILTER_V2 */
