/* TH826_TAB3_STEP2_MARKET_COMPACT_V1 */

.th826-step2-market-results{
  max-height:360px !important;
}

.th826-step2-country{
  display:grid !important;
  grid-template-columns:minmax(165px,.72fr) minmax(0,1.55fr) !important;
  gap:10px !important;
  align-items:center !important;

  min-height:38px !important;
  margin-bottom:5px !important;
  padding:6px 8px !important;
}

.th826-step2-country-head{
  display:grid !important;
  grid-template-columns:17px minmax(0,1fr) auto !important;
  gap:7px !important;
  align-items:center !important;
}

.th826-step2-country-head > span{
  min-width:0 !important;
}

.th826-step2-country-head b{
  overflow:hidden !important;
  font-size:10.5px !important;
  line-height:1.2 !important;
  white-space:nowrap !important;
  text-overflow:ellipsis !important;
}

/* Ẩn dòng khu vực để danh sách gọn */
.th826-step2-country-head small{
  display:none !important;
}

.th826-step2-country-head em{
  font-size:8.5px !important;
  white-space:nowrap !important;
}

.th826-step2-locales{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:5px !important;

  min-width:0 !important;
  margin:0 !important;
  padding:0 !important;
}

.th826-step2-locales label{
  display:inline-grid !important;
  grid-template-columns:15px minmax(0,auto) !important;
  gap:5px !important;
  align-items:center !important;

  min-height:27px !important;
  padding:3px 7px !important;
  border:1px solid rgba(49,125,198,.20) !important;
  border-radius:7px !important;
  background:rgba(5,23,42,.62) !important;
}

.th826-step2-locales label > span{
  display:flex !important;
  align-items:center !important;
  gap:4px !important;
  min-width:0 !important;
}

.th826-step2-locales b,
.th826-step2-locales small{
  display:inline !important;
  margin:0 !important;
  line-height:1.2 !important;
  white-space:nowrap !important;
}

.th826-step2-locales b{
  font-size:10px !important;
}

.th826-step2-locales b::after{
  content:" ·";
  color:#679bc4;
}

.th826-step2-locales small{
  color:#82b9e2 !important;
  font-size:9px !important;
}

/* Checkbox nhỏ, thẳng hàng */
.th826-step2-country input[type="checkbox"]{
  width:13px !important;
  height:13px !important;
  margin:0 !important;
}

/* Màn hình hẹp mới chuyển thành hai dòng */
@media(max-width:900px){
  .th826-step2-country{
    grid-template-columns:1fr !important;
    gap:6px !important;
  }

  .th826-step2-locales{
    padding-left:24px !important;
  }
}

/* END_TH826_TAB3_STEP2_MARKET_COMPACT_V1 */
